# TestimonialCard

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/shared/testimonial-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/shared/testimonial-card.tsx#L21)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `quoteKey` | `string` | ✓ | - |
| `authorNameKey` | `string` | ✓ | - |
| `authorRoleKey` | `string` | - | - |
| `avatarSrc` | `string` | - | - |
| `rating` | `number` | - | - |

## Diagram

```mermaid
graph TD
    component_TestimonialCard_17264b5a["TestimonialCard"]
    class component_TestimonialCard_17264b5a rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `Star`
- USES_HOOK → `useTranslation`
