Overview
CTA (Call-to-Action) blocks are designed to drive user engagement and conversions. They feature prominent buttons, compelling copy, and focused layouts that guide users toward a specific action.
Features
- Conversion-Focused: Designed to maximize click-through rates
- Responsive Design: Adapts to all screen sizes
- Multiple Layouts: Centered, split, and banner variations
- Button Variants: Primary, secondary, and ghost CTA styles
- Background Options: Solid colors, gradients, and image backgrounds
Usage
import CTABlock from "@/registry/default/block/cta"
export default function Page() {
return <CTABlock />
}