From 5742cdd25b0a6eb01d016a7d15b3d42cbc02e2c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:11:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24f4be8..d9b2baa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Contact Us", href: "/contact" }, - { text: "View Services", href: "#services" }, + { text: "View Services", href: "/services" }, ]} background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1" @@ -138,4 +138,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}