# HomePage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/page.tsx#L489)

## Diagram

```mermaid
graph TD
    component_HomePage_266c528["HomePage"]
    class component_HomePage_266c528 rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `motion-div`
- RENDERS → `motion-h1`
- RENDERS → `motion-p`
- RENDERS → `DemoTerminal`
- RENDERS → `Reveal`
- RENDERS → `Counter`
- RENDERS → `KbPanel`
- RENDERS → `ManualPanel`
- RENDERS → `ApiPanel`
- RENDERS → `SupportPanel`
- RENDERS → `StepsSection`
- RENDERS → `Ticker`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
