From d93b21cbd59fcfc6d6e29284fb42bdee6606bb8e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 03:50:54 +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 634405f..5ee33fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,6 @@ export default function LandingPage() { navItems={[ { name: "Hero", id: "hero-section" }, { name: "Features", id: "features-section" }, - { name: "Features", id: "features-section-2" }, - { name: "Features", id: "features-section-3" }, { name: "Metrics", id: "metrics-section" }, { name: "Testimonials", id: "testimonials-section" }, { name: "Pricing", id: "pricing-section" },