From b74d9a28329b295de2169a8ef7336cce1ee4fc4d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:17:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14846d3..dff216c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,6 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Services", id: "services"}, - { - name: "Projects", id: "projects"}, { name: "Testimonials", id: "testimonials"}, { @@ -179,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1