Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2bf8c9cac | |||
| 3c33defbf7 | |||
| bda0b94e46 | |||
| 511b36f2c9 | |||
| 406066f0ac | |||
| 9fd846bf92 | |||
| c92c62769f | |||
| 8c03beb172 | |||
| f1dff99c0e | |||
| 72571da4fd | |||
| b162d022fb | |||
| d5e6c4d35d | |||
| 60d1428db2 | |||
| 08beba3c71 | |||
| 0a36fa5c98 | |||
| 17bf81d2a8 |
163
src/app/page.tsx
163
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,8 @@ 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"
|
||||
logoAlt="ADB Construction Group"
|
||||
navItems={[
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -40,82 +38,93 @@ 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 },
|
||||
]}
|
||||
/>
|
||||
<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"] }}
|
||||
/>
|
||||
<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="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.", 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>
|
||||
<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"
|
||||
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={[
|
||||
{ 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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #161616;
|
||||
--foreground: #f0f0f0;
|
||||
--primary-cta: #ffffff;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1B3A5C;
|
||||
--primary-cta: #1B3A5C;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1e1e1e;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #e0e0e0;
|
||||
--accent: #d0d0d0;
|
||||
--background-accent: #9a9a9a;
|
||||
--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