Loading...
Loading...
Loading...
Default CTA wrapper — renders the CtaThreads variant.
Install
npx bouncekit@latest add ctaImport
import { Cta } from "@/components/marketing/cta"import { Cta } from "@/components/marketing/cta"
<Cta
heading="Stop rebuilding the"
headingAccent="same shell."
description="Auth, dashboard, settings — done."
ctaLabel="Get Bounce — $179"
ctaHref="/login"
/>API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | yes | Primary heading. |
headingAccent | string | — | Display accent in Array font. |
description | string | yes | Supporting description. |
ctaLabel | string | — | Button label. |
ctaHref | string | — | Button link. |
Source
src/components/marketing/cta.tsx