# Development
npm run dev # Start dev server (http://localhost:3000)
# Production
npm run build # Build for production
npm start # Start production server
# Deploy
vercel # Deploy to Vercel
vercel --prod # Deploy to production
# Maintenance
npm update # Update dependencies
npm audit fix # Fix security issues
| File | Purpose |
|---|---|
app/page.tsx |
Home page |
app/layout.tsx |
Root layout |
app/globals.css |
Global styles |
components/Hero.tsx |
Hero section |
components/Header.tsx |
Navigation |
components/Footer.tsx |
Footer |
app/api/contact/route.ts |
Contact API |
Primary Blue: #2A52BE
Blue Dark: #1E3A8A
Orange: #F97316
Orange Dark: #EA580C
Gold: #D4AF37
Email: Info@limitlessinfotech.com
Phone: +91 7710909492
Location: Mumbai, Maharashtra, India
120+ Global Enterprises
500+ Projects Delivered
98% Client Retention
5M+ Active Users
18+ Countries Served
15+ Years Experience
Replace: public/LIS-LOGO.png
Edit: app/globals.css (lines 5-9)
Edit: app/contact/page.tsx (lines 8-31)
Edit: components/ServicesGrid.tsx (lines 6-13)
Edit: components/Testimonials.tsx (lines 6-28)
| File | Description |
|---|---|
README.md |
Main documentation |
QUICKSTART.md |
Setup guide |
DEPLOYMENT.md |
Deploy instructions |
FEATURES.md |
Feature list |
COMPLETION_REPORT.md |
Final report |
Build fails?
rm -rf .next node_modules
npm install
npm run build
Animations not working?
Images not loading?
/public/image.png not ./image.pngPages: 13
Components: 14
Animations: 60+
Build Time: ~15s
Bundle Size: Optimized
Status: โ
Production Ready
Ready to launch! ๐