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

cta-2

freddy/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://ui.arkcabin.com/r/cta-2.json

Source

registry/blocks/cta/2/cta.tsxui.arkcabin.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
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