About Page

Next.js App Router
Demonstrating file-based routing

This page is created by adding a page.tsx file inside the app/about/ directory.

Next.js App Router

With the App Router, creating new routes is as simple as adding directories and page files to your project structure. This creates a clear and intuitive mapping between your file system and URL paths.