From 0d22b7e9aca34e0364df4cd315e45d5dd0174464 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 04:46:39 +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 865b00e..ab63093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,15 +91,15 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-sensitive-man-posing-with-pink-background_23-2149486781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-sensitive-man-posing-with-pink-background_23-2149486781.jpg?_wi=1", imageAlt: "Luxuriöses rotes Rosenbouquet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-macaroons-fresh-flower-bouquet-wooden-backdrop_23-2148066448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-macaroons-fresh-flower-bouquet-wooden-backdrop_23-2148066448.jpg?_wi=1", imageAlt: "Romantisches Arrangement mit rosa Pfingstrosen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936616.jpg?_wi=1", imageAlt: "Fröhliches Sommerbouquet mit Sonnenblumen", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-sensitive-man-posing-with-pink-background_23-2149486781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-sensitive-man-posing-with-pink-background_23-2149486781.jpg?_wi=2", imageAlt: "hand picking fresh roses", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-macaroons-fresh-flower-bouquet-wooden-backdrop_23-2148066448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-macaroons-fresh-flower-bouquet-wooden-backdrop_23-2148066448.jpg?_wi=2", imageAlt: "hand picking fresh roses", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-day-celebration-with-beautiful-nature_23-2151936616.jpg?_wi=2", imageAlt: "hand picking fresh roses", }, ]} -- 2.49.1