export default function Stat({ number, label, }: { number: string; label: string; }) { return (
{label}