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-2

cta-2

efferd/cta-2
FreeBlock

Minimal call-to-action section with headline, short description, and dual buttons for sales contact and getting started.

Install it

npx shadcn@latest add https://legacy.efferd.com/r/cta-2.json

Source

registry/blocks/cta/2/cta.tsxlegacy.efferd.com/r/cta-2.json
1import { ArrowRightIcon } 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 border-x">
7 <div className="-translate-x-1/2 -top-px pointer-events-none absolute left-1/2 w-screen border-t" />
8 <div className="border-b px-2 py-8">
9 <h2 className="text-center font-semibold text-lg md:text-2xl">
10 Plan the present. Build the future.
11 </h2>
12 <p className="text-balance text-center text-muted-foreground text-sm md:text-base">
13 Start your journey today by clicking the button below.
14 </p>
15 </div>
16 <div className="flex items-center justify-center gap-2 bg-secondary/80 p-4 dark:bg-secondary/40">
17 <Button variant="outline">Contact Sales</Button>
18 <Button>
19 Get Started <ArrowRightIcon />
20 </Button>
21 </div>
22 <div className="-translate-x-1/2 -bottom-px pointer-events-none absolute left-1/2 w-screen border-b" />
23 </div>
24 );
25}

What it pulls in

Other registry items

  • button

Files it writes

  • registry/blocks/cta/2/cta.tsx

Facts

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

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-3cta-3efferdBlocksFreeno 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