A modern, professional website for S&F Logistics built with React.
- Responsive Design: Fully responsive layout that works on all devices
- Modern UI: Clean, professional design with smooth animations
- Shipment Tracking: Integrated tracking widget for real-time shipment status
- Quote Request: Comprehensive form for requesting shipping quotes
- Multiple Pages: Home, Services, About Us, Contact, and Get a Quote pages
- React 18.2.0
- React Router DOM 6.20.0
- CSS3 with CSS Variables for theming
- Install dependencies:
npm install- Start the development server:
npm start- Open http://localhost:3000 to view it in the browser.
npm run buildThis creates an optimized production build in the build folder.
src/
├── components/ # Reusable components (Navbar, Footer, Hero, etc.)
├── pages/ # Page components (Home, Services, About, etc.)
├── App.js # Main app component with routing
├── App.css # Global app styles
├── index.js # Entry point
└── index.css # Global styles
- Primary: #003366 (Deep Blue)
- Secondary: #FFFFFF (White)
- Accent: #FF6600 (Orange)
- Light Gray: #F0F0F0
- Home (
/): Hero section, features, tracking widget, news section - Services (
/services): Detailed service offerings - About Us (
/about): Company mission, values, story, and certifications - Contact (
/contact): Contact form and company information - Get a Quote (
/quote): Comprehensive quote request form
© 2024 S&F Logistics. All rights reserved.