cta-03
eldoraui/cta-03FreeBlock
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.jsonSource
1import { ArrowRightIcon, AtSignIcon } from "lucide-react"23import { Ripple } from "./ripple-bg"45export 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 />1011 <div className="space-y-1">12 <h2 className="text-center text-2xl font-semibold tracking-tight md:text-4xl">13 Join our community14 </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 loop17 with product updates and exclusive events.18 </p>19 <div className="mt-4 flex items-center justify-center -space-x-[0.45rem]">20 <img21 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 <img28 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 <img35 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 <img42 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 <img49 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 <img56 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
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| cta-01cta-01 | eldoraui | Blocks | Free | 2 deps · 2 files | |
| cta-02cta-02 | eldoraui | Blocks | Free | 2 deps · 3 files | |
| features-01features-01 | eldoraui | Blocks | Free | 3 deps · 3 files | |
| footer-01footer-01 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| header-01header-01 | eldoraui | Blocks | Free | 3 deps · 5 files | |
| header-02header-02 | eldoraui | Blocks | Free | 3 deps · 2 files | |
| logo-cloud-01logo-cloud-01 | eldoraui | Blocks | Free | 1 dep · 2 files | |
| logo-cloud-02logo-cloud-02 | eldoraui | Blocks | Free | no deps · 2 files |
