# HeroMinimalCenteredProps

**Kind:** Interface

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/sections/hero/hero-minimal-centered.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/sections/hero/hero-minimal-centered.tsx#L14)

## Properties

| Property | Type |
|---|---|
| `headlineKey` | `string` |
| `subheadlineKey` | `string` |
| `primaryCtaKey` | `string` |
| `primaryCtaUrl` | `string` |
| `secondaryCtaKey` | `string` |
| `secondaryCtaUrl` | `string` |
| `badgeKey` | `string` |
| `badgeIcon` | `LucideIcon` |
| `dividerIcons` | `LucideIcon[]` |
| `imageSrc` | `string` |
| `imageAlt` | `string` |
