BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/uifoundry/cta-1

CTA 1

uifoundry/cta-1
UnverifiedBlock

Centered CTA with header, subheader, and configurable action buttons

Install it

npx shadcn@latest add https://raw.githubusercontent.com/UIFoundry/uifoundry/master/cta-1.json

Source

registry/payload/blocks/cta/cta-1/index.tsxraw.githubusercontent.com/UIFoundry/uifoundry/master/cta-1.json
1import Link from "next/link";
2
3import type { CTA_1_Block } from "~/payload-types";
4
5import { Button } from "@/registry/ui/button";
6
7export * from "./config";
8
9export default function CallToAction(props: NonNullable<CTA_1_Block>) {
10 return (
11 <section className="py-16 md:py-32">
12 <div className="mx-auto max-w-5xl px-6">
13 <div className="text-center">
14 <h2 className="text-4xl font-semibold text-balance lg:text-5xl">
15 {props.header}
16 </h2>
17 <p className="mt-4">{props.subheader}</p>
18
19 <div className="mt-12 flex flex-wrap justify-center gap-4">
20 {(props.actions ?? []).map((action, index) => {
21 return (
22 <Button
23 asChild
24 key={`CTA_1_Block-action-${index}`}
25 size="lg"
26 variant={index % 2 === 1 ? "outline" : undefined}
27 >
28 <Link href={action.href ?? "/"}>
29 <span>{action.label ?? "Get Started"}</span>
30 </Link>
31 </Button>
32 );
33 })}
34 </div>
35 </div>
36 </div>
37 </section>
38 );
39}

What it pulls in

npm packages

  • react
  • next
  • payload

Other registry items

  • button
  • @uifoundry/header-field
  • @uifoundry/subheader-field
  • @uifoundry/call-to-action-pair-field
  • @uifoundry/block-constants

Files it writes

  • registry/payload/blocks/cta/cta-1/index.tsx
  • registry/payload/blocks/cta/cta-1/config.ts

Facts

Registry
uifoundry
Type
registry:block
Access
Unverified
Files written
2
Licence
NOASSERTION
In the index
at or before 2026-08-01
Last confirmed
3 days ago

Go to the source

uifoundry.dev UIFoundry/uifoundry on GitHub Raw registry item This item as JSON

More from uifoundry

All 54 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Color Fieldcolor-fielduifoundryBlocksUnverified4 deps · 2 files
Coming Soon 1coming-soon-1uifoundryBlocksUnverified3 deps · 2 files
CTA 2cta-2uifoundryBlocksUnverified3 deps · 2 files
CTA 3cta-3uifoundryBlocksUnverified3 deps · 2 files
Custom Headercustom-headeruifoundryBlocksUnverified4 deps · 3 files
Features 1features-1uifoundryBlocksUnverified3 deps · 2 files
Features 2features-2uifoundryBlocksUnverified4 deps · 2 files
Features 3features-3uifoundryBlocksUnverified4 deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex