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