3 Commits

Author SHA1 Message Date
435bf493af Merge version_4 into main
Merge version_4 into main
2026-04-16 03:29:01 +00:00
970ba2ddc6 Update src/app/page.tsx 2026-04-16 03:28:58 +00:00
9028662ef2 Merge version_3 into main
Merge version_3 into main
2026-04-16 03:25:47 +00:00

View File

@@ -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>
);
}
}