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 Header and Footer components.
  • 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.

Back to the home page