4 Commits

Author SHA1 Message Date
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
1e60cd3c25 Update src/app/page.tsx 2026-04-16 03:25:41 +00:00
64d4720295 Merge version_2 into main
Merge version_2 into main
2026-04-16 03:23:17 +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 +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,7 +179,7 @@ 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: "+1 (678) 895-2853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] },
]}
/>
</div>