diff --git a/src/app/page.tsx b/src/app/page.tsx index ccd4d35..6f24190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,17 +84,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210905.jpg?_wi=1", imageAlt: "Luxuriöse Käseplatte mit Wein", }, { id: "hero-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2149267331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2149267331.jpg?_wi=1", imageAlt: "Premium Olivenöl und Gewürze", }, { id: "hero-item-3", - imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057974.jpg?_wi=1", imageAlt: "Edle Spirituosen für Kenner", }, { @@ -289,7 +289,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dried-fruits-nuts-packed-plastic-bags-with-wooden-bag-with-bottle-wine_114579-30498.jpg", imageAlt: "Fertig arrangierter Geschenkkorb", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210905.jpg?_wi=2", imageAlt: "hands selecting gourmet products gift", }, { @@ -303,7 +303,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/present-boxes-sweetie-papers_23-2147983929.jpg", imageAlt: "Geschenkkörbe für Firmenkunden", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2149267331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2149267331.jpg?_wi=2", imageAlt: "hands selecting gourmet products gift", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-talking-with-female-courier-while-signing-delivery-office_637285-2844.jpg", imageAlt: "Lieferung von Geschenken in Mainz", }, - imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151057974.jpg?_wi=2", imageAlt: "hands selecting gourmet products gift", }, ]}