Merge version_1 into main #1
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Professional plumber at work"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=1", imageAlt: "Professional plumber at work"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency plumbing service"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=1", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Installation service"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=1", imageAlt: "Installation service"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Maintenance service"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg?_wi=1", imageAlt: "Maintenance service"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg", imageAlt: "Professional team"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg?_wi=1", imageAlt: "Professional team"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Quality workmanship"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=2", imageAlt: "Quality workmanship"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg?_wi=2"
|
||||
imageAlt="JMS Plumbing professional team"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Emergency Repairs", description: "24/7 emergency plumbing service for burst pipes, leaks, clogs, and other urgent issues. We respond quickly to minimize damage.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency plumbing repair"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=2", imageAlt: "Emergency plumbing repair"
|
||||
},
|
||||
items: [
|
||||
{ icon: AlertCircle, text: "24/7 rapid response" },
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Installation & Upgrades", description: "Professional installation of new fixtures, water heaters, and plumbing systems. We handle all your upgrade needs with precision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Installation service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=2", imageAlt: "Installation service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Hammer, text: "Expert installation" },
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Maintenance Plans", description: "Preventive maintenance keeps your plumbing system running smoothly. Regular inspections and cleanings prevent costly repairs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Maintenance service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg?_wi=2", imageAlt: "Maintenance service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Calendar, text: "Scheduled inspections" },
|
||||
|
||||
Reference in New Issue
Block a user