@aelig/cta-button

CTA Button

Add

pnpm dlx shadcn@latest add @aelig/cta-button

Renders primary and optional secondary call-to-action buttons inside a titled section.

Preview

Ship with reusable blocks

Install production-ready UI from your registry.

Usage

import { CtaButton } from "@/components/blocks/cta-button"

export function Section() {
  return <CtaButton {...sectionProps} />
}