From 6740f9b963374e84088fa7eed0e95c2c438d76a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:00:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1316bcd..77fbc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "Plumbing service team at work"}, + id: "1", 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", imageAlt: "Professional plumbing tools"}, + id: "2", 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", imageAlt: "Expert plumbing consultation"}, + 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?_wi=1", imageAlt: "Expert plumbing consultation"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Pipe replacement services"}, { @@ -79,15 +79,15 @@ export default function LandingPage() { { id: "1", title: "Sewer & Rooter", descriptions: [ "Full sewer lateral replacements", "Trenchless repair methods", "Inspection guaranteed"], - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", imageAlt: "professional plumber at work"}, { id: "2", title: "Drain Cleaning", descriptions: [ "High-pressure hydro-jetting", "Stubborn clog removal", "Fast-action service"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", imageAlt: "plumbing repair tools close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg?_wi=2", imageAlt: "plumbing repair tools close up"}, { id: "3", title: "Emergency Repair", descriptions: [ "24/7 service available", "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", imageAlt: "plumber looking at clipboard"}, + 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"}, ]} title="Our Plumbing Services" description="Comprehensive residential and commercial plumbing solutions provided by our experienced, local technicians." -- 2.49.1