Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-16 00:05:26 +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"},
]}
@@ -221,7 +221,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={{