diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fd0253..7867c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-tasty-sushi-white-tray-with-sauce-chopsticks_23-2147901579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-tasty-sushi-white-tray-with-sauce-chopsticks_23-2147901579.jpg?_wi=1", imageAlt: "Sushi Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/salmon-sashimi_74190-5814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-sashimi_74190-5814.jpg?_wi=1", imageAlt: "Sushi Set", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { button: { text: "Jetzt Reservieren", }, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-tasty-sushi-white-tray-with-sauce-chopsticks_23-2147901579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-tasty-sushi-white-tray-with-sauce-chopsticks_23-2147901579.jpg?_wi=2", imageAlt: "sushi chef preparing fresh rolls", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { button: { text: "Speisekarte", }, - imageSrc: "http://img.b2bpic.net/free-photo/salmon-sashimi_74190-5814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-sashimi_74190-5814.jpg?_wi=2", imageAlt: "sushi chef preparing fresh rolls", }, ]}