From a6f3205279868ec3cd6464f0a359b436d6c08384 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:00:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac8aea1..65ce6b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,22 +69,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "Plumbing service team at work", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg?_wi=1", imageAlt: "Professional plumbing tools", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg?_wi=1", imageAlt: "Expert plumbing consultation", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Pipe replacement services", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { "Trenchless repair methods", "Inspection guaranteed", ], - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "professional plumber at work", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { "Stubborn clog removal", "Fast-action service", ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg?_wi=2", imageAlt: "plumbing repair tools close up", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { "Burst pipe resolution", "Flooding protection", ], - imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg?_wi=2", imageAlt: "plumber looking at clipboard", }, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { detail: "Known for meticulous problem solving and high customer satisfaction.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2", imageAlt: "plumbing pipe replacement work", }, ]} -- 2.49.1