{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cta-02",
  "title": "Centered CTA with two buttons",
  "description": "Centered layout with a pill badge, headline, subline, and a primary + ghost button pair for dual call paths.",
  "dependencies": [
    "lucide-react"
  ],
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "content/components/cta/cta-02.tsx",
      "content": "import { ArrowRight } from \"lucide-react\"\n\nimport { Button } from \"@/components/ui/button\"\n\nexport default function Cta02() {\n  return (\n    <section className=\"bg-background py-20 sm:py-28\">\n      <div className=\"mx-auto max-w-2xl px-6 text-center sm:px-10\">\n        <span className=\"inline-flex items-center gap-2 rounded-full border border-border bg-muted px-3 py-1 text-xs font-medium text-muted-foreground\">\n          <span className=\"size-1.5 rounded-full bg-primary\" />\n          New blocks every week\n        </span>\n        <h2\n          className=\"mt-5 text-balance font-semibold tracking-tight text-foreground\"\n          style={{ fontSize: \"clamp(1.875rem, 4.5vw, 3rem)\", lineHeight: 1.08, letterSpacing: \"-0.03em\" }}\n        >\n          The section library your project has been missing.\n        </h2>\n        <p className=\"mx-auto mt-4 max-w-lg text-pretty text-base text-muted-foreground\">\n          Hand-crafted React blocks on shadcn/ui. No subscriptions, no lock-in. One purchase — every block we ever ship.\n        </p>\n        <div className=\"mt-8 flex flex-col items-center gap-3 sm:flex-row sm:justify-center\">\n          <Button size=\"lg\" className=\"w-full rounded-full px-8 sm:w-auto\">\n            Get full access\n            <ArrowRight />\n          </Button>\n          <Button size=\"lg\" variant=\"ghost\" className=\"w-full rounded-full px-8 sm:w-auto\">\n            See all blocks\n          </Button>\n        </div>\n      </div>\n    </section>\n  )\n}\n",
      "type": "registry:block",
      "target": "components/blocks/cta-02.tsx"
    }
  ],
  "categories": [
    "cta"
  ],
  "type": "registry:block"
}