# HeroDarkCentered

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/hero/hero-dark-centered.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/hero/hero-dark-centered.tsx#L34)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `subheadlineKey` | `string` | ✓ | - |
| `primaryCtaKey` | `string` | ✓ | - |
| `primaryCtaUrl` | `string` | ✓ | - |
| `secondaryCtaKey` | `string` | - | - |
| `secondaryCtaUrl` | `string` | - | - |
| `badgeKey` | `string` | - | - |
| `floatingStats` | `unknown[]` | - | - |
| `imageSrc` | `string` | - | - |
| `imageAlt` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_HeroDarkCentered_46ad98c9["HeroDarkCentered"]
    class component_HeroDarkCentered_46ad98c9 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h1`
- RENDERS → `motion-p`
- RENDERS → `ArrowRight`
- USES_HOOK → `useTranslation`
