# HeroClassicSplit

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_HeroClassicSplit_346e4f89["HeroClassicSplit"]
    class component_HeroClassicSplit_346e4f89 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-span`
- RENDERS → `BadgeIcon`
- RENDERS → `motion-h1`
- RENDERS → `motion-p`
- RENDERS → `ArrowRight`
- RENDERS → `motion-ul`
- RENDERS → `Check`
- USES_HOOK → `useTranslation`
