Multi-Page: Home
Use Case: Home page of a multi-page wiremd app demonstrating cross-page navigation with button links.
Key Features: Nav with active state, hero, feature grid, table, page links
[[ :logo: MyApp | *Home* | [About](./about.md) | [Contact](./contact.md) ]]
---
::: hero
# Welcome to MyApp
The fastest way to prototype multi-page apps in Markdown.
[[Get Started](./about.md)]* [[See Features](./about.md)]
:::
::: grid-3 card
### :rocket: Fast
From idea to prototype in minutes, not hours.
### :shield: Reliable
Battle-tested across thousands of real projects.
### :gear: Flexible
Works with any workflow, any team size.
:::
---
## Latest Updates
| Feature | Status | Release |
|---------|--------|---------|
| Multi-file navigation | Released | v0.1.5 |
| Button links | Released | v0.1.5 |
| Grid card modifier | Released | v0.1.4 |
---
[About →](./about.md)