# FeaturesAlternating

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `features` | `Feature[]` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FeaturesAlternating_3ede4484["FeaturesAlternating"]
    class component_FeaturesAlternating_3ede4484 rootComponent
```

## Relationships

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