From 8e9862032c22e3e6d6feca5ea79d6a8f690dd8cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:11:16 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 165 +++++++++++++++++++++++++------------- 1 file changed, 110 insertions(+), 55 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 28aca4e..6f88025 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -4,9 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; +import AboutMetric from "@/components/sections/about/AboutMetric"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Sparkles, Headphones } from "lucide-react"; +import { Zap, Sparkles, Headphones, Battery, Waves, Music, Zap as ZapIcon } from "lucide-react"; export default function FeaturesPage() { return ( @@ -26,67 +27,59 @@ export default function FeaturesPage() {
-
+
+
+ +
+ +
+ +
+ +
+ +
+
@@ -117,26 +172,26 @@ export default function FeaturesPage() { columns={[ { title: "Products", items: [ - { label: "AirPods Pro", href: "/products" }, - { label: "AirPods Max", href: "/products" }, - { label: "AirPods (2nd Gen)", href: "/products" }, - { label: "Compare Models", href: "/products" }, + { label: "AirPods Pro", href: "/" }, + { label: "AirPods Max", href: "/" }, + { label: "AirPods (2nd Gen)", href: "/" }, + { label: "Compare Models", href: "/comparison" }, + ], + }, + { + title: "Features", items: [ + { label: "Noise Cancellation", href: "#noise-cancellation" }, + { label: "Battery Life", href: "#battery-life" }, + { label: "Sound Quality", href: "#immersive-sound" }, + { label: "Ecosystem", href: "/" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "#faq" }, - { label: "Setup Guide", href: "#" }, - { label: "Troubleshooting", href: "#" }, - { label: "Contact Us", href: "/contact" }, - ], - }, - { - title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "News", href: "#" }, + { label: "Setup Guide", href: "/" }, + { label: "FAQ", href: "/" }, + { label: "Troubleshooting", href: "/" }, + { label: "Contact Us", href: "/" }, ], }, {