Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 868938b7e0 | |||
| ed3f415f65 | |||
| 4c8a9255c7 | |||
| f1c2a4e704 |
@@ -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="Don’t 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={{
|
||||
|
||||
Reference in New Issue
Block a user