BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/cta-3

cta-3

efferd/cta-3
FreeBlock

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.json

Source

registry/blocks/cta/3/cta.tsxlegacy.efferd.com/r/cta-3.json
1import { ArrowRightIcon, PlusIcon } from "lucide-react";
2import { Button } from "@/components/ui/button";
3
4export 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 <PlusIcon
8 className="absolute top-[-12.5px] left-[-11.5px] z-1 size-6"
9 strokeWidth={1}
10 />
11 <PlusIcon
12 className="absolute top-[-12.5px] right-[-11.5px] z-1 size-6"
13 strokeWidth={1}
14 />
15 <PlusIcon
16 className="absolute bottom-[-12.5px] left-[-11.5px] z-1 size-6"
17 strokeWidth={1}
18 />
19 <PlusIcon
20 className="absolute right-[-11.5px] bottom-[-12.5px] z-1 size-6"
21 strokeWidth={1}
22 />
23
24 <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" />
26
27 <div className="-z-10 absolute top-0 left-1/2 h-full border-l border-dashed" />
28
29 <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 all
34 the features and benefits we offer.
35 </p>
36
37 <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

  • button

Files it writes

  • registry/blocks/cta/3/cta.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
1
Licence
NOASSERTION
First indexed
2026-08-03
Last confirmed
today

Go to the source

legacy.efferd.com shabanhr/efferd-ui on GitHub Raw registry item This item as JSON

More from efferd

All 40 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
auth-1auth-1efferdBlocksFreeno deps · 2 files
auth-2auth-2efferdBlocksFree1 dep · 3 files
contact-1contact-1efferdBlocksFreeno deps
contact-2contact-2efferdBlocksFreeno deps
cta-1cta-1efferdBlocksFreeno deps
cta-2cta-2efferdBlocksFreeno deps
cta-4cta-4efferdBlocksFreeno deps
cta-5cta-5efferdBlocksFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex