About

This is the about page, defined in packages/acme-pages/src/about and imported by apps/main/pages/about.tsx

Navigations between Home and About are client-side transitions because they're part of the same Next.js app, even if their source lives externally. Navigating to Docs (Multi Zones) requires a page refresh because it lives in a different Next.js app.