@aelig/full-size-cta
Full Size CTA
Add
pnpm dlx shadcn@latest add @aelig/full-size-ctaRenders a full-size image banner with a call-to-action link.
Preview
Usage
import { FullSizeCta } from "@/components/blocks/full-size-cta"
export function Section() {
return <FullSizeCta {...sectionProps} />
}