Merge version_1_1783008338647 into main
Merge version_1_1783008338647 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,210 +10,134 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlayMarquee
|
||||
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?_wi=1"
|
||||
textAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg?_wi=2"
|
||||
imageAlt="industrial construction site drone"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="why-ucs" data-section="why-ucs">
|
||||
<SectionErrorBoundary name="why-ucs">
|
||||
<div id="why-ucs" data-section="why-ucs">
|
||||
<SectionErrorBoundary name="why-ucs">
|
||||
<FeaturesBorderGlow
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="solutions" data-section="solutions">
|
||||
<SectionErrorBoundary name="solutions">
|
||||
<div id="solutions" data-section="solutions">
|
||||
<SectionErrorBoundary name="solutions">
|
||||
<FeaturesRevealCardsBento
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<SectionErrorBoundary name="contact-cta">
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<SectionErrorBoundary name="contact-cta">
|
||||
<ContactCta
|
||||
tag="Let's Partner"
|
||||
text="Need a Reliable Civil Technology Partner for your Infrastructure?"
|
||||
primaryButton={{
|
||||
text: "Contact Our Experts",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Technical Library",
|
||||
href: "#resources",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Let's Partner"
|
||||
text="Need a Reliable Civil Technology Partner for your Infrastructure?"
|
||||
primaryButton={{
|
||||
text: "Contact Our Experts", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Technical Library", href: "#resources"}}
|
||||
textAnimation="slide-up"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user