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
| Prop | Type | Default | Description |
|---|---|---|---|
| headline* | string | β | Main heading text. |
| subline | string | β | Supporting text below the headline. |
| cta* | { label: string; href: string } | β | Button label and destination. |
| fill | boolean | false | Grows to fill remaining page height. Use on home page with transparent footer. |