# SocialProofTrustBadges

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | - | - |
| `descriptionKey` | `string` | - | - |
| `badges` | `TrustBadge[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SocialProofTrustBadges_4f1aae85["SocialProofTrustBadges"]
    class component_SocialProofTrustBadges_4f1aae85 rootComponent
```

## Relationships

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