# HowItWorksCardsGridProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `labelKey` | `string` |
| `headlineKey` | `string` |
| `descriptionKey` | `string` |
| `steps` | `{ icon: LucideIcon; titleKey: string; descriptionKey: string }[]` |
