From 643bf42a2b8cf8f4655beb58aafd63c9ac1e457b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:58:56 +0000 Subject: [PATCH] Update src/app/features/page.tsx --- src/app/features/page.tsx | 61 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 074df79..91c27ae 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -7,7 +7,7 @@ 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, Battery, Volume2, Lightbulb, ShieldCheck, Radio } from "lucide-react"; +import { Zap, Sparkles, Battery, Headphones, Volume2, Radio, Wifi } from "lucide-react"; export default function FeaturesPage() { return ( @@ -29,31 +29,31 @@ export default function FeaturesPage() { navItems={[ { name: "Products", id: "/" }, { name: "Features", id: "/features" }, - { name: "Comparison", id: "/comparison" }, { name: "Why AirPods", id: "/" }, { name: "Support", id: "/" }, + { name: "Compare", id: "/comparison" }, ]} - button={{ text: "Shop Now", href: "/" }} + button={{ text: "Shop Now", href: "/#products" }} animateOnLoad={true} />