About
This second page exists to prove that client-side navigation and the shared layout work across routes.
What is included
- Next.js App Router with a shared root layout.
- A global stylesheet with a small reset and layout helpers.
- Reusable
HeaderandFootercomponents. - Static export configuration (
output: 'export').
Adding a page
Create app/<route>/page.jsx and export a default React component. The build then emits out/<route>/index.html for it automatically.