diff --git a/src/app/page.tsx b/src/app/page.tsx index d3e5d43..a47b971 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1", imageAlt: "Gemütliches Café Interieur", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg?_wi=1", imageAlt: "Barista bei der Kaffeezubereitung", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg?_wi=1", imageAlt: "Auslage mit frischem Gebäck", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=2", imageAlt: "full breakfast platter eggs", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg?_wi=2", imageAlt: "full breakfast platter eggs", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg?_wi=2", imageAlt: "full breakfast platter eggs", }, ]}