# FeaturesGridCards

**Kind:** Component

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

## Props

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

## Diagram

```mermaid
graph TD
    component_FeaturesGridCards_4309208b["FeaturesGridCards"]
    class component_FeaturesGridCards_4309208b rootComponent
```

## Relationships

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