{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "stats-05",
  "title": "Stats 05",
  "description": "A simple stats block",
  "files": [
    {
      "path": "src/registry/blocks/shared/stats-05/components/stats.tsx",
      "content": "import { FastForward, HeartHandshake, MonitorSmartphone } from \"lucide-react\";\n\nfunction Stats() {\n  return (\n    <div className=\"mx-auto max-w-5xl px-6 py-20\">\n      <h2 className=\"text-balance text-center font-medium text-4xl tracking-tight md:text-4xl\">\n        Built with scale in mind\n      </h2>\n      <p className=\"mt-3.5 text-center text-muted-foreground text-xl tracking-[-0.015em] sm:text-lg md:text-2xl\">\n        Trusted by thousands to build modern UIs faster\n      </p>\n\n      <div className=\"mt-14 grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3\">\n        <div className=\"rounded-xl border bg-muted p-6 py-7\">\n          <MonitorSmartphone className=\"mb-8 h-10 w-10 stroke-[1.75px] text-blue-500\" />\n          <span className=\"font-medium text-5xl tracking-[-0.01em]\">70%</span>\n          <p className=\"mt-4 text-foreground/80 text-xl\">\n            Faster UI development\n          </p>\n        </div>\n        <div className=\"rounded-xl border bg-muted p-6 py-7\">\n          <FastForward className=\"mb-8 h-10 w-10 stroke-[1.75px] text-green-600\" />\n          <span className=\"font-medium text-5xl tracking-[-0.01em]\">5x</span>\n          <p className=\"mt-4 text-foreground/80 text-xl\">\n            Increase in productivity\n          </p>\n        </div>\n        <div className=\"rounded-xl border bg-muted p-6 py-7\">\n          <HeartHandshake className=\"mb-8 h-10 w-10 stroke-[1.75px] text-red-500\" />\n          <span className=\"font-medium text-5xl tracking-[-0.01em]\">98%</span>\n          <p className=\"mt-4 text-foreground/80 text-xl\">\n            Customer satisfaction\n          </p>\n        </div>\n      </div>\n    </div>\n  );\n}\n\nexport default Stats;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}