Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc60be470 | |||
| c647fa5c0a | |||
| fbcad6cee6 | |||
| 07eb823954 | |||
| 7170ba1dd1 |
@@ -12,7 +12,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "#reviews" },
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
{ name: "Contact", id: "/contact-us" }
|
{ name: "Contact", id: "/contact-us" }
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ export default function AboutPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Reviews", href: "#reviews" },
|
{ label: "Reviews", href: "/#reviews" },
|
||||||
{ label: "Contact", href: "/contact-us" }
|
{ label: "Contact", href: "/contact-us" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export default function ContactUsPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "#reviews" },
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
{ name: "Contact", id: "/contact-us" }
|
{ name: "Contact", id: "/contact-us" }
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ export default function ContactUsPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Reviews", href: "#reviews" },
|
{ label: "Reviews", href: "/#reviews" },
|
||||||
{ label: "Contact", href: "/contact-us" }
|
{ label: "Contact", href: "/contact-us" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -62,7 +62,7 @@ export default function ContactUsPage() {
|
|||||||
tag="Get an Estimate"
|
tag="Get an Estimate"
|
||||||
tagIcon={MessageCircle}
|
tagIcon={MessageCircle}
|
||||||
title="Request Your HVAC Estimate"
|
title="Request Your HVAC Estimate"
|
||||||
description="Tell us about your project details, and we'll get back to you with a detailed estimate."
|
description="Provide your email, and we'll reach out to discuss your project details and provide an estimate. We look forward to learning more!"
|
||||||
inputPlaceholder="Your Email"
|
inputPlaceholder="Your Email"
|
||||||
buttonText="Submit Request"
|
buttonText="Submit Request"
|
||||||
termsText="By submitting, you agree to our Privacy Policy."
|
termsText="By submitting, you agree to our Privacy Policy."
|
||||||
|
|||||||
Reference in New Issue
Block a user