Personal portfolio and brand site
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run buildsrc/
├── app/
│ ├── layout.jsx # Root layout + metadata
│ └── page.jsx # Main page (assembles sections)
├── components/
│ ├── Cursor.jsx # Custom cursor
│ ├── ParticleField.jsx # Animated background
│ ├── Navbar.jsx
│ ├── Hero.jsx
│ ├── About.jsx
│ ├── Projects.jsx
│ ├── Skills.jsx
│ ├── Blog.jsx
│ ├── Contact.jsx
│ └── Footer.jsx
├── data/
│ └── site.js
└── styles/
└── globals.css