From 80125812c2a6f6a1b3e2a16e2b894594cd7d1553 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:48:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe6b624..a591070 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap } from 'lucide-react'; +import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap, Lock, Clock as Clock24, Check } from 'lucide-react'; export default function LandingPage() { return ( @@ -48,6 +48,13 @@ export default function LandingPage() { tag="5-Star Rated Across Arizona" tagIcon={Star} tagAnimation="slide-up" + marqueeItems={[ + { type: "text-icon", text: "Licensed & Insured", icon: Lock }, + { type: "text-icon", text: "24/7 Available", icon: Clock24 }, + { type: "text-icon", text: "100% Satisfaction", icon: Check } + ]} + showMarqueeCard={true} + marqueeSpeed={30} buttons={[ { text: "Call Now", href: "tel:480-702-6165" }, { text: "Get a Free Estimate", href: "#contact" } @@ -333,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 24/7. When you call us at 480-702-6165, we typically respond within 2 hours for emergency situations. Our team is always ready to help, whether it's during business hours or the middle of the night. For non-emergency requests, we can often accommodate same-day scheduling as well." + 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."