{"$schema":"https://ui.shadcn.com/schema/registry-item.json","type":"registry:block","registryDependencies":["button","@efferd/decor-icon"],"name":"cta-3","description":"Stylish call-to-action block featuring bordered layout, decorative icons, and clear buttons for contacting sales or getting started.","categories":["cta"],"files":[{"path":"registry/blocks/cta/3/cta.tsx","type":"registry:component","content":"import { Button } from \"@/components/ui/button\";\nimport { DecorIcon } from \"@/components/decor-icon\";\n\nexport function CallToAction() {\n\treturn (\n\t\t<div className=\"relative mx-auto flex w-full max-w-3xl flex-col justify-between gap-y-4 border-y px-4 py-8 dark:bg-[radial-gradient(35%_80%_at_25%_0%,--theme(--color-foreground/.08),transparent)]\">\n\t\t\t<DecorIcon className=\"size-4\" position=\"top-left\" />\n\t\t\t<DecorIcon className=\"size-4\" position=\"top-right\" />\n\t\t\t<DecorIcon className=\"size-4\" position=\"bottom-left\" />\n\t\t\t<DecorIcon className=\"size-4\" position=\"bottom-right\" />\n\n\t\t\t<div className=\"pointer-events-none absolute -inset-y-6 -left-px w-px border-l\" />\n\t\t\t<div className=\"pointer-events-none absolute -inset-y-6 -right-px w-px border-r\" />\n\n\t\t\t<div className=\"absolute top-0 left-1/2 -z-10 h-full border-l border-dashed\" />\n\n\t\t\t<h2 className=\"text-center font-semibold text-xl md:text-3xl\">\n\t\t\t\tStart for Free Today!\n\t\t\t</h2>\n\t\t\t<p className=\"text-balance text-center font-medium text-muted-foreground text-sm md:text-base\">\n\t\t\t\tBegin your 6-day free trial today to fully explore and experience all\n\t\t\t\tthe features and benefits we offer.\n\t\t\t</p>\n\n\t\t\t<div className=\"flex items-center justify-center gap-2\">\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</div>\n\t);\n}\n"}]}