From cb1f298e34bcbdb68fa541a46a87dc4d1762da58 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:44:33 +0000 Subject: [PATCH] Update src/app/order/page.tsx --- src/app/order/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 2409c9f..1174ceb 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -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" }] } ]} /> -- 2.49.1