diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index e3e7684..2be260b 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -10,210 +10,134 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Advanced Civil Technologies"
+ title="Engineering Surfaces. Protecting Structures."
+ description="Chennai’s trusted civil technology partner delivering advanced flooring, waterproofing, coating, and structural strengthening solutions for industrial and commercial infrastructure."
+ primaryButton={{
+ text: "Explore Solutions", href: "#solutions"}}
+ secondaryButton={{
+ text: "Contact Our Experts", href: "#contact"}}
+ items={[
+ {
+ text: "Engineering Expertise", icon: CheckCircle,
+ },
+ {
+ text: "Global Systems", icon: Zap,
+ },
+ {
+ text: "End-to-End Delivery", icon: Shield,
+ },
+ ]}
+ videoSrc="http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg"
+ textAnimation="slide-up"
+ />
+
+
-
-
+
+
-
-
+ tag="Commitment to Excellence"
+ title="Why Choose Unique Civitech?"
+ description="We blend field-tested expertise with cutting-edge global material systems to ensure your structures stand the test of time."
+ features={[
+ {
+ icon: Award,
+ title: "Engineering Expertise", description: "Decades of field experience in industrial flooring and structural repair."},
+ {
+ icon: Globe,
+ title: "Advanced Technologies", description: "Global-standard material systems that outperform industry benchmarks."},
+ {
+ icon: Settings,
+ title: "End-to-End Solutions", description: "Comprehensive lifecycle support from assessment to project completion."},
+ {
+ icon: ShieldCheck,
+ title: "Trusted Performance", description: "Proven results across critical manufacturing and commercial infrastructure."},
+ ]}
+ textAnimation="fade-blur"
+ />
+
+
-
-
+
+
-
-
+ tag="Our Core Services"
+ title="Specialized Civil Technology"
+ description="Delivering high-performance surface systems to protect your biggest industrial assets."
+ items={[
+ {
+ title: "Polyurea Systems", description: "Fast-curing, seamless protective coatings.", imageSrc: "http://img.b2bpic.net/free-photo/candies-wooden-plate-blue-table_114579-89895.jpg", href: "#contact"},
+ {
+ title: "Waterproofing", description: "Advanced protection against water ingress.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6205.jpg", href: "#contact"},
+ {
+ title: "Repair & Strengthening", description: "Structural rehabilitation life extension.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-huge-metal-structure-building-with-clear-blue-sky_181624-13576.jpg", href: "#contact"},
+ {
+ title: "Floor Topping", description: "Heavy-duty high performance toppings.", imageSrc: "http://img.b2bpic.net/free-photo/parking-lot_1127-24.jpg", href: "#contact"},
+ {
+ title: "Chemical Resistant", description: "Abrasion-resistant flooring solutions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-spraying-powder-paint-from-gun_23-2149878760.jpg", href: "#contact"},
+ {
+ title: "Terrace Solutions", description: "Roof and podium waterproofing.", imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-window_181624-30456.jpg", href: "#contact"},
+ {
+ title: "Structural Strengthening", description: "Advanced concrete rehabilitation tech.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148751986.jpg", href: "#contact"},
+ ]}
+ textAnimation="slide-up"
+ />
+
+
-
-
+
+
-
-
+ tag="Trusted By Industry"
+ title="Leading Industrial & Infrastructure Partners"
+ description="Collaborating with market-leading enterprises to deliver high-standard results."
+ names={[
+ "Manufacturing", "Warehousing", "Automotive", "Food Processing", "Pharmaceutical", "Commercial Buildings", "Infrastructure", "Institutional"]}
+ textAnimation="fade"
+ />
+
+
-
-
+
+
-
-
+ tag="Client Success"
+ title="What Our Clients Say"
+ description="Industry partners rely on us for their most critical surface and structural needs."
+ testimonials={[
+ {
+ name: "Rajesh V.", role: "Plant Manager", quote: "UCS provided superior polyurea coatings that transformed our operational uptime.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg"},
+ {
+ name: "Sunita K.", role: "Facilities Lead", quote: "Their waterproofing system is the most reliable we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/white-collar-worker-works-building-site_1398-1727.jpg"},
+ {
+ name: "Amit B.", role: "Operations Director", quote: "Professional team, deep technical knowledge, and excellent site safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-unshaven-worker-smiling_1098-3509.jpg"},
+ {
+ name: "Karthik R.", role: "Structural Consultant", quote: "Highly recommended for their structural strengthening expertise.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg"},
+ {
+ name: "Vikram S.", role: "Managing Director", quote: "UCS ensures quality at every stage of the project. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/shy-builder-man-construction-vest-safety-helmet-looking-aside-confused_141793-108869.jpg"},
+ ]}
+ textAnimation="slide-up"
+ />
+
+
-
>
);
}