Components
Ace Cta
Centered call-to-action section with heading, body text, and action button
Ace Cta
Centered call-to-action section with heading, body text, and action button.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-ctaUsage
import { CallToAction } from "@/components/vandoko/ace-cta";
export default function Page() {
return <CallToAction />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
5 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
headerText | string | — | - |
bodyText | string | — | - |
ctaText | string | — | - |
ctaHref | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/cta |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction