Update src/app/order/page.tsx
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user