diff --git a/src/app/page.tsx b/src/app/page.tsx index a1aadab..258f0fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,13 +123,13 @@ export default function LandingPage() { tag="أطباقنا" products={[ { - id: "1", name: "ساندوتش فلافل", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg?_wi=2" + id: "1", name: "ساندوتش فلافل", price: "5 ريال", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg?_wi=2" }, { - id: "2", name: "طبق حمص شامي", price: "12 ريال", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg?_wi=2" + id: "2", name: "طبق حمص شامي", price: "6 ريال", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg?_wi=2" }, { - id: "3", name: "مشكل الفلافل العائلي", price: "65 ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg?_wi=2" + id: "3", name: "مشكل الفلافل العائلي", price: "45ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg?_wi=2" } ]} gridVariant="three-columns-all-equal-width"