src/ ├── app/ │ ├── (authentication)/ │ │ ├── login/ │ │ │ └── page.tsx │ │ ├── register/ │ │ │ └── page.tsx ...