Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 970ba2ddc6 | |||
| 9028662ef2 |
@@ -166,8 +166,8 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
title="Plumbing Issues? We're Ready to Help."
|
||||
description="We are available 24/7 for emergency leaks, repairs, and general consultations. Please call +16788952853 or submit an inquiry using the form below, and we'll be in touch shortly."
|
||||
buttons={[{ text: "Call +16788952853", href: "tel:+16788952853" }]}
|
||||
description="We are available 24/7 for emergency leaks, repairs, and general consultations. Please call +1 (678) 895-2853 or submit an inquiry using the form below, and we'll be in touch shortly."
|
||||
buttons={[{ text: "Call +1 (678) 895-2853", href: "tel:+16788952853" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -179,11 +179,11 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Leak Repair", href: "#services" }, { label: "Water Heaters", href: "#services" }] },
|
||||
{ title: "Hours & Area", items: [{ label: "Mon-Sat 8am-6pm", href: "#" }, { label: "Service Area: Full County", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "+16788952853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] },
|
||||
{ title: "Contact", items: [{ label: "+1 (678) 895-2853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user