Update src/app/page.tsx

This commit is contained in:
2026-03-19 22:37:41 +00:00
parent 917f19eabb
commit 55796d93f6

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>
);
}
}