From 21f5e741e12bc60b6e6a78e83632536891c02115 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 12:05:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23fa5f0..7fe1b52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,10 +13,10 @@ export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "/services" }, - { name: "About Us", id: "/about" }, - { name: "Reviews", id: "/reviews" }, - { name: "Service Area", id: "/service-area" }, - { name: "Contact", id: "/contact" } + { name: "About Us", id: "#about-overview" }, + { name: "Reviews", id: "#testimonials-home" }, + { name: "Service Area", id: "/" }, + { name: "Contact", id: "#contact-home" } ]; return ( @@ -34,26 +34,26 @@ export default function HomePage() { >
@@ -70,29 +70,29 @@ export default function HomePage() {
alert('Privacy Policy coming soon')} />