cta-3
efferd/cta-3FreeBlock
Stylish call-to-action block featuring bordered layout, decorative icons, and clear buttons for contacting sales or getting started.
Install it
npx shadcn@latest add https://legacy.efferd.com/r/cta-3.jsonSource
1import { ArrowRightIcon, PlusIcon } from "lucide-react";2import { Button } from "@/components/ui/button";34export function CallToAction() {5 return (6 <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)]">7 <PlusIcon8 className="absolute top-[-12.5px] left-[-11.5px] z-1 size-6"9 strokeWidth={1}10 />11 <PlusIcon12 className="absolute top-[-12.5px] right-[-11.5px] z-1 size-6"13 strokeWidth={1}14 />15 <PlusIcon16 className="absolute bottom-[-12.5px] left-[-11.5px] z-1 size-6"17 strokeWidth={1}18 />19 <PlusIcon20 className="absolute right-[-11.5px] bottom-[-12.5px] z-1 size-6"21 strokeWidth={1}22 />2324 <div className="-inset-y-6 pointer-events-none absolute left-0 w-px border-l" />25 <div className="-inset-y-6 pointer-events-none absolute right-0 w-px border-r" />2627 <div className="-z-10 absolute top-0 left-1/2 h-full border-l border-dashed" />2829 <h2 className="text-center font-semibold text-xl md:text-3xl">30 Start for Free Today!31 </h2>32 <p className="text-balance text-center font-medium text-muted-foreground text-sm md:text-base">33 Begin your 6-day free trial today to fully explore and experience all34 the features and benefits we offer.35 </p>3637 <div className="flex items-center justify-center gap-2">38 <Button variant="outline">Contact Sales</Button>39 <Button>40 Get Started <ArrowRightIcon />41 </Button>42 </div>43 </div>44 );45}
What it pulls in
Other registry items
Files it writes
More from efferd
All 40 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| auth-1auth-1 | efferd | Blocks | Free | no deps · 2 files | |
| auth-2auth-2 | efferd | Blocks | Free | 1 dep · 3 files | |
| contact-1contact-1 | efferd | Blocks | Free | no deps | |
| contact-2contact-2 | efferd | Blocks | Free | no deps | |
| cta-1cta-1 | efferd | Blocks | Free | no deps | |
| cta-2cta-2 | efferd | Blocks | Free | no deps | |
| cta-4cta-4 | efferd | Blocks | Free | no deps | |
| cta-5cta-5 | efferd | Blocks | Free | no deps |
