# HeroBentoGridProps

**Kind:** Interface

**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#L15)

## Properties

| Property | Type |
|---|---|
| `headlineKey` | `string` |
| `subheadlineKey` | `string` |
| `primaryCtaKey` | `string` |
| `primaryCtaUrl` | `string` |
| `secondaryCtaKey` | `string` |
| `secondaryCtaUrl` | `string` |
| `badgeKey` | `string` |
| `gridItems` | `{ titleKey: string; descriptionKey?: string; icon?: LucideIcon }[]` |
| `className` | `string` |
