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"