# HowItWorksTimeline

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/how-it-works/how-it-works-timeline.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/how-it-works/how-it-works-timeline.tsx#L59)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `steps` | `Step[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_HowItWorksTimeline_61216c09["HowItWorksTimeline"]
    class component_HowItWorksTimeline_61216c09 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `StepCircle`
- RENDERS → `StepCard`
- USES_HOOK → `useTranslation`
