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} />