Stats Triad

Three headline stats side by side with uppercase labels. Clean, no chrome.

12KCustomers
99.98%Uptime
4.9★Rating

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Socialproof10 } from "@/components/beste/piece/socialproof10";

<Socialproof10
  stats={[
    {
      "value": "12K",
      "label": "Customers"
    },
    {
      "value": "99.98%",
      "label": "Uptime"
    },
    {
      "value": "4.9★",
      "label": "Rating"
    }
  ]}
/>