Update src/app/contact-us/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ export default function ContactUsPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Reviews", id: "/#reviews" },
|
||||
{ name: "Contact", id: "/contact-us" }
|
||||
];
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function ContactUsPage() {
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Reviews", href: "/#reviews" },
|
||||
{ label: "Contact", href: "/contact-us" }
|
||||
]
|
||||
},
|
||||
@@ -62,7 +62,7 @@ export default function ContactUsPage() {
|
||||
tag="Get an Estimate"
|
||||
tagIcon={MessageCircle}
|
||||
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"
|
||||
buttonText="Submit Request"
|
||||
termsText="By submitting, you agree to our Privacy Policy."
|
||||
|
||||
Reference in New Issue
Block a user