# SocialProofTestimonials

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | - | - |
| `descriptionKey` | `string` | - | - |
| `testimonials` | `Testimonial[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SocialProofTestimonials_413593a8["SocialProofTestimonials"]
    class component_SocialProofTestimonials_413593a8 rootComponent
```

## Relationships

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