Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80125812c2 | |||
| 002a9e45f8 |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user