# HeroGradientSplitProps

**Kind:** Interface

**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#L13)

## Properties

| Property | Type |
|---|---|
| `headlineKey` | `string` |
| `subheadlineKey` | `string` |
| `primaryCtaKey` | `string` |
| `primaryCtaUrl` | `string` |
| `secondaryCtaKey` | `string` |
| `secondaryCtaUrl` | `string` |
| `imageSrc` | `string` |
| `imageAlt` | `string` |
| `badges` | `{ textKey: string; icon?: LucideIcon }[]` |
| `className` | `string` |
