CTA Section 1
shadcnstore/cta-section-1FreeBlock
A clean and modern cta section
Install it
npx shadcn@latest add https://shadcnstore.com/r/cta-section-1.jsonSource
1import { Badge } from '@/components/ui/badge'2import { Button } from '@/components/ui/button'3import { ArrowRight, Radio, Phone } from 'lucide-react'45export function CtaSection1() {6 return (7 <section className='bg-background relative w-full overflow-hidden py-24' aria-labelledby='cta-heading'>8 <div className='mx-auto w-full max-w-7xl px-4 sm:px-6 lg:px-8'>9 <div className='relative mx-auto max-w-4xl text-center'>10 <Badge11 variant='secondary'12 className="h-auto px-2.5 py-0.5 font-semibold mb-6 gap-2 border-emerald-600 bg-emerald-500/15 rounded-md text-sm font-medium text-emerald-600"13 >14 <Radio className='!size-5' aria-hidden='true' />15 Live on ShadcnStore16 </Badge>1718 <h1 id='cta-heading' className='mb-6 text-4xl font-bold tracking-tight text-balance sm:text-5xl lg:text-6xl'>19 Powering the next generation of digital products20 </h1>2122 <p className='text-muted-foreground mx-auto mb-10 max-w-2xl text-lg text-balance'>23 Join thousands of developers and designers shipping amazing experiences with our components.24 </p>2526 <div className='flex flex-wrap items-center justify-center gap-4'>27 <Button size='lg' className="h-10 px-6 cursor-pointer w-fit">28 Get Started <ArrowRight data-icon='inline-end' />29 </Button>30 <Button variant='outline' size='lg' className="h-10 px-6 cursor-pointer w-fit">31 <Phone data-icon='inline-start' />32 Book a call33 </Button>34 </div>35 </div>36 </div>37 </section>38 )39}4041export default CtaSection1
What it pulls in
npm packages
Other registry items
Files it writes
More from ShadcnStore
All 228 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| About 1about-1 | ShadcnStore | Blocks | Free | 1 dep · 3 files | |
| About 2about-2 | ShadcnStore | Blocks | Paid | 2 deps · 3 files | |
| AI Chat 1ai-chat-1 | ShadcnStore | Blocks | Free | 2 deps · 4 files | |
| AI Chat 2ai-chat-2 | ShadcnStore | Blocks | Paid | 1 dep · 4 files | |
| AI Prompt 1ai-prompt-1 | ShadcnStore | Blocks | Paid | 1 dep · 3 files | |
| App Dashboard 1app-1 | ShadcnStore | Blocks | Free | 1 dep · 4 files | |
| Task Management 2app-2 | ShadcnStore | Blocks | Paid | 2 deps · 4 files | |
| Foundational Application Shellapp-shell-1 | ShadcnStore | Blocks | Free | 1 dep · 4 files |
