diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index f5f3687..6f88025 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, Battery, Headphones, Volume2, Radio, Wifi } from "lucide-react"; +import { Zap, Sparkles, Headphones, Battery, Waves, Music, Zap as ZapIcon } from "lucide-react"; export default function FeaturesPage() { return ( @@ -29,57 +29,105 @@ 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: "/#products" }} + button={{ text: "Shop Now", href: "#products" }} animateOnLoad={true} />