Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:46:29 +00:00
parent 17d56e5385
commit 17bf81d2a8

View File

@@ -5,15 +5,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import { Building2, Briefcase, Zap, Shield, Award } from "lucide-react";
import { Sparkles, Building2, HardHat, Briefcase, Zap, Shield, ArrowUpRight, Award, Users } from "lucide-react";
export default function ADBPage() { export default function ADBPage() {
return ( return (
@@ -32,6 +28,7 @@ export default function ADBPage() {
<ReactLenis root> <ReactLenis root>
<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"
navItems={[ navItems={[
{ name: "Projects", id: "projects" }, { name: "Projects", id: "projects" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -40,6 +37,7 @@ export default function ADBPage() {
]} ]}
button={{ text: "Request Qualifications", href: "#contact" }} button={{ text: "Request Qualifications", href: "#contact" }}
/> />
<div id="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
title="Delivering Complex Projects for Public Agencies and Commercial Clients" title="Delivering Complex Projects for Public Agencies and Commercial Clients"
description="30+ years of design and construction experience. Disciplined execution. Measurable results for Southern California infrastructure." description="30+ years of design and construction experience. Disciplined execution. Measurable results for Southern California infrastructure."
@@ -63,6 +61,8 @@ export default function ADBPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/he-s-got-some-interesting-ideas_329181-15206.jpg", imageAlt: "Commercial construction management" }, { imageSrc: "http://img.b2bpic.net/free-photo/he-s-got-some-interesting-ideas_329181-15206.jpg", imageAlt: "Commercial construction management" },
]} ]}
/> />
</div>
<div id="services">
<FeatureBento <FeatureBento
title="Core Specializations" title="Core Specializations"
description="Focused expertise in complex environments and public works sectors." description="Focused expertise in complex environments and public works sectors."
@@ -70,12 +70,13 @@ 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.", bentoComponent: "reveal-icon", icon: Building2 }, { title: "Public Works", description: "Municipal, utility, and civil improvement infrastructure projects.", imageSrc: "", imageAlt: "Public Works" },
{ title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", bentoComponent: "reveal-icon", icon: Briefcase }, { title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", imageSrc: "", imageAlt: "Commercial" },
{ title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", bentoComponent: "reveal-icon", icon: Shield }, { title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", imageSrc: "", imageAlt: "Healthcare" },
{ title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", bentoComponent: "reveal-icon", icon: Zap }, { title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", imageSrc: "", imageAlt: "Industrial" },
]} ]}
/> />
</div>
<MetricCardOne <MetricCardOne
title="Proven Performance" title="Proven Performance"
description="Data-driven results for our partners in the public and commercial sectors." description="Data-driven results for our partners in the public and commercial sectors."
@@ -98,6 +99,7 @@ export default function ADBPage() {
negativeCard={{ items: ["Fragmented communication", "Delayed decision-making", "Hidden budget assumptions", "Compliance risks", "Generic execution strategies"] }} 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"] }} positiveCard={{ items: ["Preconstruction-first approach", "Direct leadership access", "Transparent budget reporting", "DSA and OSHA expertise", "Design-Build intelligence"] }}
/> />
<div id="contact">
<ContactCTA <ContactCTA
tag="Partnership" tag="Partnership"
title="Ready to discuss your next project?" title="Ready to discuss your next project?"
@@ -109,7 +111,9 @@ export default function ADBPage() {
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
/> />
</div>
<FooterBase <FooterBase
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png"
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={[