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: "/" },
],
},
{