https://www.tempixeldesign.com/best-theatre-film-sites/kirill-groshev
kirillgroshev-clone/
├── src/
│ ├── App.tsx # Main layout with navigation & routing
│ ├── main.tsx # App entry point & router setup
│ ├── index.css # Global styles & Tailwind imports
│ ├── pages/ # Route components
│ │ ├── Narrative.tsx # Video projects showcase
│ │ ├── Photography.tsx # Photo gallery with modal
│ │ └── About.tsx # Bio & contact info
│ └── data/
│ └── projects.ts # Static data (videos + photos)
├── index.html # HTML entry point
└── config files (vite, tailwind, tsconfig, etc.)
[x] Loading Screen
[x] Routing + Navbar
[x] Narrative
[ ] Videography/Photography Pages
[ ] Contact