Nuacht

/ ├── public/ # Static files │ ├── index.html # HTML template │ ├── profile.svg # Profile image │ └── manifest.json # PWA manifest ├── src/ │ ├── components/ # React components │ │ ├── Navbar.js ...
GitHub

nakazone/all-in-agency

A modern, responsive website for All In Agency, a digital marketing company. Built with React, Tailwind CSS, and Framer Motion. all-in-agency/ ├── public/ │ ├── index.html │ ├── manifest.json │ └── ...