A modern, professional website for South India Civil Contractors showcasing their 25+ years of construction excellence.
South India Civil Contractors (SICC) has been building spaces for life since 1998. This website showcases their comprehensive civil contracting services, impressive portfolio, and commitment to quality construction.
- Modern Design: Clean, professional UI with brand colors (Mystic Navy, Red Inferno, Mother of Pearl, Chocolate Cremoso)
- Responsive: Fully responsive design that works on all devices
- Smooth Animations: Framer Motion animations throughout the site
- Interactive Timeline: Vertical scrollable timeline showcasing 25+ years of company history
- Advanced Filtering: Floor plans and project galleries with search and filter functionality
- Lightbox Gallery: Image gallery with full-screen lightbox view
- Contact Form: Interactive contact form with validation
- WhatsApp Integration: Floating WhatsApp button for instant contact
- Home - Hero section, company overview, stats, project types, testimonials
- About Us - Company story, values, milestones, team overview, certifications
- Services - 11 contractor service types with 20-point labor contract package
- Technical Specifications - Quality standards, materials, methodologies, safety protocols
- Work Timeline - Interactive vertical timeline from 1998 to 2025
- Assets & Manpower - Team details and equipment showcase
- Floor Plans - Searchable and filterable floor plan gallery
- Project Photos - Photo gallery with category filters and lightbox
- Project Videos - Video gallery with category filters
- Contact - Contact form, business information, and map
- React 18 - UI library
- TypeScript - Type safety
- Vite - Build tool and dev server
- Tailwind CSS - Styling
- Framer Motion - Animations
- React Router DOM - Navigation
- Lucide React - Icons
Mother of Pearl: #F5EBD7
Red Inferno: #4C2828
Mystic Navy: #1B3A52
Chocolate Cremoso: #6B4E3D
Muted Blue Gray: #6B8399- Node.js (v18 or higher)
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd sicc-website- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to:
http://localhost:5173
To create a production build:
npm run buildThe built files will be in the dist directory.
npm run previewsrc/
├── components/ # Reusable components
│ ├── Navbar.tsx
│ ├── Footer.tsx
│ └── WhatsAppButton.tsx
├── layouts/ # Layout components
│ └── Layout.tsx
├── pages/ # Page components
│ ├── Home.tsx
│ ├── About.tsx
│ ├── Services.tsx
│ ├── TechnicalSpecifications.tsx
│ ├── WorkTimeline.tsx
│ ├── AssetsManpower.tsx
│ ├── FloorPlans.tsx
│ ├── ProjectPhotos.tsx
│ ├── ProjectVideos.tsx
│ └── Contact.tsx
├── App.tsx # Main app component with routing
├── main.tsx # Entry point
└── index.css # Global styles
- Vertical scrollable timeline showing company history from 1998-2025
- Alternating left-right layout for visual appeal
- Filter by project type
- Scroll animations for each timeline item
- Advanced search and filter functionality
- Filter by bedrooms, type, and built-up area
- Downloadable floor plans
- Detailed specifications for each plan
- 11 comprehensive contractor service types
- Expandable 20-point labor contract package
- Detailed service descriptions and features
- Visual showcase of 435+ workforce
- Complete equipment inventory
- Team capabilities and values
This site can be deployed to:
- Vercel
- Netlify
- GitHub Pages
- Any static hosting service
To customize the website:
- Update Contact Information: Edit
src/pages/Contact.tsxandsrc/components/Footer.tsx - Change WhatsApp Number: Edit
src/components/WhatsAppButton.tsx - Update Brand Colors: Modify
tailwind.config.js - Add/Remove Services: Edit
src/pages/Services.tsx - Update Timeline: Modify timeline data in
src/pages/WorkTimeline.tsx
The website is fully responsive with breakpoints:
- Mobile: < 768px
- Tablet: 768px - 1024px
- Desktop: > 1024px
- Semantic HTML elements
- ARIA labels for interactive elements
- Keyboard navigation support
- Alt text for images
Copyright © 2025 South India Civil Contractors. All rights reserved.
For support or inquiries:
- Email: build@southindiacivilcontractor.com
- Phone: +91 XXXX XXX XXX
Built with ❤️ for South India Civil Contractors - Building spaces for life since 1998