Inspo:

https://kirillgroshev.com/

https://www.tempixeldesign.com/best-theatre-film-sites/kirill-groshev

Tech Stack

Project Structure

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.)

Key Features