@aelig/cta-button
CTA Button
Add
pnpm dlx shadcn@latest add @aelig/cta-buttonRenders primary and optional secondary call-to-action buttons inside a titled section.
Preview
Usage
import { CtaButton } from "@/components/blocks/cta-button"
export function Section() {
return <CtaButton {...sectionProps} />
}