Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-16 03:25:47 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ name: "David L.", handle: "@localcustomer", testimonial: "Fixed my water heater in no time. Super friendly neighborhood service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0638qs" },
{ name: "Karen T.", handle: "@localcustomer", testimonial: "Honest as the day is long. Highly recommend them for any repair.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d0t9cc" },
]}
buttons={[{ text: "Call Now", href: "tel:5550102" }]}
buttons={[{ text: "Call Now", href: "tel:+16788952853" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjbda0"
imageAlt="friendly neighborhood plumber smiling"
mediaAnimation="slide-up"
@@ -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 555-0102 or submit an inquiry using the form below, and we'll be in touch shortly."
buttons={[{ text: "Call 555-0102", href: "tel:5550102" }]}
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" }]}
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: "555-0102", href: "tel:5550102" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] },
{ title: "Contact", items: [{ label: "+16788952853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}