A frontend website for a freight and logistics company, built as a university assignment. The site covers the core sections you would expect from a logistics business — services, about, testimonials, and a contact form.
- React 19
- Vite
- Tailwind CSS v3
- Lucide React (icons)
- PostCSS / Autoprefixer
Make sure you have Node.js installed, then run the following:
npm install
npm run devThe dev server will start at http://localhost:5173 by default.
To build for production:
npm run build- Navbar with dark/light mode toggle and mobile menu
- Hero section
- About section
- Features section
- Services section with service cards
- Trusted By / client logo strip
- Testimonials section
- Contact form section
- Footer
- Dark mode support via React context
- Responsive layout for mobile and tablet