import '../styles/cardGames.css' type GameCardProps = { backgroundLink: string } export const GameCard = ({ backgroundLink }: GameCardProps) => { return (

This is a game title, the best game title

) }