@@ -86,15 +86,15 @@ export default function LandingPage() {
gridVariant = "uniform-all-items-equal"
useInvertedBackground = { true }
products = { [
{ id : "p1" , name : "كبسة دجاج منزلية" , price : "٨٠ ريال" , variant : "وجبة غداء " , imageSrc : "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg" } ,
{ id : "p1" , name : "كبسة دجاج منزلية" , price : "٨٠ ريال" , variant : "وجبة رئيسية " , imageSrc : "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg" } ,
{ id : "p2" , name : "محاشي مشكلة" , price : "٦٠ ريال" , variant : "طبق جانبي" , imageSrc : "http://img.b2bpic.net/free-photo/pepper-dill-with-parsley-around-salad_23-2147778427.jpg" } ,
{ id : "p3" , name : "حلى عائلي " , price : "٤ ٥ ريال" , variant : "حلويات " , imageSrc : "http://img.b2bpic.net/free-photo/vegetable-salad-with-foods-ceramic-dishes_114579-15381 .jpg" } ,
{ id : "p4" , name : "شوربة عدس" , price : "٢٠ ريال" , variant : "شوربات" , imageSrc : "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084 .jpg" } ,
{ id : "p5" , name : "فتوش شامي" , price : "٢٥ ريال" , variant : "سلطات" , imageSrc : "http://img.b2bpic.net/free-photo/front-view-salad-ingredients-with-greens-chicken-dark-table-diet-health-salad_140725-124876 .jpg" } ,
{ id : "p6" , name : "معجنات مشكلة " , price : "٣ ٥ ريال" , variant : "مقبل ات" , imageSrc : "http://img.b2bpic.net/free-photo/view-delicious-cake-decorated-orange-with-chocolate-biscuits-black-table_140725-86456 .jpg" } ,
{ id : "p3" , name : "مقلوبة بالخضار " , price : "٧ ٥ ريال" , variant : "وجبة رئيسية " , imageSrc : "http://img.b2bpic.net/free-photo/top-view-delicious-meat-dish-with-vegetables-plate_23-2148766113 .jpg" } ,
{ id : "p4" , name : "شوربة عدس بالليمون " , price : "٢٠ ريال" , variant : "شوربات" , imageSrc : "http://img.b2bpic.net/free-photo/lentil-soup-with-bread-bowl_23-2148564243 .jpg" } ,
{ id : "p5" , name : "فتوش شامي تقليدي " , price : "٢٥ ريال" , variant : "سلطات" , imageSrc : "http://img.b2bpic.net/free-photo/fresh-fattoush-salad_23-2148425178 .jpg" } ,
{ id : "p6" , name : "حلى ليالي لبنان " , price : "٤ ٥ ريال" , variant : "حلوي ات" , imageSrc : "http://img.b2bpic.net/free-photo/sweet-creamy-dessert-with-pistachios_23-2148784234 .jpg" } ,
] }
title = "قائمة مأكولاتنا المختارة"
description = "اكتشفوا تشكيلتنا من الأطباق اللذيذة المحضرة يومياً."
description = "اكتشفوا تشكيلتنا من الأطباق اللذيذة المحضرة يومياً بكل حب ."
/ >
< / div >
@@ -164,4 +164,4 @@ export default function LandingPage() {
< / ReactLenis >
< / ThemeProvider >
) ;
}
}