Components
A centered call-to-action section with a balanced title, description, and optional button.
npx @21st-dev/cli add felipemenezes098/cta-01Loading preview...
import { Cta01 } from '@/components/ui/cta-01'
export default function Cta01Example() {
return (
<Cta01
title="Simple & Elegant"
description="Display content in a minimal and visually appealing way."
cta={{
ctaEnabled: true,
text: 'Click here',
link: '',
variant: 'default',
}}
/>
)
}