Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-02 08:59:35 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Projects",
id: "#projects",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Projects", id: "#projects" },
{ name: "Contact", id: "#contact" },
]}
brandName="Plant Construction Company"
/>
@@ -56,32 +44,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "downward-rays-animated",
}}
variant: "downward-rays-animated"}}
title="Building Excellence since 1947"
description="Plant Construction Company, L.P. delivers high-quality construction services with integrity and professional precision."
tag="Construction Excellence"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg",
imageAlt: "large construction site professional",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg", imageAlt: "large construction site professional"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-with-safety-equipment_23-2148908458.jpg",
imageAlt: "construction team workers on site",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg",
imageAlt: "construction activity in Dubai downtown",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-buildings_116348-29.jpg",
imageAlt: "Modern Office buildings",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg",
imageAlt: "Full shot people working in construction",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-with-safety-equipment_23-2148908458.jpg", imageAlt: "construction team workers on site"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -106,34 +77,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
label: "Civil",
title: "Structural & Civil Engineering",
items: [
"Deep foundation work",
"Steel erection",
"Advanced concrete structures",
],
id: "s1", label: "Civil", title: "Structural & Civil Engineering", items: [
"Deep foundation work", "Steel erection", "Advanced concrete structures"],
},
{
id: "s2",
label: "Commercial",
title: "Commercial Development",
items: [
"Office infrastructure",
"High-rise development",
"Retail space build-outs",
],
id: "s2", label: "Commercial", title: "Commercial Development", items: [
"Office infrastructure", "High-rise development", "Retail space build-outs"],
},
{
id: "s3",
label: "Industrial",
title: "Industrial Infrastructure",
items: [
"Facility upgrades",
"Heavy duty logistics",
"Equipment installations",
],
id: "s3", label: "Industrial", title: "Industrial Infrastructure", items: [
"Facility upgrades", "Heavy duty logistics", "Equipment installations"],
},
]}
title="Our Specialized Construction Services"
@@ -149,41 +102,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Urban Office Hub",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-building-exterior-against-blue-sky-daylight_23-2148140041.jpg",
},
id: "p1", name: "Urban Office Hub", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-building-exterior-against-blue-sky-daylight_23-2148140041.jpg"},
{
id: "p2",
name: "Metro Concrete Facility",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg",
},
id: "p2", name: "Metro Concrete Facility", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg"},
{
id: "p3",
name: "Regional Health Center",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917696.jpg",
},
id: "p3", name: "Regional Health Center", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917696.jpg"},
{
id: "p4",
name: "Logistics Warehouse",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/building-with-modern-design_1127-2284.jpg",
},
id: "p4", name: "Logistics Warehouse", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/building-with-modern-design_1127-2284.jpg"},
{
id: "p5",
name: "City Retail Center",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg",
},
id: "p5", name: "City Retail Center", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg"},
{
id: "p6",
name: "Bridge Support Upgrade",
price: "Completed",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg",
},
id: "p6", name: "Bridge Support Upgrade", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg"},
]}
title="Featured Projects"
description="Showcasing our commitment to quality, schedule, and safety."
@@ -198,20 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "75+",
description: "Years in Business",
},
id: "m1", value: "75+", description: "Years in Business"},
{
id: "m2",
value: "1200+",
description: "Projects Completed",
},
id: "m2", value: "1200+", description: "Projects Completed"},
{
id: "m3",
value: "100%",
description: "Safety Satisfaction",
},
id: "m3", value: "100%", description: "Safety Satisfaction"},
]}
title="Measured by Results"
description="Proven track record across decades."
@@ -226,25 +146,15 @@ export default function LandingPage() {
author="Marcus Thorne, Project Director"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-men-posing-outdoors_23-2148803565.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiley-men-posing-outdoors_23-2148803565.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/smiley-architect-holding-tablet-with-copy-space_23-2148243005.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg", alt: "Client"},
{
src: "http://img.b2bpic.net/free-photo/architects-checking-documents_1098-4061.jpg",
alt: "Client",
},
src: "http://img.b2bpic.net/free-photo/architects-checking-documents_1098-4061.jpg", alt: "Client"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -256,20 +166,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What types of projects do you handle?",
content: "We handle large-scale commercial, institutional, and industrial projects.",
},
id: "f1", title: "What types of projects do you handle?", content: "We handle large-scale commercial, institutional, and industrial projects."},
{
id: "f2",
title: "Are you licensed and bonded?",
content: "Yes, we maintain comprehensive licensing and bonding for all project tiers.",
},
id: "f2", title: "Are you licensed and bonded?", content: "Yes, we maintain comprehensive licensing and bonding for all project tiers."},
{
id: "f3",
title: "Do you offer design-build services?",
content: "We collaborate closely with top design teams to ensure seamless delivery.",
},
id: "f3", title: "Do you offer design-build services?", content: "We collaborate closely with top design teams to ensure seamless delivery."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -280,14 +181,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Ready to discuss your next construction project? Contact our professional team today."
buttons={[
{
text: "Call Now",
href: "tel:5550102",
},
text: "Call Now", href: "tel:5550102"},
]}
/>
</div>
@@ -296,13 +194,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Plant Construction"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>