Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -29,6 +29,7 @@ export default function ADBPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="ADB Construction Group"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png"
|
||||
logoAlt="ADB Construction Group"
|
||||
navItems={[
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -70,35 +71,39 @@ export default function ADBPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
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: "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: "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: "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: "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.", bentoComponent: "reveal-icon", icon: Briefcase },
|
||||
{ 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.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<MetricCardOne
|
||||
title="Proven Performance"
|
||||
description="Data-driven results for our partners in the public and commercial sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "years", value: "30+", title: "Years Experience", description: "Combined design and construction expertise", icon: Award },
|
||||
{ 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"
|
||||
description="ADB Construction Group solves problems before they escalate, providing direct accountability to every stakeholder."
|
||||
textboxLayout="default"
|
||||
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 id="metrics">
|
||||
<MetricCardOne
|
||||
title="Proven Performance"
|
||||
description="Data-driven results for our partners in the public and commercial sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "years", value: "30+", title: "Years Experience", description: "Combined design and construction expertise", icon: Award },
|
||||
{ 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 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about">
|
||||
<FeatureCardSixteen
|
||||
title="Our Strategic Advantage"
|
||||
description="ADB Construction Group solves problems before they escalate, providing direct accountability to every stakeholder."
|
||||
textboxLayout="default"
|
||||
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">
|
||||
<ContactCTA
|
||||
tag="Partnership"
|
||||
@@ -117,12 +122,12 @@ export default function ADBPage() {
|
||||
logoText="ADB Construction Group"
|
||||
copyrightText="© 2024 ADB Construction Group | 2010 N Tustin Ave, Santa Ana, CA 92705"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Public Works", href: "#" }, { label: "Commercial", href: "#" }, { label: "Healthcare", href: "#" }] },
|
||||
{ title: "Bidding", items: [{ label: "Opportunities", href: "#" }, { label: "Subcontractors", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Public Works", href: "#services" }, { label: "Commercial", href: "#services" }] },
|
||||
{ title: "Bidding", items: [{ label: "Opportunities", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
--foreground: #1B3A5C;
|
||||
--primary-cta: #1B3A5C;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #f1f1f1;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #e0e0e0;
|
||||
--accent: #e0e7ee;
|
||||
--background-accent: #1B3A5C;
|
||||
--accent: #1B3A5C;
|
||||
--background-accent: #eef2f7;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user