# ProblemCentered

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `headlineKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `problems` | `Problem[]` | ✓ | - |
| `solutionKey` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_ProblemCentered_978d3b1["ProblemCentered"]
    class component_ProblemCentered_978d3b1 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-h2`
- RENDERS → `motion-p`
- RENDERS → `Icon`
- USES_HOOK → `useTranslation`
