import React from 'react' function KpiCard({ icon, label, value, color = 'text-sky-400' }) { return (
{Number(value ?? 0).toLocaleString()}
{label}
No stats available yet
Stats will appear once there is activity on this profile.
Real medal totals collected across all public artworks.
More detailed analytics (charts, trends) coming soon.
> )}