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() {