From 53395a3d8b2b776fbb8d97532af793391608281b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:57:19 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4e086..bcacbe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,9 +35,6 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Why AirPods", id: "metrics" }, { name: "Support", id: "faq" }, - { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" }, ]} button={{ text: "Shop Now", href: "#products" }} animateOnLoad={true} @@ -237,12 +234,12 @@ export default function LandingPage() { { label: "FAQ", href: "#faq" }, { label: "Setup Guide", href: "#" }, { label: "Troubleshooting", href: "#" }, - { label: "Contact Us", href: "/contact" }, + { label: "Contact Us", href: "#contact-cta" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, + { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, { label: "News", href: "#" },