---
title: Home Page
sidebarTitle: Home Page
description: "Interactive preview for the @agg-build/ui HomePage surface"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

import { StorybookEmbed } from "/snippets/storybook-embed.jsx";

# Home Page

`HomePage` is the market discovery layout with stacked event sections and top-level browsing entry
points.

Use Storybook as the source of truth for controls, layout states, and composition details.

## Import

```tsx
import "@agg-build/ui/styles.css";
import { HomePage } from "@agg-build/ui/pages";
```

Requires `<AggProvider>` from `@agg-build/hooks`.

## Preview

<StorybookEmbed storyId="pages-home-page--playground" title="Home Page" height={1200} />
