# PricingHeroCard

**Kind:** Component

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/pricing/pricing-hero-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/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_40302ff7["PricingHeroCard"]
    class component_PricingHeroCard_40302ff7 rootComponent
```

## Relationships

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