From 3ea8325da74456e70e4fbf8c1e9753738f4ea882 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:13:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60aa614..23581bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="MOEDOESHVAC" description="Precision HVAC. Built different. Serving Michigan with reliable, high-performance heating & cooling solutions." buttons={[ - { text: "Get Free Estimate", href: "#contact" }, + { text: "Get Free Estimate", href: "/contact" }, { text: "Call Now", href: "tel:5555555555" }, ]} slides={[ @@ -132,7 +132,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "/contact" }, ] }, ]} bottomLeftText="© 2024 MoeDoesHVAC. All rights reserved."