From 6acce1a6ea4e5042513e0d3965542e13390ea055 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:35:34 +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 a75ec95..86e2c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,37 +64,37 @@ export default function LandingPage() { description="Expert home repair and maintenance, delivered promptly right in your neighborhood. Get your free estimate today!" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=1", imageAlt: "Technician working on an appliance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg?_wi=1", imageAlt: "Branded service vehicle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg?_wi=1", imageAlt: "Happy homeowner shaking technician's hand", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg?_wi=1", imageAlt: "Organized tools for a job", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg?_wi=2", imageAlt: "Happy homeowner shaking technician's hand", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg?_wi=2", imageAlt: "Organized tools for a job", }, { - imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=2", imageAlt: "Technician working on an appliance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg?_wi=2", imageAlt: "Branded service vehicle", }, ]}