From 95c95804a380fd0fad5541df355cc2505efc14af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:36:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86e2c15..356e34b 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Technician working on an appliance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg", imageAlt: "Branded service vehicle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg", imageAlt: "Happy homeowner shaking technician's hand", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg", imageAlt: "Organized tools for a job", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-father-son-talking-kitchen_23-2148441007.jpg", imageAlt: "Happy homeowner shaking technician's hand", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-tools-arranged-repairstand_482257-86076.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "Technician working on an appliance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-parking-man-s-car_23-2149901434.jpg", imageAlt: "Branded service vehicle", }, ]} @@ -215,6 +215,7 @@ export default function LandingPage() {