From 348ffda2bdf24536ee72e8d6acae5b7cfd5f4113 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:06:31 +0000 Subject: [PATCH] Update src/app/order-online/page.tsx --- src/app/order-online/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/order-online/page.tsx b/src/app/order-online/page.tsx index 57de4a6..5674388 100644 --- a/src/app/order-online/page.tsx +++ b/src/app/order-online/page.tsx @@ -47,7 +47,7 @@ export default function OrderOnlinePage() { }, { name: "Contact", id: "#contact" - }, + } ]} button={{ text: "Book a Table", href: "#contact" @@ -64,33 +64,33 @@ export default function OrderOnlinePage() { useInvertedBackground={false} products={[ { - id: "ol0", name: "Signature BBQ Spareribs", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/roasted-rack-pork-ribs_80436-1249.jpg?_wi=1", imageAlt: "Signature BBQ Spareribs" + id: "ol0", name: "Signature BBQ Spareribs", price: "€32.00", imageSrc: "http://img.b2bpic.net/free-photo/roasted-rack-pork-ribs_80436-1249.jpg?_wi=1", imageAlt: "Signature BBQ Spareribs" }, { - id: "ol1", name: "Classic Beef Burger", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger_144627-27083.jpg", imageAlt: "Classic Beef Burger" + id: "ol1", name: "Classic Beef Burger", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger_144627-27083.jpg", imageAlt: "Classic Beef Burger" }, { - id: "ol2", name: "Gourmet Veggie Pizza", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-pizza-filled-with-tomatoes-salami-olives_140725-12165.jpg", imageAlt: "Gourmet Veggie Pizza" + id: "ol2", name: "Gourmet Veggie Pizza", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-pizza-filled-with-tomatoes-salami-olives_140725-12165.jpg", imageAlt: "Gourmet Veggie Pizza" }, { - id: "ol3", name: "Spicy Chicken Wings (6 pcs)", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-barbecue-sauce-served-with-herbs_140725-50269.jpg", imageAlt: "Spicy Chicken Wings" + id: "ol3", name: "Spicy Chicken Wings (6 pcs)", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-barbecue-sauce-served-with-herbs_140725-50269.jpg", imageAlt: "Spicy Chicken Wings" }, { - id: "ol4", name: "Crispy French Fries", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fries_23-2148135899.jpg", imageAlt: "Crispy French Fries" + id: "ol4", name: "Crispy French Fries", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fries_23-2148135899.jpg", imageAlt: "Crispy French Fries" }, { - id: "ol5", name: "Fresh Garden Salad", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-greens-tomatoes_140725-1175.jpg", imageAlt: "Fresh Garden Salad" + id: "ol5", name: "Fresh Garden Salad", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-greens-tomatoes_140725-1175.jpg", imageAlt: "Fresh Garden Salad" }, { - id: "ol6", name: "Chocolate Lava Cake", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-with-melted-chocolate_23-2148408906.jpg", imageAlt: "Chocolate Lava Cake" - }, + id: "ol6", name: "Chocolate Lava Cake", price: "€10.00", imageSrc: "http://img.b2bpic.net/free-photo/cake-slice-with-melted-chocolate_23-2148408906.jpg", imageAlt: "Chocolate Lava Cake" + } ]} title="Order Your Favorite Spareribs & Dishes for Delivery!" description="Enjoy the legendary taste of The Old Resto's spareribs and other classic dishes from the comfort of your home. Browse our selection and order now for quick home delivery." buttons={[ { text: "Proceed to Checkout", href: "#" - }, + } ]} /> @@ -114,8 +114,8 @@ export default function OrderOnlinePage() { }, { label: "Private Events", href: "#events" - }, - ], + } + ] }, { title: "Connect", items: [ @@ -130,8 +130,8 @@ export default function OrderOnlinePage() { }, { label: "Press", href: "#" - }, - ], + } + ] }, { title: "Legal", items: [ @@ -140,9 +140,9 @@ export default function OrderOnlinePage() { }, { label: "Terms of Service", href: "#" - }, - ], - }, + } + ] + } ]} bottomLeftText="© 2024 The Old Resto. All rights reserved." bottomRightText="Crafted with tradition."