Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user