Update src/app/order/page.tsx

This commit is contained in:
2026-04-08 00:44:33 +00:00
parent a24f1b56a5
commit cb1f298e34

View File

@@ -46,13 +46,11 @@ export default function OrderPage() {
features={[
{
title: "Pickup", description: "Order ahead and pick up at the counter.", icon: ShoppingBag,
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg" }],
reverse: false
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg" }]
},
{
title: "Delivery", description: "Get food delivered to your door.", icon: Truck,
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg" }],
reverse: true
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg" }]
}
]}
/>