diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c20659..828be3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,27 +73,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg?_wi=1", imageAlt: "Kitchen faucet installation", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg?_wi=1", imageAlt: "Water heater technician", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1", imageAlt: "Sink leak repair", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-van-medium-shot_23-2148653394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-van-medium-shot_23-2148653394.jpg?_wi=1", imageAlt: "Plumbing service van", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg?_wi=1", imageAlt: "Bathroom fixture install", }, { @@ -151,12 +151,12 @@ export default function LandingPage() { descriptions: [ "Quick diagnosis and repair to keep your basement secure and dry during storms.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg?_wi=2", imageAlt: "professional plumber working kitchen sink", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg?_wi=2", title: "Faucet Repair & Install", descriptions: [ "Seamless installation or repair of all faucet types, ensuring leak-free performance.", @@ -168,7 +168,7 @@ export default function LandingPage() { descriptions: [ "Prompt, efficient installation and repair of water heaters to ensure flawless hot water supply.", ], - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=2", imageAlt: "professional plumber working kitchen sink", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { descriptions: [ "Swift repair of malfunctioning disposals to get your kitchen back to working order.", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-van-medium-shot_23-2148653394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-van-medium-shot_23-2148653394.jpg?_wi=2", imageAlt: "professional plumber working kitchen sink", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { descriptions: [ "Expert technicians ready to locate and fix persistent leaks quickly and professionally.", ], - imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg?_wi=2", imageAlt: "professional plumber working kitchen sink", }, ]}