Hero
Usage
<Hero
name?={string}
text?={string}
tagline?={string}
image?={string | HeroImage}
actions?={HeroAction[]}
className?={string}
/>Props
| Prop | Type | Required | Description |
|---|---|---|---|
| name | string | No | Large title displayed prominently |
| text | string | No | Secondary text below the name |
| tagline | string | No | Descriptive tagline |
| image | `string | HeroImage` | No |
| actions | HeroAction[] | No | Call-to-action buttons |
| className | string | No | Additional CSS class |