Merge version_1_1782044047595 into main #1
@@ -12,251 +12,120 @@ 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">
|
||||
<HeroBillboardCarousel
|
||||
tag="Expertise in Height"
|
||||
title="Precision Heavy-Duty Lifting Solutions"
|
||||
description="Unique Style General Contracting delivers specialized crane and man-lift services with safety and precision as our core pillars."
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Our Fleet",
|
||||
href: "#services",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-woman-working-out-gym-flipping-truck-tire_342744-13.jpg",
|
||||
imageAlt: "Construction crane lift",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-builder-with-bare-torso-hat-climb-ladder-up-looking-down-ladder-leaning-brick-wall-un-finished-building-high-tv-tower-background_7502-8692.jpg",
|
||||
imageAlt: "Man lift at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-engineer-supervising-construction_23-2148233723.jpg",
|
||||
imageAlt: "Professional construction team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17005.jpg",
|
||||
imageAlt: "Industrial crane rigging",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg",
|
||||
imageAlt: "Cranes on skyline",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-panel-factory_140725-7625.jpg",
|
||||
imageAlt: "Crane control interface",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
tag="Expertise in Height"
|
||||
title="Precision Heavy-Duty Lifting Solutions"
|
||||
description="Unique Style General Contracting delivers specialized crane and man-lift services with safety and precision as our core pillars."
|
||||
primaryButton={{ text: "Contact Us", href: "#contact" }}
|
||||
secondaryButton={{ text: "Our Fleet", href: "#services" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-woman-working-out-gym-flipping-truck-tire_342744-13.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-builder-with-bare-torso-hat-climb-ladder-up-looking-down-ladder-leaning-brick-wall-un-finished-building-high-tv-tower-background_7502-8692.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-architect-engineer-supervising-construction_23-2148233723.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17005.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-uses-control-panel-factory_140725-7625.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Built on Reliability and Unmatched Performance"
|
||||
primaryButton={{
|
||||
text: "Read Our History",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
title="Built on Reliability and Unmatched Performance"
|
||||
primaryButton={{ text: "Read Our History", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesImageBento
|
||||
tag="Capabilities"
|
||||
title="Heavy-Duty Equipment Fleet"
|
||||
description="Our machinery is meticulously maintained to ensure your project's uptime and efficiency."
|
||||
items={[
|
||||
{
|
||||
title: "Mobile Cranes",
|
||||
description: "High-capacity mobile cranes for versatile on-site heavy lifting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-350.jpg",
|
||||
},
|
||||
{
|
||||
title: "Aerial Man Lifts",
|
||||
description: "Safe, reliable man-lifts for high-altitude operational access.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-businessman-with-orange-hard-hat-man-blue-shirt_1157-40904.jpg",
|
||||
},
|
||||
{
|
||||
title: "Crawler Cranes",
|
||||
description: "Robust crawler cranes built for heavy load lifting in difficult terrain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-heavy-machinery-used-construction-industry_23-2151307768.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rigging Expertise",
|
||||
description: "Specialized rigging services to ensure stable and secure loads.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pulley Solutions",
|
||||
description: "Engineered pulley solutions for complex weight distribution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg",
|
||||
},
|
||||
{
|
||||
title: "Aerial Platforms",
|
||||
description: "Advanced platforms designed for secure vertical positioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-construction-crane-cloudy-sky_181624-28579.jpg",
|
||||
},
|
||||
{
|
||||
title: "Heavy Logistics",
|
||||
description: "Logistics and site transport of critical heavy machinery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-climbing-retro-train_23-2147770307.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
tag="Capabilities"
|
||||
title="Heavy-Duty Equipment Fleet"
|
||||
description="Our machinery is meticulously maintained to ensure your project's uptime and efficiency."
|
||||
items={[
|
||||
{ title: "Mobile Cranes", description: "High-capacity mobile cranes for versatile on-site heavy lifting.", imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-350.jpg" },
|
||||
{ title: "Aerial Man Lifts", description: "Safe, reliable man-lifts for high-altitude operational access.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-businessman-with-orange-hard-hat-man-blue-shirt_1157-40904.jpg" },
|
||||
{ title: "Crawler Cranes", description: "Robust crawler cranes built for heavy load lifting in difficult terrain.", imageSrc: "http://img.b2bpic.net/free-photo/view-heavy-machinery-used-construction-industry_23-2151307768.jpg" },
|
||||
{ title: "Rigging Expertise", description: "Specialized rigging services to ensure stable and secure loads.", imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg" },
|
||||
{ title: "Pulley Solutions", description: "Engineered pulley solutions for complex weight distribution.", imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg" },
|
||||
{ title: "Aerial Platforms", description: "Advanced platforms designed for secure vertical positioning.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-construction-crane-cloudy-sky_181624-28579.jpg" },
|
||||
{ title: "Heavy Logistics", description: "Logistics and site transport of critical heavy machinery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-climbing-retro-train_23-2147770307.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesRevealCards
|
||||
tag="Our Commitment"
|
||||
title="Safety & Excellence in Contracting"
|
||||
description="We prioritize safety, professional standards, and timely project delivery."
|
||||
items={[
|
||||
{
|
||||
title: "Safety First",
|
||||
description: "Our crews are OSHA-certified and trained in complex lift operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615152.jpg",
|
||||
},
|
||||
{
|
||||
title: "Professional Crews",
|
||||
description: "Highly experienced operators who treat every lift as high-stakes work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-developing-industry-concept_53876-30362.jpg",
|
||||
},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Always-on service to keep your heavy-duty project on schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-industrial-crane-against-blue-sky-with-fluffy-white-clouds_1048-7947.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
tag="Our Commitment"
|
||||
title="Safety & Excellence in Contracting"
|
||||
description="We prioritize safety, professional standards, and timely project delivery."
|
||||
items={[
|
||||
{ title: "Safety First", description: "Our crews are OSHA-certified and trained in complex lift operations.", imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615152.jpg" },
|
||||
{ title: "Professional Crews", description: "Highly experienced operators who treat every lift as high-stakes work.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-developing-industry-concept_53876-30362.jpg" },
|
||||
{ title: "24/7 Support", description: "Always-on service to keep your heavy-duty project on schedule.", imageSrc: "http://img.b2bpic.net/free-photo/3d-industrial-crane-against-blue-sky-with-fluffy-white-clouds_1048-7947.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Our Success"
|
||||
title="Safety Performance Metrics"
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Zero Incidents",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Projects Completed",
|
||||
value: "450+",
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Certified Operators",
|
||||
value: "50+",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
tag="Our Success"
|
||||
title="Safety Performance Metrics"
|
||||
description="Our proven track record speaks for itself."
|
||||
metrics={[
|
||||
{ icon: "ShieldCheck", title: "Zero Incidents", value: "100%" },
|
||||
{ icon: "Clock", title: "Projects Completed", value: "450+" },
|
||||
{ icon: "Building2", title: "Certified Operators", value: "50+" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialRatingCards
|
||||
tag="Clients"
|
||||
title="Trusted by Construction Leaders"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Site Manager",
|
||||
quote: "The reliability of Unique Style Contracting is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-entrepreneur-woman-preparing-business-meeting-working-management-strategy-startup-office-executive-manager-analyzing-company-documents-looking-marketing-investment-report_482257-34873.jpg",
|
||||
},
|
||||
{
|
||||
name: "James O'Neal",
|
||||
role: "Contractor",
|
||||
quote: "Safe, professional, and efficient lifting every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886820.jpg",
|
||||
},
|
||||
{
|
||||
name: "Kevin Davis",
|
||||
role: "Foreman",
|
||||
quote: "They turned around a complex job quickly and safely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workman-store-house-orange-helmet_1303-28088.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lisa Wang",
|
||||
role: "Development Lead",
|
||||
quote: "Top-tier machinery and crews who know their business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Stone",
|
||||
role: "Project Engineer",
|
||||
quote: "Unique Style Contracting is the only choice for complex lifts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18991.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
tag="Clients"
|
||||
title="Trusted by Construction Leaders"
|
||||
description="We are proud to partner with industry leaders."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", role: "Site Manager", quote: "The reliability of Unique Style Contracting is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-entrepreneur-woman-preparing-business-meeting-working-management-strategy-startup-office-executive-manager-analyzing-company-documents-looking-marketing-investment-report_482257-34873.jpg" },
|
||||
{ name: "James O'Neal", role: "Contractor", quote: "Safe, professional, and efficient lifting every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886820.jpg" },
|
||||
{ name: "Kevin Davis", role: "Foreman", quote: "They turned around a complex job quickly and safely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workman-store-house-orange-helmet_1303-28088.jpg" },
|
||||
{ name: "Lisa Wang", role: "Development Lead", quote: "Top-tier machinery and crews who know their business.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg" },
|
||||
{ name: "Marcus Stone", role: "Project Engineer", quote: "Unique Style Contracting is the only choice for complex lifts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18991.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTwoColumn
|
||||
tag="Questions"
|
||||
title="Common Project Concerns"
|
||||
items={[
|
||||
{
|
||||
question: "What is the maximum lifting capacity?",
|
||||
answer: "Our fleet covers a range of capacities up to 500 tons.",
|
||||
},
|
||||
{
|
||||
question: "Are your operators fully licensed?",
|
||||
answer: "Yes, every operator holds current, verified industry certifications.",
|
||||
},
|
||||
{
|
||||
question: "Can you handle night work?",
|
||||
answer: "Absolutely, we provide 24/7 operational support for urgent deadlines.",
|
||||
},
|
||||
{
|
||||
question: "Where are you operating?",
|
||||
answer: "We serve a 200-mile radius around the main metropolitan hub.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
tag="Questions"
|
||||
title="Common Project Concerns"
|
||||
description="Answers to frequently asked questions."
|
||||
items={[
|
||||
{ question: "What is the maximum lifting capacity?", answer: "Our fleet covers a range of capacities up to 500 tons." },
|
||||
{ question: "Are your operators fully licensed?", answer: "Yes, every operator holds current, verified industry certifications." },
|
||||
{ question: "Can you handle night work?", answer: "Absolutely, we provide 24/7 operational support for urgent deadlines." },
|
||||
{ question: "Where are you operating?", answer: "We serve a 200-mile radius around the main metropolitan hub." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Start?"
|
||||
text="Discuss your heavy lift requirements with our engineering team today."
|
||||
primaryButton={{
|
||||
text: "Contact Our Office",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Request a Site Audit",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Ready to Start?"
|
||||
text="Discuss your heavy lift requirements with our engineering team today."
|
||||
primaryButton={{ text: "Contact Our Office", href: "#" }}
|
||||
secondaryButton={{ text: "Request a Site Audit", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user