From bf98fae2a16f3dc3f4c09112a2788192444b7f46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 03:44:21 +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 0810569..b9fe293 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=1", imageAlt: "Landschaftspflege Köln Garden 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=2", imageAlt: "Landschaftspflege Köln Garden 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=3", imageAlt: "Landschaftspflege Köln Garden 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=4", imageAlt: "Landschaftspflege Köln Garden 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=5", imageAlt: "Landschaftspflege Köln Garden 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg", imageAlt: "Landschaftspflege Köln Garden 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905237.jpg?_wi=6", imageAlt: "Landschaftspflege Köln Garden 6"}, ]} /> -- 2.49.1