Update src/app/page.tsx
This commit is contained in:
110
src/app/page.tsx
110
src/app/page.tsx
@@ -5,15 +5,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
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 FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import { Sparkles, Building2, HardHat, Briefcase, Zap, Shield, ArrowUpRight, Award, Users } from "lucide-react";
|
||||
import { Building2, Briefcase, Zap, Shield, Award } from "lucide-react";
|
||||
|
||||
export default function ADBPage() {
|
||||
return (
|
||||
@@ -32,6 +28,7 @@ export default function ADBPage() {
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="ADB Construction Group"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png"
|
||||
navItems={[
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -40,42 +37,46 @@ export default function ADBPage() {
|
||||
]}
|
||||
button={{ text: "Request Qualifications", href: "#contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
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."
|
||||
tag="Licensed General Contractor (A & B)"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Request Qualifications", href: "#contact" },
|
||||
{ text: "Submit Plans", href: "#contact" },
|
||||
{ text: "Invite to Bid", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-roads-middle-old-buildings-near-trees_181624-4363.jpg", imageAlt: "Public works infrastructure site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg", imageAlt: "Industrial facility construction" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg", imageAlt: "Modern municipal building project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/he-s-got-some-interesting-ideas_329181-15206.jpg", imageAlt: "Commercial construction management" },
|
||||
]}
|
||||
/>
|
||||
<FeatureBento
|
||||
title="Core Specializations"
|
||||
description="Focused expertise in complex environments and public works sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ 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 id="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
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."
|
||||
tag="Licensed General Contractor (A & B)"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Request Qualifications", href: "#contact" },
|
||||
{ text: "Submit Plans", href: "#contact" },
|
||||
{ text: "Invite to Bid", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-roads-middle-old-buildings-near-trees_181624-4363.jpg", imageAlt: "Public works infrastructure site" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg", imageAlt: "Industrial facility construction" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg", imageAlt: "Modern municipal building project" },
|
||||
{ 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
|
||||
title="Core Specializations"
|
||||
description="Focused expertise in complex environments and public works sectors."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ 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.", imageSrc: "", imageAlt: "Commercial" },
|
||||
{ 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.", imageSrc: "", imageAlt: "Industrial" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<MetricCardOne
|
||||
title="Proven Performance"
|
||||
description="Data-driven results for our partners in the public and commercial sectors."
|
||||
@@ -98,18 +99,21 @@ export default function ADBPage() {
|
||||
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"] }}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="Partnership"
|
||||
title="Ready to discuss your next project?"
|
||||
description="Contact us for RFQ submissions, plan reviews, or to invite us to bid on your upcoming work."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Request Qualifications", href: "#contact" },
|
||||
{ text: "Submit Plans for Review", href: "#contact" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
<div id="contact">
|
||||
<ContactCTA
|
||||
tag="Partnership"
|
||||
title="Ready to discuss your next project?"
|
||||
description="Contact us for RFQ submissions, plan reviews, or to invite us to bid on your upcoming work."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Request Qualifications", href: "#contact" },
|
||||
{ text: "Submit Plans for Review", href: "#contact" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B8eytcgt9G5DKgMmGyOS3YVJIn/uploaded-1778615178301-r6976zbj.png"
|
||||
logoText="ADB Construction Group"
|
||||
copyrightText="© 2024 ADB Construction Group | 2010 N Tustin Ave, Santa Ana, CA 92705"
|
||||
columns={[
|
||||
@@ -121,4 +125,4 @@ export default function ADBPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user