From 4762a31c551c56eac6394d34417b3fd940b30051 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:44:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d4bd7d..c0d0d10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Plumbing service"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", imageAlt: "Plumbing service"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Residential repair"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg?_wi=1", imageAlt: "Residential repair"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg", imageAlt: "Plumbing maintenance"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg?_wi=1", imageAlt: "Plumbing maintenance"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Commercial plumbing"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "Commercial plumbing"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Emergency repair"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Emergency repair"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg", imageAlt: "Sewer inspection"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg?_wi=1", imageAlt: "Sewer inspection"}, ]} /> @@ -82,23 +82,23 @@ export default function LandingPage() { { id: 1, title: "Repairs & Maintenance", description: "Leaks, burst pipes, dripping faucets, running toilets — fast, reliable fixes that last.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg?_wi=2"}, }, { id: 2, title: "Bathroom & Kitchen", description: "Full fixture installation, remodels, and upgrades for bathrooms and kitchens of any scale.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2"}, }, { id: 3, title: "Water Heaters", description: "Installation, repair, and replacement of traditional and tankless water heater systems.", phoneOne: { - 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"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg?_wi=2"}, }, ]} showStepNumbers={true} -- 2.49.1