# PricingHeroCard

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/sections/pricing/pricing-hero-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/sections/pricing/pricing-hero-card.tsx#L34)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `heroPlan` | `PricingPlan` | ✓ | - |
| `secondaryPlans` | `PricingPlan[]` | - | - |

## Diagram

```mermaid
graph TD
    component_PricingHeroCard_3836d2e8["PricingHeroCard"]
    class component_PricingHeroCard_3836d2e8 rootComponent
```

## Relationships

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