Concept Flow - Route groups with (groupName)
Start: Define route group folder
Add (groupName) folder
Place pages/components inside group
Next.js reads routes
Group folder ignored in URL
Render pages as normal
End
Next.js reads route groups as folders with (groupName) and ignores them in the URL, organizing routes without changing paths.