From c15f48925b5934cd194ce2bebf628f51db7ef58f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 05:13:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79cb324..1761a88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "About Us", id: "/about"}, { - name: "Services", id: "#services"}, + name: "Services", id: "/services"}, { name: "Portfolio", id: "#portfolio"}, { @@ -57,7 +57,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file