# CtaSplitForm

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `primaryCtaKey` | `string` | ✓ | - |
| `primaryCtaUrl` | `string` | ✓ | - |
| `contactItems` | `ContactItem[]` | - | - |
| `formId` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_CtaSplitForm_59c28a2f["CtaSplitForm"]
    class component_CtaSplitForm_59c28a2f rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `ArrowRight`
- RENDERS → `motion-ul`
- RENDERS → `ItemIcon`
- USES_HOOK → `useTranslation`
