Welcome to the TravelSwitch static demo.

Simple pages that prove how App Router navigation works.

Use the buttons below or the global navigation to move between routes. Check the folder structure under src/app to see how each page maps to a URL.

Destinations page

Shows how to add a nested route at /destinations.

Open page →

Support page

Demonstrates another top-level route under /support.

Open page →

Shared layout

Header and footer live in layout.tsx so every page gets them automatically.