Component

CTABanner

Full-width navy call-to-action section with headline, optional subline, and a CTA button.

Standard

live editor β€” edit to update preview
<CTABanner
  headline="Ready to ship faster?"
  subline="Join developers using Ann Tech tools."
  cta={{ label: "Get started", href: "#" }}
/>

Headline only

live editor β€” edit to update preview
<CTABanner
  headline="Start building today."
  cta={{ label: "View docs", href: "#" }}
/>

Props

PropTypeDefaultDescription
headline*stringβ€”Main heading text.
sublinestringβ€”Supporting text below the headline.
cta*{ label: string; href: string }β€”Button label and destination.
fillbooleanfalseGrows to fill remaining page height. Use on home page with transparent footer.