# TestimonialCard

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/_shared/testimonial-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/_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_731cdbc1["TestimonialCard"]
    class component_TestimonialCard_731cdbc1 rootComponent
```

## Relationships

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