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" } ]