{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "stats-04",
  "title": "Stats 04",
  "description": "A simple stats block",
  "files": [
    {
      "path": "src/registry/blocks/shared/stats-04/components/stats.tsx",
      "content": "function 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-3xl tracking-tight sm:text-4xl md:text-4xl\">\n        Our Impact\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 overflow-hidden rounded-2xl border sm:grid-cols-2 md:grid-cols-3\">\n        <div className=\"-m-px border-t border-l p-10\">\n          <span className=\"font-medium text-5xl\">70%</span>\n          <p className=\"mt-4 text-foreground/80 text-xl\">\n            Faster UI development\n          </p>\n        </div>\n        <div className=\"-m-px border-t border-l p-10\">\n          <span className=\"font-medium text-5xl\">5x</span>\n          <p className=\"mt-4 text-foreground/80 text-xl\">\n            Increase in productivity\n          </p>\n        </div>\n        <div className=\"-m-px border-t border-l p-10 sm:col-span-2 md:col-span-1\">\n          <span className=\"font-medium text-5xl\">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"
}