BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/cta-5

cta-5

freddy/cta-5
FreeBlock

Newsletter subscription section with email input, submit button, and expert avatars for added trust and engagement.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/cta-5.json

Source

registry/blocks/cta/5/cta.tsxui.arkcabin.com/r/cta-5.json
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";
8
9export 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" />
13
14 <div className="space-y-1">
15 <h2 className="text-center font-semibold text-2xl tracking-tight md:text-4xl">
16 Subscripe to our newsletter
17 </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>
29
30 <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> (we
38 swear).
39 </p>
40 <div className="-space-x-[0.45rem] flex">
41 <img
42 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 <img
49 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 <img
56 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 <img
63 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>
71
72// … truncated

What it pulls in

Other registry items

  • button
  • input-group

Files it writes

  • registry/blocks/cta/5/cta.tsx

Facts

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

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

More from freddy

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcement-1announcement-1freddyBlocksFree1 dep
announcement-2announcement-2freddyBlocksFree1 dep
announcement-3announcement-3freddyBlocksFree1 dep
auth-1auth-1freddyBlocksFreeno deps · 2 files
auth-10auth-10freddyBlocksFreeno deps
auth-11auth-11freddyBlocksFreeno deps
auth-12auth-12freddyBlocksFreeno deps
auth-2auth-2freddyBlocksFree1 dep · 3 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