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."