/project-pilot-ai ├── pages/ │ ├── index.tsx # Homepage (hero, features, about) │ ├── demo.tsx # Live AI demo page │ └── api/ # Optional client API routes ├── components/ │ ├── Hero.tsx │ ├── FeatureCards.tsx │ ├── AboutSection.tsx │ ├── TechStack.tsx │ ├── Testimonials.tsx ├── public/ │ ├── assets/ │ └── demo.gif ├── styles/ │ ├── globals.css ├── tailwind.config.js ├── package.json Web4application/projectpilot_demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|