diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 01907be..cf00afa 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
-import AboutMetric from "@/components/sections/about/AboutMetric";
+import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
+import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
-import Link from "next/link";
-import { Zap, TrendingUp, Phone, Calendar, Users, Award, Lightbulb, Target } from "lucide-react";
+import { Zap, Lightbulb, Users, Target, TrendingUp, Rocket } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -38,16 +38,59 @@ export default function AboutPage() {
/>
-
+
+
+
+
+
+
+
@@ -58,34 +101,34 @@ export default function AboutPage() {
description="We're committed to transparent, results-driven lead generation that transforms service businesses"
features={[
{
- id: "mission-1", title: "Transparency First", description: "Every metric, every lead, every dollar spent is tracked and reported. Our clients know exactly where their investment goes and what it generates.", tag: "Commitment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=3", imageAlt: "Transparent reporting"
+ id: "mission-1", title: "Transparency First", description: "Every metric, every lead, every dollar spent is tracked and reported. Our clients know exactly where their investment goes and what it generates.", tag: "Commitment"
},
{
- id: "mission-2", title: "Results-Driven Innovation", description: "We continuously optimize our AI algorithms and targeting strategies. Your success drives our innovation. Better leads mean better results.", tag: "Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=3", imageAlt: "AI innovation"
+ id: "mission-2", title: "Results-Driven Innovation", description: "We continuously test and optimize our strategies based on real performance data. Your success drives our innovation. Better leads mean better results.", tag: "Innovation"
},
{
- id: "mission-3", title: "Deep Industry Understanding", description: "Our team has worked in and with HVAC, plumbing, electrical, and service businesses. We understand your challenges, timelines, and what quality leads look like.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-wit-1772481632583-cb1f6acd.png?_wi=1", imageAlt: "Industry expertise"
+ id: "mission-3", title: "Deep Industry Understanding", description: "Our team has worked in and with HVAC, plumbing, electrical, and service businesses. We understand your challenges, timelines, and what quality leads look like in your market.", tag: "Expertise"
}
]}
animationType="slide-up"
textboxLayout="default"
- useInvertedBackground={false}
+ useInvertedBackground={true}
/>