BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/SmoothUI Registry/cta-1

Cta 1

smoothui-registry/cta-1
FreeBlock

Centered CTA block with radial glow background

Install it

npx shadcn@latest add https://www.smoothui.dev/r/cta-1.json

Source

index.tsxwww.smoothui.dev/r/cta-1.json
1"use client";
2
3import SmoothButton from "@/components/smoothui/smooth-button";
4import { motion, useReducedMotion } from "motion/react";
5
6const SPRING = {
7 bounce: 0.1,
8 duration: 0.25,
9 type: "spring" as const,
10};
11
12export function CtaCentered() {
13 const shouldReduceMotion = useReducedMotion();
14
15 return (
16 <section aria-labelledby="cta-centered-heading">
17 <div className="relative overflow-hidden bg-muted/50 py-24 md:py-32">
18 <div
19 aria-hidden="true"
20 className="absolute inset-0 bg-[radial-gradient(ellipse_at_center,var(--color-primary)/0.08,transparent_70%)]"
21 />
22 <motion.div
23 className="relative mx-auto max-w-3xl px-6 text-center"
24 initial={shouldReduceMotion ? { opacity: 1 } : { opacity: 0, y: 24 }}
25 transition={
26 shouldReduceMotion
27 ? { duration: 0 }
28 : { ...SPRING, staggerChildren: 0.08 }
29 }
30 viewport={{ once: true }}
31 whileInView={
32 shouldReduceMotion ? { opacity: 1 } : { opacity: 1, y: 0 }
33 }
34 >
35 <h2
36 className="text-balance font-bold text-3xl tracking-tight md:text-4xl lg:text-5xl"
37 id="cta-centered-heading"
38 >
39 Ready to build something amazing?
40 </h2>
41 <p className="mx-auto mt-4 max-w-xl text-balance text-foreground/70 text-lg">
42 Start building with beautifully animated components today. Free,
43 open source, and ready for production.
44 </p>
45 <div className="mt-8 flex flex-wrap items-center justify-center gap-4">
46 <SmoothButton size="lg" variant="candy">
47 Get Started
48 </SmoothButton>
49 <SmoothButton size="lg" variant="outline">
50 Learn More
51 </SmoothButton>
52 </div>
53 </motion.div>
54 </div>
55 </section>
56 );
57}
58
59export default CtaCentered;

What it pulls in

npm packages

  • motion

Other registry items

  • https://smoothui.dev/r/smooth-button.json

Files it writes

  • index.tsx

Facts

Registry
SmoothUI Registry
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

www.smoothui.dev educlopez/smoothui on GitHub Raw registry item This item as JSON

More from SmoothUI Registry

All 178 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Chat Templatechat-templateSmoothUI RegistryBlocksFree2 deps · 4 files
Cta 2cta-2SmoothUI RegistryBlocksFree1 dep
Cta 3cta-3SmoothUI RegistryBlocksFree1 dep
Faq 1faq-1SmoothUI RegistryBlocksFree2 deps
Faq 2faq-2SmoothUI RegistryBlocksFree1 dep
Faq 3faq-3SmoothUI RegistryBlocksFree2 deps
Faq 4faq-4SmoothUI RegistryBlocksFree2 deps
Features 1features-1SmoothUI RegistryBlocksFree1 dep

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