Update src/app/order/page.tsx

This commit is contained in:
2026-03-14 15:13:40 +00:00
parent 24b9bc460b
commit d08fca8f47

View File

@@ -82,7 +82,7 @@ export default function OrderPage() {
price: "$18",
rating: 4.9,
reviewCount: "240",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-walnuts-bowl_140725-12525.jpg?_wi=2",
imageAlt: "Truffle Mushroom Soup",
},
{
@@ -92,7 +92,7 @@ export default function OrderPage() {
price: "$68",
rating: 4.95,
reviewCount: "187",
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-grilled-garlic-slices-tomato-rosemary-sprig-sauce_140725-8811.jpg?_wi=2",
imageAlt: "Wagyu Beef Ribeye",
},
{
@@ -102,7 +102,7 @@ export default function OrderPage() {
price: "$12",
rating: 4.8,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-macarons-with-blackberries-raspberries-white-surface_141793-17661.jpg?_wi=2",
imageAlt: "Pistachio Macarons",
},
{
@@ -112,7 +112,7 @@ export default function OrderPage() {
price: "$95",
rating: 4.92,
reviewCount: "203",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg?_wi=2",
imageAlt: "Vintage Wine Selection",
},
{
@@ -122,7 +122,7 @@ export default function OrderPage() {
price: "$24",
rating: 4.85,
reviewCount: "178",
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320493.jpg?_wi=2",
imageAlt: "Oyster Selection",
},
{
@@ -132,7 +132,7 @@ export default function OrderPage() {
price: "$52",
rating: 4.88,
reviewCount: "195",
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: "Duck Breast à l'Orange",
},
]}
@@ -153,7 +153,7 @@ export default function OrderPage() {
animationType="smooth"
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-showing-guests-menu-digital-tablet-while-helping-them-decide-what-order-outdoor-restaurant_637285-545.jpg?_wi=3"
imageAlt="Online ordering service"
faqsAnimation="slide-up"
showCard={true}