Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-12 19:49:42 +00:00
2 changed files with 38 additions and 33 deletions

View File

@@ -29,6 +29,7 @@ export default function ADBPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="ADB Construction Group" brandName="ADB Construction Group"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png"
logoAlt="ADB Construction Group"
navItems={[ navItems={[
{ name: "Projects", id: "projects" }, { name: "Projects", id: "projects" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -70,35 +71,39 @@ export default function ADBPage() {
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ title: "Public Works", description: "Municipal, utility, and civil improvement infrastructure projects.", heading: "Public Works", subheading: "Infrastructure Development", items: [{ event: "Project Alpha" }, { event: "Project Beta" }, { event: "Project Gamma" }], completedLabel: "Completed" }, { title: "Public Works", description: "Municipal, utility, and civil improvement infrastructure projects.", bentoComponent: "reveal-icon", icon: Building2 },
{ title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", heading: "Commercial", subheading: "Building Systems", items: [{ event: "Project Alpha" }, { event: "Project Beta" }, { event: "Project Gamma" }], completedLabel: "Completed" }, { title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", bentoComponent: "reveal-icon", icon: Briefcase },
{ title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", heading: "Healthcare", subheading: "Medical Facilities", items: [{ event: "Project Alpha" }, { event: "Project Beta" }, { event: "Project Gamma" }], completedLabel: "Completed" }, { title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", bentoComponent: "reveal-icon", icon: Shield },
{ title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", heading: "Industrial", subheading: "Heavy Infrastructure", items: [{ event: "Project Alpha" }, { event: "Project Beta" }, { event: "Project Gamma" }], completedLabel: "Completed" }, { title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", bentoComponent: "reveal-icon", icon: Zap },
]} ]}
/> />
</div> </div>
<MetricCardOne <div id="metrics">
title="Proven Performance" <MetricCardOne
description="Data-driven results for our partners in the public and commercial sectors." title="Proven Performance"
textboxLayout="default" description="Data-driven results for our partners in the public and commercial sectors."
useInvertedBackground={false} textboxLayout="default"
gridVariant="uniform-all-items-equal" useInvertedBackground={false}
animationType="slide-up" gridVariant="uniform-all-items-equal"
metrics={[ animationType="slide-up"
{ id: "years", value: "30+", title: "Years Experience", description: "Combined design and construction expertise", icon: Award }, metrics={[
{ id: "value", value: "$100M+", title: "Projects Delivered", description: "Total contract value in Southern California", icon: Briefcase }, { id: "years", value: "30+", title: "Years Experience", description: "Combined design and construction expertise", icon: Award },
{ id: "damages", value: "0", title: "Liquidated Damages", description: "Consistent record of on-time delivery", icon: Shield }, { id: "value", value: "$100M+", title: "Projects Delivered", description: "Total contract value in Southern California", icon: Briefcase },
]} { id: "damages", value: "0", title: "Liquidated Damages", description: "Consistent record of on-time delivery", icon: Shield },
/> ]}
<FeatureCardSixteen />
title="Our Strategic Advantage" </div>
description="ADB Construction Group solves problems before they escalate, providing direct accountability to every stakeholder." <div id="about">
textboxLayout="default" <FeatureCardSixteen
useInvertedBackground={false} title="Our Strategic Advantage"
animationType="slide-up" description="ADB Construction Group solves problems before they escalate, providing direct accountability to every stakeholder."
negativeCard={{ items: ["Fragmented communication", "Delayed decision-making", "Hidden budget assumptions", "Compliance risks", "Generic execution strategies"] }} textboxLayout="default"
positiveCard={{ items: ["Preconstruction-first approach", "Direct leadership access", "Transparent budget reporting", "DSA and OSHA expertise", "Design-Build intelligence"] }} useInvertedBackground={false}
/> animationType="slide-up"
negativeCard={{ items: ["Fragmented communication", "Delayed decision-making", "Hidden budget assumptions", "Compliance risks", "Generic execution strategies"] }}
positiveCard={{ items: ["Preconstruction-first approach", "Direct leadership access", "Transparent budget reporting", "DSA and OSHA expertise", "Design-Build intelligence"] }}
/>
</div>
<div id="contact"> <div id="contact">
<ContactCTA <ContactCTA
tag="Partnership" tag="Partnership"
@@ -117,12 +122,12 @@ export default function ADBPage() {
logoText="ADB Construction Group" logoText="ADB Construction Group"
copyrightText="© 2024 ADB Construction Group | 2010 N Tustin Ave, Santa Ana, CA 92705" copyrightText="© 2024 ADB Construction Group | 2010 N Tustin Ave, Santa Ana, CA 92705"
columns={[ columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Public Works", href: "#" }, { label: "Commercial", href: "#" }, { label: "Healthcare", href: "#" }] }, { title: "Services", items: [{ label: "Public Works", href: "#services" }, { label: "Commercial", href: "#services" }] },
{ title: "Bidding", items: [{ label: "Opportunities", href: "#" }, { label: "Subcontractors", href: "#" }] }, { title: "Bidding", items: [{ label: "Opportunities", href: "#contact" }] },
]} ]}
/> />
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -15,10 +15,10 @@
--foreground: #1B3A5C; --foreground: #1B3A5C;
--primary-cta: #1B3A5C; --primary-cta: #1B3A5C;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #f1f1f1; --secondary-cta: #ffffff;
--secondary-cta-text: #e0e0e0; --secondary-cta-text: #e0e0e0;
--accent: #e0e7ee; --accent: #1B3A5C;
--background-accent: #1B3A5C; --background-accent: #eef2f7;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);