Compare commits
4 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| c223b298a0 | |||
| 84ef7754de | |||
| e5068ebfe1 | |||
| 1618423fa2 |
@@ -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, 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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,15 +45,18 @@ export default function LandingPage() {
|
|||||||
title="Fast. Honest. Done Right the First Time."
|
title="Fast. Honest. Done Right the First Time."
|
||||||
description="Arizona's trusted local plumbers delivering same-day service, expert craftsmanship, and real transparency—no surprises."
|
description="Arizona's trusted local plumbers delivering same-day service, expert craftsmanship, and real transparency—no surprises."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Licensed #12345 | Serving Since 2015 | 5-Star Rated Across Arizona"
|
tag="5-Star Rated Across Arizona"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text-icon", text: "Licensed & Insured", icon: Lock },
|
{ type: "text-icon", text: "Licensed & Insured", icon: Lock },
|
||||||
{ type: "text-icon", text: "24/7 Available", icon: Clock24 },
|
{ 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}
|
marqueeSpeed={30}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
{ text: "Call Now", href: "tel:480-702-6165" },
|
||||||
@@ -225,7 +228,7 @@ export default function LandingPage() {
|
|||||||
<div id="trust-section" data-section="trust-section">
|
<div id="trust-section" data-section="trust-section">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="No Surprises. No Confusion. Just Clear Communication."
|
title="No Surprises. No Confusion. Just Clear Communication."
|
||||||
description="We know one of the biggest frustrations in plumbing is unexpected pricing. That's why we focus on clear communication before any work begins. Our goal isn't to be the cheapest—it's to deliver real value, lasting repairs, and service you feel good about."
|
description="Same-day emergency response, licensed technicians, and guaranteed upfront pricing—because you deserve a plumber who shows up fast, knows their craft, and tells you the truth about costs before any work begins."
|
||||||
tag="Our Promise"
|
tag="Our Promise"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -235,8 +238,8 @@ export default function LandingPage() {
|
|||||||
title: "Same-Day Service", value: "Emergency Response"
|
title: "Same-Day Service", value: "Emergency Response"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", icon: Shield,
|
id: "2", icon: CheckCircle,
|
||||||
title: "Fully Licensed & Insured", value: "Full Coverage"
|
title: "Licensed Technicians", value: "Full Coverage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", icon: Award,
|
id: "3", icon: Award,
|
||||||
@@ -340,7 +343,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. 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."
|
id: "2", title: "What areas do you serve?", content: "We proudly serve Mesa, Phoenix, Chandler, Gilbert, Scottsdale, Maricopa, and surrounding areas across Arizona."
|
||||||
@@ -397,4 +400,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user