diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 773dd55..b763ae1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,32 +47,32 @@ export default function AboutPage() { carouselItems={[ { id: "about-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg?_wi=2", imageAlt: "Professional plumber at work", }, { id: "about-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=3", imageAlt: "Expert plumber service", }, { id: "about-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2", imageAlt: "Water heater installation", }, { id: "about-carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=1", imageAlt: "Professional plumbing inspection", }, { id: "about-carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2", imageAlt: "Expert pipe installation", }, { id: "about-carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Quality plumbing repair", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index d4ed7fa..911d3f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=1", imageAlt: "Professional plumber fixing kitchen sink", }, { @@ -68,22 +68,22 @@ export default function HomePage() { }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", imageAlt: "Water heater installation service", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1", imageAlt: "Professional drain cleaning", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1", imageAlt: "Advanced leak detection", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg?_wi=1", imageAlt: "Quality copper piping installation", }, ]} @@ -233,7 +233,7 @@ export default function HomePage() {