Update src/app/page.tsx

This commit is contained in:
2026-03-06 13:08:46 +00:00
parent d5deaea75a
commit 86ea66c0a2

View File

@@ -166,13 +166,13 @@ export default function LandingPage() {
tagIcon={AlertTriangle}
tagAnimation="slide-up"
title="Get Help Right Now"
description="Don't wait for morning. Our 24/7 emergency plumbers are ready to respond immediately to your plumbing crisis."
description="Don't wait for morning. Our emergency plumbers are available in under 1 hour to respond immediately to your plumbing crisis."
buttons={[
{ text: "Call (402) 383-1633", href: "tel:+14023831633" },
{ text: "Request Emergency Service", href: "#request-service" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
background={{ variant: "downward-rays-animated" }}
useInvertedBackground={true}
/>
</div>