diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e4a8462..4d13faa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { content: "Ja, unsere Gemüsetaschen sind vegan.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg?_wi=2" mediaAnimation="slide-up" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 373fd6b..8786e6d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { name: "message", placeholder: "Deine Nachricht", }} - imageSrc="http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg" + imageSrc="http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg?_wi=2" mediaAnimation="slide-up" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9324362..3a12125 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { id: "m1", name: "Döner Kebab", price: "6,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=2", }, { id: "m2", name: "Dürüm", price: "7,00 €", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=2", }, { id: "m3", @@ -75,7 +75,7 @@ export default function LandingPage() { id: "m4", name: "Grillfleisch Teller", price: "9,50 €", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg?_wi=1", }, ]} title="Unser Menü" diff --git a/src/app/page.tsx b/src/app/page.tsx index cc5ab36..a9d9f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { href: "https://maps.app.goo.gl/", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -178,14 +178,14 @@ export default function LandingPage() { name: "Gemüse Döner", price: "5,50 €", variant: "Veggie", - imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=1", }, { id: "p2", name: "Lahmacun", price: "4,50 €", variant: "Klassiker", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=1", }, ]} />