diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ba1418..e028487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Professional plumber at work" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Professional plumber at work" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "Bathroom plumbing services" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Kitchen sink installation" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-vector/service-everyday-label-with-pointer_1017-30333.jpg", imageAlt: "Emergency plumbing response" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance service" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Plumbing maintenance service" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning specialist" } ]} autoPlay={true} @@ -149,7 +149,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your plumbing issue...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2" imageAlt="Contact our plumbing experts" mediaAnimation="slide-up" mediaPosition="right" @@ -159,7 +159,7 @@ export default function LandingPage() {