{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cta-final-band",
  "title": "CTA — Final Band",
  "type": "registry:block",
  "files": [
    {
      "path": "packages/registry-react/blocks/cta-final-band/CtaFinalBand.tsx",
      "content": "'use client'\n\nimport { ArrowRight } from 'lucide-react'\nimport { Badge } from '@/components/ui/badge'\nimport { Button } from '@/components/ui/button'\nimport { Separator } from '@/components/ui/separator'\n\nexport function CtaFinalBand() {\n  return (\n    <section data-slot=\"cta-final-band\" className=\"bg-background\">\n      <div className=\"mx-auto max-w-6xl px-6 py-20 lg:py-24\">\n        <div className=\"border-border bg-card rounded-2xl border px-6 py-14 text-center sm:px-12\">\n          <Badge variant=\"secondary\">Start today</Badge>\n          <h2 className=\"mx-auto mt-5 max-w-2xl text-3xl font-semibold tracking-tight text-balance sm:text-4xl\">\n            Publish one certified metric this afternoon\n          </h2>\n          <p className=\"text-muted-foreground mx-auto mt-4 max-w-xl text-lg text-pretty\">\n            Connect a warehouse, define one number, and invite the team. If it does not stick, you have lost an\n            afternoon.\n          </p>\n\n          <div className=\"mt-8 flex flex-wrap items-center justify-center gap-3\">\n            <Button size=\"lg\">\n              Start free\n              <ArrowRight className=\"ml-2 size-4\" aria-hidden=\"true\" />\n            </Button>\n            <Button size=\"lg\" variant=\"outline\">\n              Book a walkthrough\n            </Button>\n          </div>\n\n          <Separator className=\"mx-auto my-8 max-w-xs\" />\n\n          <p className=\"text-muted-foreground text-sm\">\n            No card required · 30-day trial · 8,400 engineers on the monthly notes\n          </p>\n        </div>\n      </div>\n    </section>\n  )\n}\n",
      "type": "registry:block",
      "target": "~/components/blocks/CtaFinalBand.tsx"
    }
  ],
  "dependencies": [
    "lucide-react"
  ],
  "devDependencies": [],
  "registryDependencies": [
    "https://uipkge.dev/r/react/badge.json",
    "https://uipkge.dev/r/react/button.json",
    "https://uipkge.dev/r/react/separator.json"
  ],
  "description": "Closing call to action centred on a bordered band, pairing the primary action with a secondary path and a line of proof for readers not ready to commit.",
  "categories": [
    "marketing"
  ]
}