diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 59c10d2..30f6de5 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,11 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import AboutMetric from "@/components/sections/about/AboutMetric"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, ShoppingBag, Sparkles, Headphones } from "lucide-react"; +import { Zap, Sparkles, ShoppingBag, Battery, Globe, Volume2, Award, Headphones, HelpCircle } from "lucide-react"; export default function ProductsPage() { return ( @@ -27,101 +31,207 @@ export default function ProductsPage() {
-
- +
-
- +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
@@ -131,10 +241,10 @@ export default function ProductsPage() { columns={[ { title: "Products", items: [ - { label: "PodsX Pro", href: "/products" }, - { label: "PodsX 4", href: "/products" }, - { label: "Compare Models", href: "/products" }, - { label: "Accessories", href: "#" }, + { label: "AirPods Pro", href: "#products" }, + { label: "AirPods Max", href: "#products" }, + { label: "AirPods (2nd Gen)", href: "#products" }, + { label: "Compare Models", href: "#" }, ], }, { @@ -147,8 +257,8 @@ export default function ProductsPage() { }, { title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Blog", href: "#" }, + { label: "About Us", href: "/about" }, + { label: "Reviews", href: "/reviews" }, { label: "Careers", href: "#" }, { label: "News", href: "#" }, ], @@ -162,7 +272,7 @@ export default function ProductsPage() { ], }, ]} - bottomLeftText="© 2025 PodsX. All rights reserved." + bottomLeftText="© 2025 AirPods. All rights reserved." bottomRightText="Powered by Premium Audio Technology" />