Compare commits
6 Commits
version_8
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7aa85a07 | |||
| 117bc0577e | |||
| f79fc3bbf9 | |||
| 3a2157f443 | |||
| 35bb72d2a1 | |||
| 18d2719125 |
@@ -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, Lock, Clock as Clock24, Check } 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, Award as AwardShield, Briefcase } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,9 +51,12 @@ export default function LandingPage() {
|
||||
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 }
|
||||
{ type: "text-icon", text: "100% Satisfaction", icon: Check },
|
||||
{ type: "text-icon", text: "License #ROC #311662", icon: Briefcase },
|
||||
{ type: "text-icon", text: "BBB Rating: A+", icon: AwardShield },
|
||||
{ type: "text-icon", text: "Service Hours: 24/7", icon: Clock }
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
showMarqueeCard={false}
|
||||
marqueeSpeed={30}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
||||
@@ -340,7 +343,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."
|
||||
|
||||
Reference in New Issue
Block a user