# HeroGradientSplit

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_HeroGradientSplit_3ffb7904["HeroGradientSplit"]
    class component_HeroGradientSplit_3ffb7904 rootComponent
```

## Relationships

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