# SocialProofTimeline

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/sections/social-proof/social-proof-timeline.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/sections/social-proof/social-proof-timeline.tsx#L78)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `milestones` | `Milestone[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SocialProofTimeline_2c004d08["SocialProofTimeline"]
    class component_SocialProofTimeline_2c004d08 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `TimelineDot`
- RENDERS → `MilestoneCard`
- USES_HOOK → `useTranslation`
