Compare commits
8 Commits
version_4
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| f79fc3bbf9 | |||
| 3a2157f443 | |||
| 35bb72d2a1 | |||
| 18d2719125 | |||
| 39f546f8bd | |||
| 4bf76a19ad | |||
| e7139efb51 | |||
| 41bd678b8b |
@@ -45,7 +45,7 @@ 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="5-Star Rated Across Arizona"
|
tag="Licensed #12345 | Serving Since 2015 | 5-Star Rated Across Arizona"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -110,6 +110,17 @@ export default function LandingPage() {
|
|||||||
tagIcon={Wrench}
|
tagIcon={Wrench}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
|
{
|
||||||
|
title: "Emergency Plumbing Services", description: "24/7 emergency response for urgent plumbing situations", icon: Phone,
|
||||||
|
mediaItems: [
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "Emergency plumbing response"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "Quick emergency service"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Water Heater Repair & Installation", description: "Tank and tankless water heater services for reliable hot water", icon: Droplet,
|
title: "Water Heater Repair & Installation", description: "Tank and tankless water heater services for reliable hot water", icon: Droplet,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
@@ -164,17 +175,6 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=5", imageAlt: "Professional toilet installation"
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=5", imageAlt: "Professional toilet installation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Emergency Plumbing Services", description: "24/7 emergency response for urgent plumbing situations", icon: Phone,
|
|
||||||
mediaItems: [
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "Emergency plumbing response"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "Quick emergency service"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -340,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. Call us at 480-702-6165 and we'll dispatch a technician as quickly as possible."
|
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: "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."
|
||||||
|
|||||||
Reference in New Issue
Block a user