@aelig/full-size-cta

Full Size CTA

Add

pnpm dlx shadcn@latest add @aelig/full-size-cta

Renders a full-size image banner with a call-to-action link.

Preview

Convert attention into action

Launch-ready section

Invite users into the next step with a strong visual CTA.

Usage

import { FullSizeCta } from "@/components/blocks/full-size-cta"

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