├── app/ | |
| ├── about/ | |
| | ├── page.tsx | |
| ├── page.tsx | |
| ├── contact/ | |
| | ├── layout.tsx // Contact level layout | |
| | ├── error.tsx // Contact level error handling | |
| | ├── page.tsx | |
| ├── dashboard/ | |
| | ├── page.tsx | |
| ├── layout.tsx // Side navigation | |
| ├── error.tsx // Global error handling page | |
| ├── page.tsx |