Merge version_1 into main #3
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageAlt: "Professional plumber working on pipes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", imageAlt: "Plumber diagnosing system" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=1", imageAlt: "Professional plumber working on pipes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", imageAlt: "Plumber diagnosing system" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{ title: "24/7 Emergency Service", description: "Always available, day or night, for any plumbing crisis.", icon: Zap },
|
||||
{ title: "Transparent Pricing", description: "No hidden fees, ever. Get a clear estimate before we start.", icon: CheckCircle },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2"
|
||||
imageAlt="Expert Plumbers at work"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -83,9 +83,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: 1, title: "Leak Detection", description: "Fast and accurate detection of hidden pipe leaks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg" } },
|
||||
{ id: 2, title: "Drain Cleaning", description: "Professional removal of even the toughest blockages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg" } },
|
||||
{ id: 3, title: "Water Heater Install", description: "Expert installations for energy-efficient heaters.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg" } },
|
||||
{ id: 1, title: "Leak Detection", description: "Fast and accurate detection of hidden pipe leaks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg?_wi=1" } },
|
||||
{ id: 2, title: "Drain Cleaning", description: "Professional removal of even the toughest blockages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg?_wi=2" } },
|
||||
{ id: 3, title: "Water Heater Install", description: "Expert installations for energy-efficient heaters.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-woman-holding-phone_23-2148767164.jpg?_wi=3" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-bath-time_23-2149186335.jpg?_wi=3" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Professional Services"
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Mark D.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" },
|
||||
{ id: "3", name: "Emily P.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-father-kid-brushing-hair_23-2149434993.jpg" },
|
||||
{ id: "4", name: "James R.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-blue-apron-shirt_176474-49664.jpg" },
|
||||
{ id: "5", name: "Robert B.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" },
|
||||
{ id: "5", name: "Robert B.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=2" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1500+", label: "Jobs Completed" },
|
||||
|
||||
Reference in New Issue
Block a user