From a4eb4a769036213390539ada04462777c8739e90 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4ad0b5..1e0b393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,10 +144,10 @@ export default function LandingPage() { icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg?_wi=2", }, ], imageSrc: "http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg", @@ -159,10 +159,10 @@ export default function LandingPage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg?_wi=2", }, ], imageSrc: "http://img.b2bpic.net/free-photo/room-with-marble-floor_1127-2030.jpg", @@ -174,13 +174,13 @@ export default function LandingPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg?_wi=3", imageAlt: "gas pump service clean modern", }, ]} -- 2.49.1