Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c8a9255c7 | |||
| f1c2a4e704 | |||
| b2e1b6dbd6 | |||
| a83a848a72 | |||
| 48a3f54232 | |||
| 8c39e45645 |
@@ -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"},
|
||||
]}
|
||||
@@ -220,6 +220,9 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number (e.g., +15418405258)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "What issue are you experiencing?", required: true,
|
||||
@@ -254,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user