{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "stats-02",
  "title": "Stats 02",
  "description": "A simple stats block",
  "files": [
    {
      "path": "src/registry/blocks/shared/stats-02/components/stats.tsx",
      "content": "const Stats = () => {\n  return (\n    <div className=\"py-20\">\n      <div className=\"mx-auto w-full max-w-(--breakpoint-xl) px-6 py-12 xl:px-0\">\n        <h2 className=\"font-medium text-4xl tracking-[-0.04em] md:text-[2.75rem]\">\n          The impact we've made so far\n        </h2>\n        <p className=\"mt-4.5 max-w-2xl text-lg text-muted-foreground md:text-xl\">\n          The world&apos;s most advanced UI kit for Figma. Meticulously crafted\n          with 100% Auto Layout 5.0, variables, smart variants, and WCAG\n          accessibility.\n        </p>\n\n        <div className=\"mt-16 grid justify-center gap-x-10 gap-y-16 sm:mt-24 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4\">\n          <div>\n            <span className=\"font-medium text-5xl tracking-tight md:text-6xl\">\n              900+\n            </span>\n            <p className=\"mt-6 font-medium text-xl\">\n              Global styles + variables\n            </p>\n            <p className=\"mt-2 text-muted-foreground\">\n              Super smart global color, typography and effects styles +\n              variables!\n            </p>\n          </div>\n          <div>\n            <span className=\"font-medium text-5xl text-muted-foreground tracking-tight md:text-6xl\">\n              10,000+\n            </span>\n            <p className=\"mt-6 font-medium text-xl\">Components and variants</p>\n            <p className=\"mt-2 text-muted-foreground\">\n              We&apos;ve thought of everything you need so you don&apos;t have\n              to.\n            </p>\n          </div>\n          <div>\n            <span className=\"font-medium text-5xl tracking-tight md:text-6xl\">\n              420+\n            </span>\n            <p className=\"mt-6 font-medium text-xl\">Page design examples</p>\n            <p className=\"mt-2 text-muted-foreground\">\n              A whopping 420+ ready-to-go desktop and mobile page examples.\n            </p>\n          </div>\n          <div>\n            <span className=\"font-medium text-5xl text-muted-foreground tracking-tight md:text-6xl\">\n              2,000+\n            </span>\n            <p className=\"mt-6 font-medium text-xl\">Icons and logos</p>\n            <p className=\"mt-2 text-muted-foreground\">\n              All the icons you&apos;ll need, including country flags and\n              payments.\n            </p>\n          </div>\n        </div>\n      </div>\n    </div>\n  );\n};\n\nexport default Stats;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}