import Link from "next/link"; import Image from "next/image"; import type { Game } from "@afterlife/shared"; interface GameCardProps { game: Game; locale: string; } export function GameCard({ game, locale }: GameCardProps) { const statusColors = { online: "bg-green-500", maintenance: "bg-yellow-500", coming_soon: "bg-blue-500", }; return (
{game.releaseYear} – {game.shutdownYear}