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", }, ]}