@folder
1app/ 2├── @modal/ 3│ ├── default.tsx # Returns null when no modal 4│ └── (.)photo/ 5│ └── [id]/ 6│ └── page.tsx # Intercepted modal version 7├── photo/ 8│ └── [id]/ 9│ └── page.tsx # Full page version 10├── layout.tsx # Renders {children} and {modal} 11└── page.tsx # Main gallery page
(.)
(..)
(..)(..)
(...)
@modal/default.tsx
null
@modal/(.)photo/[id]/page.tsx
photo/[id]/page.tsx
layout.tsx
children
modal
Client navigation shows the modal; direct access renders the full page.
This is the full page version. When accessed via client navigation from the gallery, this route is intercepted and shown in a modal instead.
Sports
Lightweight running shoes designed for comfort and performance during your daily runs.