Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 21:48:37 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; 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() { export default function LandingPage() {
return ( return (
@@ -48,6 +48,13 @@ export default function LandingPage() {
tag="5-Star Rated Across Arizona" tag="5-Star Rated Across Arizona"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" 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={[ buttons={[
{ text: "Call Now", href: "tel:480-702-6165" }, { text: "Call Now", href: "tel:480-702-6165" },
{ text: "Get a Free Estimate", href: "#contact" } { text: "Get a Free Estimate", href: "#contact" }
@@ -333,7 +340,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
faqs={[ 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." id: "2", title: "What areas do you serve?", content: "We proudly serve Mesa, Phoenix, Chandler, Gilbert, Scottsdale, Maricopa, and surrounding areas across Arizona."