# SocialProofStatsGrid

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/social-proof/social-proof-stats-grid.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/social-proof/social-proof-stats-grid.tsx#L14)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | - | - |
| `descriptionKey` | `string` | - | - |
| `stats` | `unknown[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SocialProofStatsGrid_d1dcef0["SocialProofStatsGrid"]
    class component_SocialProofStatsGrid_d1dcef0 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `StatCard`
- USES_HOOK → `useTranslation`
