Static Web App

This is a minimal Next.js scaffold configured for static export. Every route is pre-rendered to plain HTML at build time, so the site can be served from any static host.

Routing uses the App Router: each folder under app/ that contains a page.jsx becomes a route. Add a new folder to add a new page.

Go to the About page