{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "stats-09",
  "title": "Stats 09",
  "description": "A simple stats block",
  "files": [
    {
      "path": "src/registry/blocks/shared/stats-09/components/stats.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nconst Stats = () => {\n  return (\n    <div className=\"flex min-h-screen items-center justify-center\">\n      <div className=\"mx-auto max-w-(--breakpoint-xl) py-12 text-center\">\n        <h2 className=\"font-medium text-4xl tracking-[-0.04em] md:text-[2.75rem]\">\n          Why Should You Choose Us?\n        </h2>\n        <p className=\"mt-3.5 text-muted-foreground text-xl md:text-2xl\">\n          Because after switching to us...\n        </p>\n\n        <div className=\"px-6\">\n          <div\n            className={cn(\n              \"mt-16 grid max-w-5xl justify-center gap-y-8 border max-sm:divide-y sm:mt-24 sm:grid-cols-2 sm:gap-y-0 lg:grid-cols-3 lg:divide-x\",\n              \"sm:*:last:border-t sm:*:first:border-e lg:*:last:border-t-0\"\n            )}\n          >\n            <div className=\"max-sm:space-y-6 max-sm:px-6 max-sm:py-12 sm:divide-y\">\n              <div className=\"font-medium text-5xl sm:px-6 sm:py-12\">96%</div>\n              <p className=\"text-lg sm:p-6\">\n                of customers say they have a better brand experience\n              </p>\n            </div>\n            <div className=\"max-sm:space-y-6 max-sm:px-6 max-sm:py-12 sm:divide-y\">\n              <div className=\"font-medium text-5xl sm:px-6 sm:py-12\">95%</div>\n              <p className=\"text-lg sm:p-6\">\n                of customers say they gather more data, more easily\n              </p>\n            </div>\n            <div className=\"max-sm:space-y-6 max-sm:px-6 max-sm:py-12 sm:col-span-2 sm:divide-y lg:col-span-1\">\n              <div className=\"font-medium text-5xl sm:px-6 sm:py-12\">87%</div>\n              <p className=\"text-lg sm:p-6\">\n                of customers say they reveal deeper insights from data\n              </p>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  );\n};\n\nexport default Stats;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}