From 35bb72d2a1430ee4870fa5a3357c2ca563308f70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 22:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51adc9a..3e5e712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { type: "text-icon", text: "24/7 Available", icon: Clock24 }, { type: "text-icon", text: "100% Satisfaction", icon: Check } ]} - showMarqueeCard={true} + showMarqueeCard={false} marqueeSpeed={30} buttons={[ { text: "Call Now", href: "tel:480-702-6165" }, @@ -340,7 +340,7 @@ export default function LandingPage() { tagAnimation="slide-up" faqs={[ { - id: "1", title: "Do you offer same-day service?", content: "Yes! We offer same-day emergency plumbing services. This is one of our biggest strengths—when you need us, we're there fast. Call us immediately at 480-702-6165 and we'll dispatch a technician to your location as quickly as possible. We understand that plumbing emergencies can't wait, so we prioritize rapid response and immediate availability to get your problem solved today." + id: "1", title: "Do you offer same-day service?", content: "Yes! We offer same-day emergency plumbing services. Call us at 480-702-6165 and we'll dispatch a technician as quickly as possible." }, { id: "2", title: "What areas do you serve?", content: "We proudly serve Mesa, Phoenix, Chandler, Gilbert, Scottsdale, Maricopa, and surrounding areas across Arizona." -- 2.49.1