5 Commits

Author SHA1 Message Date
d48c7e3305 Merge version_4 into main
Merge version_4 into main
2026-04-16 00:08:47 +00:00
868938b7e0 Update src/app/page.tsx 2026-04-16 00:08:44 +00:00
ed3f415f65 Merge version_3 into main
Merge version_3 into main
2026-04-16 00:05:26 +00:00
4c8a9255c7 Update src/app/page.tsx 2026-04-16 00:05:20 +00:00
f1c2a4e704 Merge version_2 into main
Merge version_2 into main
2026-04-16 00:02:38 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="When Water Goes Wrong, We Make It Right — Fast."
description="Same-Day Service. Expert Repairs. Done Right the First Time."
description="Same-Day Service. Expert Repairs. Done Right the First Time. Emergency contact: +15418405258"
testimonials={[
{
name: "Mark S.", handle: "@marks", testimonial: "Faucet Brothers fixed my leak when nobody else would show up. Incredible professionalism.", rating: 5,
@@ -69,7 +69,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Call Now", href: "tel:5550199"},
text: "Call Now", href: "tel:+15418405258"},
{
text: "Book Service", href: "#contact"},
]}
@@ -210,6 +210,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
buttonText="Request Immediate Service"
useInvertedBackground={true}
title="Dont Wait Until It Gets Worse."
description="Small plumbing issues turn into expensive damage fast. Get it fixed now."
@@ -221,7 +222,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number (e.g., +15418405258)", required: true,
},
]}
textarea={{