diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fa20f9..76f329b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Services", id: "features" }, + { name: "Services", id: "/services" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -65,31 +65,6 @@ export default function LandingPage() { /> -