From eeb85ab18e481bd8a87ff62c3410cb1354b2da95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:51:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5fe59ce..41fa884 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,17 +30,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services", - href: "/services", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="Mow-tivated LLC"