Update src/app/page.tsx
This commit is contained in:
@@ -112,25 +112,49 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "mandi-lamb", name: "مندي لحم", price: "110 SAR", imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", imageAlt: "Yemeni Lamb Mandi"
|
||||
id: "mandi-lamb", name: "مندي لحم", price: "120 SAR", imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", imageAlt: "Yemeni Lamb Mandi"
|
||||
},
|
||||
{
|
||||
id: "haneeth-lamb", name: "حنيذ لحم", price: "120 SAR", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg", imageAlt: "Yemeni Lamb Haneeth"
|
||||
id: "haneeth-lamb", name: "حنيذ لحم", price: "130 SAR", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-thanksgiving-day-delicious-dinner_23-2149100156.jpg", imageAlt: "Yemeni Lamb Haneeth"
|
||||
},
|
||||
{
|
||||
id: "madghout-lamb", name: "مضغوط لحم", price: "95 SAR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dried-apricots-dark-surface_140725-90690.jpg", imageAlt: "Yemeni Lamb Madghout"
|
||||
id: "madfoon-lamb", name: "مدفون لحم", price: "125 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Yemeni Lamb Madfoon"
|
||||
},
|
||||
{
|
||||
id: "mugalgal-lamb", name: "مقلقل لحم", price: "85 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg", imageAlt: "Yemeni Lamb Mugalgal"
|
||||
id: "madghout-lamb", name: "مضغوط لحم", price: "110 SAR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dried-apricots-dark-surface_140725-90690.jpg", imageAlt: "Yemeni Lamb Madghout"
|
||||
},
|
||||
{
|
||||
id: "mandi-chicken", name: "مندي دجاج", price: "80 SAR", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-rice-spices-herbs_140725-63459.jpg", imageAlt: "Yemeni Chicken Mandi"
|
||||
id: "mugalgal-lamb", name: "مقلقل لحم", price: "95 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-slices-with-bell-pepper-spices_140725-2097.jpg", imageAlt: "Yemeni Lamb Mugalgal"
|
||||
},
|
||||
{
|
||||
id: "madghout-chicken", name: "مضغوط دجاج", price: "75 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-french-fries_140725-9683.jpg", imageAlt: "Yemeni Chicken Madghout"
|
||||
id: "lamb-on-charcoal", name: "لحم على الفحم", price: "135 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Lamb on Charcoal"
|
||||
},
|
||||
{
|
||||
id: "zerbyan-chicken", name: "زربيان دجاج", price: "90 SAR", imageSrc: "http://img.b2bpic.net/free-photo/chicken-biryani-rice_140725-16813.jpg", imageAlt: "Yemeni Chicken Zerbyan"
|
||||
id: "mixed-lamb", name: "مخلوطة لحم", price: "115 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Mixed Lamb"
|
||||
},
|
||||
{
|
||||
id: "mandi-chicken", name: "مندي دجاج", price: "85 SAR", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-with-rice-spices-herbs_140725-63459.jpg", imageAlt: "Yemeni Chicken Mandi"
|
||||
},
|
||||
{
|
||||
id: "haneeth-chicken", name: "حنيذ دجاج", price: "95 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Yemeni Chicken Haneeth"
|
||||
},
|
||||
{
|
||||
id: "madfoon-chicken", name: "مدفون دجاج", price: "90 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Yemeni Chicken Madfoon"
|
||||
},
|
||||
{
|
||||
id: "madghout-chicken", name: "مضغوط دجاج", price: "80 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-french-fries_140725-9683.jpg", imageAlt: "Yemeni Chicken Madghout"
|
||||
},
|
||||
{
|
||||
id: "madhbi-chicken", name: "مظبي دجاج", price: "90 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Yemeni Chicken Madhbi"
|
||||
},
|
||||
{
|
||||
id: "shawaya-chicken", name: "شواية دجاج", price: "85 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Grilled Chicken Shawaya"
|
||||
},
|
||||
{
|
||||
id: "zerbyan-chicken", name: "زربيان دجاج", price: "100 SAR", imageSrc: "http://img.b2bpic.net/free-photo/chicken-biryani-rice_140725-16813.jpg", imageAlt: "Yemeni Chicken Zerbyan"
|
||||
},
|
||||
{
|
||||
id: "bukhari-chicken", name: "بخاري دجاج", price: "80 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Yemeni Chicken Bukhari"
|
||||
},
|
||||
{
|
||||
id: "khobz-malawah", name: "خبز ملوح", price: "10 SAR", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-flatbread-wooden-surface_23-2148704259.jpg", imageAlt: "Yemeni Malawah Bread"
|
||||
@@ -139,37 +163,52 @@ export default function LandingPage() {
|
||||
id: "khobz-tawah", name: "خبز طاوة", price: "12 SAR", imageSrc: "http://img.b2bpic.net/free-photo/pita-bread-brown-background_23-2148566418.jpg", imageAlt: "Yemeni Tawah Bread"
|
||||
},
|
||||
{
|
||||
id: "masoub-malaki", name: "معصوب ملكي", price: "40 SAR", imageSrc: "http://img.b2bpic.net/free-photo/yemeni-masoub-traditional-sweet-dish_23-2149506698.jpg", imageAlt: "Royal Masoub"
|
||||
id: "masoub-malaki", name: "معصوب ملكي", price: "45 SAR", imageSrc: "http://img.b2bpic.net/free-photo/yemeni-masoub-traditional-sweet-dish_23-2149506698.jpg", imageAlt: "Royal Masoub"
|
||||
},
|
||||
{
|
||||
id: "masoub-normal", name: "معصوب عادي", price: "30 SAR", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-from-shredded-roti-bread-mashed-banana_23-2149020950.jpg", imageAlt: "Regular Masoub"
|
||||
id: "masoub-normal", name: "معصوب عادي", price: "35 SAR", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-from-shredded-roti-bread-mashed-banana_23-2149020950.jpg", imageAlt: "Regular Masoub"
|
||||
},
|
||||
{
|
||||
id: "areekah-malaki", name: "عريكة ملكية", price: "45 SAR", imageSrc: "http://img.b2bpic.net/free-photo/areeka-traditional-arabian-dessert_23-2149506700.jpg", imageAlt: "Royal Areekah"
|
||||
id: "areekah-malaki", name: "عريكة ملكية", price: "50 SAR", imageSrc: "http://img.b2bpic.net/free-photo/areeka-traditional-arabian-dessert_23-2149506700.jpg", imageAlt: "Royal Areekah"
|
||||
},
|
||||
{
|
||||
id: "areekah-dates", name: "عريكة بالتمر", price: "35 SAR", imageSrc: "http://img.b2bpic.net/free-photo/areeka-with-dates-traditional-middle-eastern-dessert_23-2149506701.jpg", imageAlt: "Areekah with Dates"
|
||||
id: "areekah-dates", name: "عريكة بالتمر", price: "40 SAR", imageSrc: "http://img.b2bpic.net/free-photo/areeka-with-dates-traditional-middle-eastern-dessert_23-2149506701.jpg", imageAlt: "Areekah with Dates"
|
||||
},
|
||||
{
|
||||
id: "fried-fish", name: "سمك مقلي", price: "130 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-herbs-served-plate_23-2148215902.jpg", imageAlt: "Fried Fish"
|
||||
id: "fried-fish", name: "سمك مقلي", price: "140 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-herbs-served-plate_23-2148215902.jpg", imageAlt: "Fried Fish"
|
||||
},
|
||||
{
|
||||
id: "grilled-fish", name: "سمك مشوي", price: "140 SAR", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-served-with-vegetables-lemon-slice_23-2148215903.jpg", imageAlt: "Grilled Fish"
|
||||
id: "grilled-fish", name: "سمك مشوي", price: "150 SAR", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-served-with-vegetables-lemon-slice_23-2148215903.jpg", imageAlt: "Grilled Fish"
|
||||
},
|
||||
{
|
||||
id: "green-salad", name: "سلطة خضراء", price: "20 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-garden-salad-with-mixed-greens-cherry-tomatoes-cucumber_23-2148215904.jpg", imageAlt: "Green Salad"
|
||||
id: "oven-baked-fish", name: "سمك فرن", price: "145 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Oven-Baked Fish"
|
||||
},
|
||||
{
|
||||
id: "cheese-salad", name: "سلطة جبن", price: "25 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-feta-cheese-olives-tomatoes_23-2148215905.jpg", imageAlt: "Cheese Salad"
|
||||
id: "green-salad", name: "سلطة خضراء", price: "25 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-garden-salad-with-mixed-greens-cherry-tomatoes-cucumber_23-2148215904.jpg", imageAlt: "Green Salad"
|
||||
},
|
||||
{
|
||||
id: "fruit-salad", name: "سلطة فواكه", price: "30 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-salad-with-berries-mint_23-2148215906.jpg", imageAlt: "Fruit Salad"
|
||||
id: "cheese-salad", name: "سلطة جبن", price: "30 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-feta-cheese-olives-tomatoes_23-2148215905.jpg", imageAlt: "Cheese Salad"
|
||||
},
|
||||
{
|
||||
id: "salta-yemeni", name: "سلتة", price: "60 SAR", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-appetizing-dish-green-beans-bowls-colorful-spices-tomatoes-garlic-pepper-dark-table_140725-122856.jpg", imageAlt: "Yemeni Salta"
|
||||
id: "fruit-salad", name: "سلطة فواكه", price: "35 SAR", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-salad-with-berries-mint_23-2148215906.jpg", imageAlt: "Fruit Salad"
|
||||
},
|
||||
{
|
||||
id: "fahsa-yemeni", name: "فحسة", price: "65 SAR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133997.jpg", imageAlt: "Yemeni Fahsa"
|
||||
id: "salta-yemeni", name: "سلتة", price: "65 SAR", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-appetizing-dish-green-beans-bowls-colorful-spices-tomatoes-garlic-pepper-dark-table_140725-122856.jpg", imageAlt: "Yemeni Salta"
|
||||
},
|
||||
{
|
||||
id: "fahsa-yemeni", name: "فحسة", price: "70 SAR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133997.jpg", imageAlt: "Yemeni Fahsa"
|
||||
},
|
||||
{
|
||||
id: "shakshuka", name: "شكشوكة", price: "35 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Shakshuka"
|
||||
},
|
||||
{
|
||||
id: "lahsah", name: "لحسة", price: "40 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Lahsa"
|
||||
},
|
||||
{
|
||||
id: "foul", name: "فول", price: "30 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Foul Medames"
|
||||
},
|
||||
{
|
||||
id: "masubah", name: "معصوبة", price: "25 SAR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYHQjAaI8Fh3fV2zD45G1m4Qk/uploaded-1780143428428-60vgsdxt.png", imageAlt: "Masubah"
|
||||
}
|
||||
]}
|
||||
title="قائمة الطعام الشاملة"
|
||||
|
||||
Reference in New Issue
Block a user