# HeroBentoGrid

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/hero/hero-bento-grid.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/hero/hero-bento-grid.tsx#L27)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `subheadlineKey` | `string` | ✓ | - |
| `primaryCtaKey` | `string` | ✓ | - |
| `primaryCtaUrl` | `string` | ✓ | - |
| `secondaryCtaKey` | `string` | - | - |
| `secondaryCtaUrl` | `string` | - | - |
| `badgeKey` | `string` | - | - |
| `gridItems` | `unknown[]` | - | - |
| `className` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_HeroBentoGrid_53787f49["HeroBentoGrid"]
    class component_HeroBentoGrid_53787f49 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h1`
- RENDERS → `motion-p`
- RENDERS → `ArrowRight`
- RENDERS → `Icon`
- USES_HOOK → `useTranslation`
