A professional business services homepage built with Next.js and Bootstrap.
npm install
npm run devOpen http://localhost:3000.
- pages/ –
index.js(homepage),_app.js,_document.js - components/ – Navbar, Hero, Services, About, Testimonials, Contact, Footer
- styles/ – Global CSS and component-specific modules
- public/ – Static assets
- Sticky, responsive navbar with hover animations
- Hero with full-width image and CTA
- Services grid with hover effects
- About section with image + text
- Testimonials Bootstrap carousel
- Contact form (Name, Email, Phone, Message)
- Professional color scheme (blues, whites, grays)
- Placeholder images from Unsplash
npm run build
npm start