Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-08 00:45:00 +00:00

View File

@@ -46,11 +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" }]
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=1" }, { 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" }]
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?_wi=2" }]
}
]}
/>