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
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-cta

Usage

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
PropTypeDefaultDescription
className
string-
headerText
string-
bodyText
string-
ctaText
string-
ctaHref
string-

Lineage

PropertyValue
Source@aceternity/cta
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page