Update src/app/page.tsx

This commit is contained in:
2026-04-06 04:13:32 +00:00
parent 70499f9235
commit 3ea8325da7

View File

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