diff --git a/src/app/page.tsx b/src/app/page.tsx index 1519c9d..4b73541 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@marco", testimonial: "Die beste Lasagne außerhalb Italiens! Ein echtes Erlebnis.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=1", imageAlt: "luxury restaurant interior warm lighting", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@julian", testimonial: "Perfekt für ein romantisches Abendessen. Sehr empfehlenswert.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg?_wi=1", imageAlt: "bruschetta on rustic wooden board", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Tolle Weinauswahl und authentische Küche. Sehr edel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg?_wi=1", imageAlt: "homemade lasagna layers gourmet", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@tom", testimonial: "Ein Stück Italien mitten im Dorf. Einzigartig!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg?_wi=1", imageAlt: "creamy tiramisu dessert cocoa powder", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -173,37 +173,37 @@ export default function LandingPage() { id: "1", name: "Bruschetta Classica", price: "9,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg?_wi=2", }, { id: "2", name: "Lasagne al Forno", price: "18,90 €", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg?_wi=2", }, { id: "3", name: "Tiramisu della Casa", price: "8,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg?_wi=2", }, { id: "4", name: "Insalata Caprese", price: "12,00 €", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-tomatoes-bacon_23-2148633418.jpg?_wi=3", }, { id: "5", name: "Ossobuco Milanese", price: "24,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2975.jpg?_wi=3", }, { id: "6", name: "Affogato al Caffè", price: "6,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-24328.jpg?_wi=3", }, ]} title="Unsere Spezialitäten"