"use client"; import { StatCard } from "@/components/ds"; export function DeliveryStatGrid({ stats, }: { stats: { label: string; value: string; hint?: string }[]; }) { return (