From eeb4bd597901d7042c92b30ed39ebf55496d9271 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 21:13:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) 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() { /> -
- -
-