Update src/app/order/page.tsx

This commit is contained in:
2026-03-07 21:19:30 +00:00
parent ef5cdef204
commit 51a30e7092

View File

@@ -54,28 +54,28 @@ export default function OrderPage() {
id: "1",
name: "Chicken Karahi",
price: "Rs. 650",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-arrangement-high-angle_23-2149707911.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-arrangement-high-angle_23-2149707911.jpg?_wi=3",
imageAlt: "Spicy Chicken Karahi with fresh spices",
},
{
id: "2",
name: "BBQ Platter",
price: "Rs. 1,200",
imageSrc: "http://img.b2bpic.net/free-photo/big-white-plate-kebab-varieties_114579-2227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/big-white-plate-kebab-varieties_114579-2227.jpg?_wi=3",
imageAlt: "Mixed BBQ Platter with Tikka and Seekh Kabab",
},
{
id: "3",
name: "Chicken Tikka",
price: "Rs. 550",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg?_wi=3",
imageAlt: "Marinated Chicken Tikka with mint chutney",
},
{
id: "4",
name: "Mutton Karahi",
price: "Rs. 850",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg?_wi=3",
imageAlt: "Tender Mutton Karahi with aromatic spices",
},
]}
@@ -95,7 +95,7 @@ export default function OrderPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663843.jpg"
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663843.jpg?_wi=3"
imageAlt="Cafe Huqapani Delivery Service"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -115,7 +115,7 @@ export default function OrderPage() {
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg"
imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-with-copy-space_23-2148395158.jpg?_wi=2"
imageAlt="Cafe Huqapani Support"
mediaAnimation="slide-up"
mediaPosition="right"