Compare commits
8 Commits
version_14
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| bdfa5d9f57 | |||
| d9913b3290 | |||
| 4ca2b7ef43 | |||
| 2db5079ab2 | |||
| f6b00bfaa5 | |||
| 8509690a4e | |||
| 55796d93f6 | |||
| 917f19eabb |
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
showMarqueeCard={false}
|
||||
marqueeSpeed={30}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
||||
{ text: "Call Now - 24/7 Available", href: "tel:480-702-6165" },
|
||||
{ text: "Get a Free Estimate", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -184,7 +184,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" }
|
||||
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" },
|
||||
{ text: "View All Services & Pricing", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Services section"
|
||||
@@ -227,8 +228,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trust-section" data-section="trust-section">
|
||||
<MetricCardThree
|
||||
title="No Surprises. No Confusion. Just Clear Communication."
|
||||
description="Same-day emergency response, licensed technicians, and guaranteed upfront pricing—because you deserve a plumber who shows up fast, knows their craft, and tells you the truth about costs before any work begins."
|
||||
title="No Surprises. No Confusion. Just Honest Pricing and Expert Work."
|
||||
description="We know one of the biggest frustrations in plumbing is unexpected pricing. That's why we focus on clear communication before any work begins. Our goal isn't to be the cheapest—it's to deliver real value, lasting repairs, and service you feel good about."
|
||||
tag="Our Promise"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user