From 278936c33a9d02aea04e5c54ac7cf0c64f914db4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:12:57 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 135 +++++++++++------------------------------ 1 file changed, 35 insertions(+), 100 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f21da06..45f1a36 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,14 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplit from "@/components/sections/hero/HeroSplit"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import AboutMetric from "@/components/sections/about/AboutMetric"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Heart, Globe, Award, Headphones } from "lucide-react"; +import { Award, Users, Target, Zap, Battery, Globe } from "lucide-react"; export default function AboutPage() { return ( @@ -35,122 +32,60 @@ export default function AboutPage() { { name: "Support", id: "/" }, { name: "Reviews", id: "/reviews" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Shop Now", href: "/" }} animateOnLoad={true} /> -
- + -
- -
-
-
+
-
- + -
- -
- -
- -
-
@@ -170,7 +105,7 @@ export default function AboutPage() { { label: "FAQ", href: "/" }, { label: "Setup Guide", href: "#" }, { label: "Troubleshooting", href: "#" }, - { label: "Contact Us", href: "#" }, + { label: "Contact Us", href: "/contact" }, ], }, { @@ -190,8 +125,8 @@ export default function AboutPage() { ], }, ]} - bottomLeftText="© 2025 PodsX. All rights reserved." - bottomRightText="Powered by Premium Audio Innovation" + bottomLeftText="© 2025 AirPods. All rights reserved." + bottomRightText="Powered by Premium Audio Technology" />