# HeroDarkCenteredProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `headlineKey` | `string` |
| `subheadlineKey` | `string` |
| `primaryCtaKey` | `string` |
| `primaryCtaUrl` | `string` |
| `secondaryCtaKey` | `string` |
| `secondaryCtaUrl` | `string` |
| `badgeKey` | `string` |
| `floatingStats` | `{ valueKey: string; labelKey: string }[]` |
| `imageSrc` | `string` |
| `imageAlt` | `string` |
