Merge version_15 into main

Merge version_15 into main
This commit was merged in pull request #15.
This commit is contained in:
2026-03-19 22:37:45 +00:00

View File

@@ -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"
@@ -228,7 +228,7 @@ 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."
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"
@@ -400,4 +400,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}