A modern, responsive website for Top Tier Solutions, specializing in fire prevention and air quality services.
- Modern, responsive design
- Service showcase with before/after gallery
- Contact form with EmailJS integration
- Mobile-friendly navigation
- Optimized performance
- React
- TypeScript
- Styled Components
- React Router
- EmailJS
- Clone the repository:
git clone [your-repo-url]- Install dependencies:
npm install- Start the development server:
npm start- Build for production:
npm run build/src/components- React components/src/pages- Page components/src/assets- Images and other static assets/src/types- TypeScript type definitions
- Primary: #FF5722 (Orange)
- Secondary: #212121 (Dark Gray)
- Accent: #F4511E (Dark Orange)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.