The new routing technique in nextjs is app routing where the main page ("/") found in "/app/page.tsx" and the about page ("/about") in "/app/about/page.tsx"
routingfile-systemrebuild-technique
Constrains
Read `page.tsx` | `page.jsx` file in the app/ directory and the directories inside