2 Commits

Author SHA1 Message Date
55796d93f6 Update src/app/page.tsx 2026-03-19 22:37:41 +00:00
917f19eabb Merge version_14 into main
Merge version_14 into main
2026-03-19 22:36:12 +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>
);
}
}