From 3f81adbc4f0d2f9dddea5fd0365844f3c464706d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:10:41 +0000 Subject: [PATCH] Update src/app/bestellen/page.tsx --- src/app/bestellen/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/bestellen/page.tsx b/src/app/bestellen/page.tsx index 747d51d..6103046 100644 --- a/src/app/bestellen/page.tsx +++ b/src/app/bestellen/page.tsx @@ -52,7 +52,7 @@ export default function OrderPage() { name: "Koobideh", price: "€12,50", variant: "Gegrillter Hackfleisch-Spieß", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=2", imageAlt: "Zwei Koobideh-Spieße mit Safranreis" }, { @@ -60,7 +60,7 @@ export default function OrderPage() { name: "Djuje (Hähnchen)", price: "€15,90", variant: "Mariniertes Hähnchen-Filet", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Djuje-Hähnchen mit Tomaten und Zwiebeln gegrillt" }, { @@ -68,7 +68,7 @@ export default function OrderPage() { name: "Safranreis", price: "€8,50", variant: "Mit echtem Safran & Butter", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.jpg?_wi=2", imageAlt: "Goldener Safranreis, traditionell zubereitet" }, { @@ -76,7 +76,7 @@ export default function OrderPage() { name: "Kebab-Platte", price: "€18,50", variant: "Gemischte Grillaromen", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-platter-with-ribs-chicken-lula-tikka-vegetables-kebab_140725-8874.jpg?_wi=2", imageAlt: "Luxus-Kebab-Platte mit mehreren Sorten und Beilagen" }, { @@ -84,7 +84,7 @@ export default function OrderPage() { name: "Vegetarische Auswahl", price: "€10,90", variant: "Frisches Gemüse & Kräuter", - imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=2", imageAlt: "Farbenfrohe vegetarische Mezze-Platte" }, { @@ -92,7 +92,7 @@ export default function OrderPage() { name: "Persischer Eintopf", price: "€13,50", variant: "Slow-Cooked Tradition", - imageSrc: "http://img.b2bpic.net/free-photo/stewed-meat-with-potatoes-tomatoes-clay-pot_141793-1740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stewed-meat-with-potatoes-tomatoes-clay-pot_141793-1740.jpg?_wi=2", imageAlt: "Duftender Eintopf mit Rindfleisch und Bohnen" } ]}