export function StatCard({ label, value, color = "text-fg", }: { label: string; value: number | string; color?: string; }) { return (