From 9fef5a241ab508192d2fd8529f43401630290400 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:38:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 248d477..e6b1f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,15 +93,15 @@ export default function LandingPage() { title="Menu Complet Dizz'O Kebab" description="Découvrez nos spécialités préparées avec amour." products={[ - { id: "o1", name: "Les Originaux: Kebab Classique", price: "8,50€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-slices-garnished-with-tomato-sauce-pepper-fresh-tomato_140725-2493.jpg" }, - { id: "o2", name: "Signature Dizz'o", price: "10,50€", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-kebab-flatbread-served-with-pickles-fries-vertical_141793-1916.jpg" }, - { id: "o3", name: "Nos Tacos (3 viandes)", price: "9,90€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arabic-kebab-with-ketchup_23-2148651157.jpg" }, - { id: "o4", name: "Les Assiettes (Mixte)", price: "13,50€", imageSrc: "http://img.b2bpic.net/free-photo/assorted-kebab-with-fried-vegetables-onion-round-plate_176474-2677.jpg" }, - { id: "o5", name: "Nos Salades Fraîcheur", price: "7,50€", imageSrc: "http://img.b2bpic.net/free-photo/warm-salad-from-chicken-liver-avocado-tomato-quail-eggs-healthy-dinner-dietary-menu-flat-lay-top-view_2829-4339.jpg" }, - { id: "o6", name: "Nos Box (Enfants/Adultes)", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-food-arrangement_23-2148814492.jpg" }, - { id: "o7", name: "Frites Faites Maison", price: "3,50€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-grilled-skewers-with-meat-vegetable-grill-green-grass-mat_23-2148206963.jpg" }, - { id: "o8", name: "Boissons & Chaudes", price: "2,00€", imageSrc: "http://img.b2bpic.net/free-photo/drink-cafe_53876-33696.jpg" }, - { id: "o9", name: "Nos Desserts", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-winter_1153-2923.jpg" } + { id: "o1", name: "Les Originaux: Kebab Classique", price: "8,50€", imageSrc: "" }, + { id: "o2", name: "Signature Dizz'o", price: "10,50€", imageSrc: "" }, + { id: "o3", name: "Nos Tacos (3 viandes)", price: "9,90€", imageSrc: "" }, + { id: "o4", name: "Les Assiettes (Mixte)", price: "13,50€", imageSrc: "" }, + { id: "o5", name: "Nos Salades Fraîcheur", price: "7,50€", imageSrc: "" }, + { id: "o6", name: "Nos Box (Enfants/Adultes)", price: "6,50€", imageSrc: "" }, + { id: "o7", name: "Frites Faites Maison", price: "3,50€", imageSrc: "" }, + { id: "o8", name: "Boissons & Chaudes", price: "2,00€", imageSrc: "" }, + { id: "o9", name: "Nos Desserts", price: "3,00€", imageSrc: "" } ]} /> -- 2.49.1