2 Commits

Author SHA1 Message Date
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"},
]}
@@ -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={{