{"$schema":"https://ui.shadcn.com/schema/registry-item.json","type":"registry:block","registryDependencies":["button","@efferd/full-width-divider"],"name":"cta-2","description":"Minimal call-to-action section with headline, short description, and dual buttons for sales contact and getting started.","categories":["cta"],"files":[{"path":"registry/blocks/cta/2/cta.tsx","type":"registry:component","content":"import { Button } from \"@/components/ui/button\";\nimport { FullWidthDivider } from \"@/components/full-width-divider\";\n\nexport function CallToAction() {\n\treturn (\n\t\t<div className=\"relative mx-auto flex w-full max-w-3xl flex-col justify-between border-x\">\n\t\t\t<FullWidthDivider className=\"-top-px\" />\n\t\t\t<div className=\"border-b px-2 py-8\">\n\t\t\t\t<h2 className=\"text-center font-semibold text-lg md:text-2xl\">\n\t\t\t\t\tPlan the present. Build the future.\n\t\t\t\t</h2>\n\t\t\t\t<p className=\"text-balance text-center text-muted-foreground text-sm md:text-base\">\n\t\t\t\t\tStart your journey today by clicking the button below.\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t\t<div className=\"flex items-center justify-center gap-2 bg-secondary/80 p-4 dark:bg-secondary/40\">\n\t\t\t\t<Button variant=\"outline\">Contact Sales</Button>\n\t\t\t\t<Button>\n\t\t\t\t\tGet Started{\" \"}\n\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\tdata-icon=\"inline-end\"\n\t\t\t\t\t\thugeicons=\"ArrowRight02Icon\"\n\t\t\t\t\t\tlucide=\"ArrowRightIcon\"\n\t\t\t\t\t\tphosphor=\"ArrowRightIcon\"\n\t\t\t\t\t\tremixicon=\"RiArrowRightLine\"\n\t\t\t\t\t\ttabler=\"IconArrowRight\"\n\t\t\t\t\t/>\n\t\t\t\t</Button>\n\t\t\t</div>\n\t\t\t<FullWidthDivider className=\"-bottom-px\" />\n\t\t</div>\n\t);\n}\n"}]}