cta-5
efferd/cta-5FreeBlock
Newsletter subscription section with email input, submit button, and expert avatars for added trust and engagement.
Install it
npx shadcn@latest add https://legacy.efferd.com/r/cta-5.jsonSource
1import { ArrowRightIcon, AtSignIcon } from "lucide-react";2import { Button } from "@/components/ui/button";3import {4 InputGroup,5 InputGroupAddon,6 InputGroupInput,7} from "@/components/ui/input-group";89export function CallToAction() {10 return (11 <div className="relative mx-auto flex w-full max-w-3xl flex-col justify-between gap-y-6 border-x bg-secondary/80 px-2 py-8 md:px-4 dark:bg-secondary/40">12 <div className="-translate-x-1/2 -top-px pointer-events-none absolute left-1/2 w-screen border-t" />1314 <div className="space-y-1">15 <h2 className="text-center font-semibold text-2xl tracking-tight md:text-4xl">16 Subscripe to our newsletter17 </h2>18 <p className="text-balance text-center text-muted-foreground text-sm md:text-base">19 Get the latest updates and insights delivered right to your inbox.20 </p>21 </div>22 <div className="flex items-center justify-center gap-2">23 <InputGroup className="max-w-[280px] bg-card">24 <InputGroupInput placeholder="Enter your email" />25 <InputGroupAddon>26 <AtSignIcon />27 </InputGroupAddon>28 </InputGroup>2930 <Button>31 Subscribe <ArrowRightIcon />32 </Button>33 </div>34 <div className="flex items-center justify-center gap-2">35 <p className="text-muted-foreground text-sm">36 Written by{" "}37 <span className="font-medium text-foreground">real humans</span> (we38 swear).39 </p>40 <div className="-space-x-[0.45rem] flex">41 <img42 alt="Avatar 01"43 className="rounded-full ring-1 ring-background"44 height={24}45 src="https://mynaui.com/avatars/avatar-01.jpg"46 width={24}47 />48 <img49 alt="Avatar 02"50 className="rounded-full ring-1 ring-background"51 height={24}52 src="https://mynaui.com/avatars/avatar-02.jpg"53 width={24}54 />55 <img56 alt="Avatar 03"57 className="rounded-full ring-1 ring-background"58 height={24}59 src="https://mynaui.com/avatars/avatar-03.jpg"60 width={24}61 />62 <img63 alt="Avatar 04"64 className="rounded-full ring-1 ring-background"65 height={24}66 src="https://mynaui.com/avatars/avatar-04.jpg"67 width={24}68 />69 </div>70 </div>7172// … truncated
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-3cta-3 | efferd | Blocks | Free | no deps | |
| cta-4cta-4 | efferd | Blocks | Free | no deps |
