BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/cta-03

cta-03

eldoraui/cta-03
FreeBlock

CTA with heading, button, and ripple background.

Live preview

live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://eldoraui.site/r/cta-03.json

Source

registry/blocks/cta-03/components/cta-03.tsxeldoraui.site/r/cta-03.json
1import { ArrowRightIcon, AtSignIcon } from "lucide-react"
2
3import { Ripple } from "./ripple-bg"
4
5export function CallToAction() {
6 return (
7 <div className="bg-secondary/80 dark:bg-secondary/40 relative mx-auto flex min-h-[20rem] w-full max-w-3xl flex-col justify-between gap-y-8 border-x px-2 py-14 md:px-4 md:py-20">
8 <div className="pointer-events-none absolute -top-px left-1/2 w-screen -translate-x-1/2 border-t" />
9 <Ripple />
10
11 <div className="space-y-1">
12 <h2 className="text-center text-2xl font-semibold tracking-tight md:text-4xl">
13 Join our community
14 </h2>
15 <p className="text-muted-foreground text-center text-sm text-balance md:text-base">
16 Connect with fellow builders, get early access, and stay in the loop
17 with product updates and exclusive events.
18 </p>
19 <div className="mt-4 flex items-center justify-center -space-x-[0.45rem]">
20 <img
21 alt="Avatar 01"
22 className="ring-background rounded-full ring-1"
23 height={24}
24 src="https://avatar.vercel.sh/avatar1"
25 width={24}
26 />
27 <img
28 alt="Avatar 02"
29 className="ring-background rounded-full ring-1"
30 height={24}
31 src="https://avatar.vercel.sh/avatar2"
32 width={24}
33 />
34 <img
35 alt="Avatar 03"
36 className="ring-background rounded-full ring-1"
37 height={24}
38 src="https://avatar.vercel.sh/avatar3"
39 width={24}
40 />
41 <img
42 alt="Avatar 04"
43 className="ring-background rounded-full ring-1"
44 height={24}
45 src="https://avatar.vercel.sh/avatar4"
46 width={24}
47 />
48 <img
49 alt="Avatar 05"
50 className="ring-background rounded-full ring-1"
51 height={24}
52 src="https://avatar.vercel.sh/avatar5"
53 width={24}
54 />
55 <img
56 alt="Avatar 06"
57 className="ring-background rounded-full ring-1"
58 height={24}
59 src="https://avatar.vercel.sh/avatar6"
60 width={24}
61 />
62 </div>
63 </div>
64 <div className="pointer-events-none absolute -bottom-px left-1/2 w-screen -translate-x-1/2 border-b" />
65 </div>
66 )
67}

What it pulls in

npm packages

  • lucide-react

Other registry items

  • utils

Files it writes

  • registry/blocks/cta-03/page.tsx
  • registry/blocks/cta-03/components/cta-03.tsx
  • registry/blocks/cta-03/components/ripple-bg.tsx

Facts

Registry
eldoraui
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
cta-01cta-01eldorauiBlocksFree2 deps · 2 files
cta-02cta-02eldorauiBlocksFree2 deps · 3 files
features-01features-01eldorauiBlocksFree3 deps · 3 files
footer-01footer-01eldorauiBlocksFree1 dep · 3 files
header-01header-01eldorauiBlocksFree3 deps · 5 files
header-02header-02eldorauiBlocksFree3 deps · 2 files
logo-cloud-01logo-cloud-01eldorauiBlocksFree1 dep · 2 files
logo-cloud-02logo-cloud-02eldorauiBlocksFreeno deps · 2 files
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