From c30e085f056c17f388129fc0a49a291c0aa3c39f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:12:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 884f2cf..09e2fc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,6 @@ export default function LandingPage() { brandName="Axis" navItems={[ { name: "Features", id: "howitworks" }, - { name: "How It Works", id: "howitworks" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } @@ -215,7 +214,6 @@ export default function LandingPage() { { title: "Product", items: [ { label: "Features", href: "#howitworks" }, - { label: "How It Works", href: "#howitworks" }, { label: "Pricing", href: "#" }, { label: "Download", href: "https://example.com/download" } ] -- 2.49.1