diff --git a/src/app/page.tsx b/src/app/page.tsx index 8887cb6..89b4115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg", imageAlt: "Professional Plumber"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg?_wi=1", imageAlt: "Professional Plumber"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg", imageAlt: "Modern Plumbing"} + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=1", imageAlt: "Modern Plumbing"} ]} mediaAnimation="slide-up" rating={5} @@ -77,7 +77,7 @@ export default function LandingPage() { { value: "100%", title: "Quality Guaranteed"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -90,21 +90,21 @@ export default function LandingPage() { features={[ { title: "Emergency Repairs", description: "Rapid response for any plumbing crisis, any time.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=2"} }, { title: "Leak Detection", description: "Cutting-edge technology to identify hidden leaks fast.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/man-white-terry-bathrobe-filling-bathtub-with-water_259150-59739.jpg?_wi=3"} }, { title: "System Installation", description: "Expert fitting for new pipes and modern fixtures.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122837.jpg?_wi=3"} }, ]} showStepNumbers={true}