Update src/app/order/page.tsx

This commit is contained in:
2026-03-03 21:35:47 +00:00
parent 7e1f6fa598
commit 0fe0f50cd2

View File

@@ -49,7 +49,7 @@ export default function OrderPage() {
id: "1",
name: "صاج دجاج بالطحينة",
price: "25 ريال",
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=7",
imageAlt: "صاج دجاج",
initialQuantity: 1,
},
@@ -57,7 +57,7 @@ export default function OrderPage() {
id: "2",
name: "صاج لحم مشروم",
price: "30 ريال",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=4",
imageAlt: "صاج لحم",
initialQuantity: 1,
},
@@ -65,7 +65,7 @@ export default function OrderPage() {
id: "3",
name: "شاورما دجاج",
price: "20 ريال",
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=8",
imageAlt: "شاورما",
initialQuantity: 1,
},
@@ -84,7 +84,7 @@ export default function OrderPage() {
description="نقبل جميع طرق الدفع والتوصيل"
subdescription="استمتع بتجربة طلب سهلة وسريعة"
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg?_wi=2"
imageAlt="الطلب من الصاج الشامي"
mediaAnimation="slide-up"
useInvertedBackground={false}