<HeroCoverSlide>
expressiveTitlePresentation
Bold cover slide with hero headline, optional subtitle, eyebrow label, and outline badges.
When to use: First slide of a pitch, QBR, or product deck. Wrap in DecoratedSlide on vivid backgrounds.
Preview
| Prop | Type | Notes |
|---|---|---|
| title | string | Required. Hero headline. |
| subtitle | string | Optional. Supporting line under the title. |
| label | string | Optional. Eyebrow pill above the title (also accepts AccentEyebrow styling via label prop). |
| badges | string[] | Optional. Outline chips under the subtitle (duration, audience, version). |
Examples
<HeroCoverSlide
label="FY26 planning"
title="Quarterly business review"
subtitle="Three priorities for finance, operations, and product."
badges={["45 min", "Board ready", "Draft v2"]}
/>