interface Statistic { name: string; stat: string; } export default function StatsCards({ stats }: { stats: Statistic[] }) { return (