diff --git a/src/app/page.tsx b/src/app/page.tsx index ce7c53e..8bed9dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg", imageAlt: "Gäste genießen Würstel im Freien gemütlich"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg", imageAlt: "Frische dampfende austrian Bosna"}, + imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=1", imageAlt: "Frische dampfende austrian Bosna"}, ]} buttons={[ { @@ -94,7 +94,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Panhofer Spezialität", name: "Die beste Bosna weit und breit", price: "€ 5,50", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg", imageAlt: "Frische dampfende austrian Bosna"}, + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=2", imageAlt: "Frische dampfende austrian Bosna"}, { id: "2", brand: "Panhofer Klassiker", name: "Käsekrainer – mit flüssigem Kern", price: "€ 4,90", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-wrapped-strips-bacon-with-tomatoes-sage-leaves_2829-14432.jpg", imageAlt: "Käsekrainer mit frischem Brot"},