From aff94b69e3c095bae9200a196433920e3e200071 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:07:30 +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 5311f84..cc39721 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-running-room-air-conditioner_259150-57146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-running-room-air-conditioner_259150-57146.jpg?_wi=1", imageAlt: "Professional HVAC installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg?_wi=1", imageAlt: "Modern mini split unit", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg?_wi=1", imageAlt: "Smart climate control", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-running-room-air-conditioner_259150-57146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-haired-woman-running-room-air-conditioner_259150-57146.jpg?_wi=2", imageAlt: "modern ac unit closeup", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg?_wi=2", imageAlt: "modern ac unit closeup", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg?_wi=2", imageAlt: "modern ac unit closeup", }, ]} -- 2.49.1