From 5b7f8c304237f6b84323db88e19d8b040a41088f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 01:29:59 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1b11367..b29d8b0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,9 +26,9 @@ export default function ContactPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Testimonials", id: "/testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Services", id: "/#services" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/contact" }, ]} brandName="Syncpoint Handyman" /> @@ -58,8 +58,8 @@ export default function ContactPage() {