interface Stat { label: string value: number icon: string } export function StatsCards({ stats }: { stats: Stat[] }) { return (