From df5e2d34e785bf50179e4b59ca260746bb485916 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:49:44 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> -- 2.49.1 From 2f668c14c9993ae6d3cf5d4c0a47af4856f94797 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:49:44 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> -- 2.49.1 From 26d9c6272352825c4a798cd7bf7f9998d7a762ef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:49:45 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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ü" -- 2.49.1 From 2e04b6b866bc0502fb4fbaff1c5e5d8341b0a6bf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:49:45 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} /> -- 2.49.1