Compare commits
10 Commits
version_13
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| bdfa5d9f57 | |||
| d9913b3290 | |||
| 4ca2b7ef43 | |||
| 2db5079ab2 | |||
| f6b00bfaa5 | |||
| 8509690a4e | |||
| 55796d93f6 | |||
| 917f19eabb | |||
| c223b298a0 | |||
| 84ef7754de |
@@ -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,7 +228,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trust-section" data-section="trust-section">
|
||||
<MetricCardThree
|
||||
title="No Surprises. No Confusion. Just Clear Communication."
|
||||
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}
|
||||
|
||||
Reference in New Issue
Block a user