# FaqAccordion

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/sections/faq/faq-accordion.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/sections/faq/faq-accordion.tsx#L14)

## Props

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

## Diagram

```mermaid
graph TD
    component_FaqAccordion_6193292f["FaqAccordion"]
    class component_FaqAccordion_6193292f rootComponent
```

## Relationships

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