From 06e9b9b94634bcb1dcf8660261afa29c87cf2c09 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:51:19 +0000 Subject: [PATCH] Update src/app/order/page.tsx --- src/app/order/page.tsx | 168 ++++++++++------------------------------- 1 file changed, 38 insertions(+), 130 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index fd041fd..68d9f8a 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -27,29 +27,17 @@ export default function LandingPage() { {}", + label: "Category", options: [ + "All", "Popular", "Quick Bites", "Combos", "Healthy Options"], + selected: "All", onChange: () => {}, }, ]} /> @@ -150,19 +89,13 @@ export default function LandingPage() { features={[ { icon: Car, - title: "Swift Delivery", - description: "Get your delicious meal delivered hot and fresh directly to your doorstep with our reliable service.", - }, + title: "Swift Delivery", description: "Get your delicious meal delivered hot and fresh directly to your doorstep with our reliable service."}, { icon: Clock, - title: "Flexible Pickup", - description: "Order ahead and pick up at your convenience, minimizing wait times and maximizing your day.", - }, + title: "Flexible Pickup", description: "Order ahead and pick up at your convenience, minimizing wait times and maximizing your day."}, { icon: CreditCard, - title: "Secure Payments", - description: "We offer multiple secure payment options, including credit card, Apple Pay, Google Pay, and cash on delivery.", - }, + title: "Secure Payments", description: "We offer multiple secure payment options, including credit card, Apple Pay, Google Pay, and cash on delivery."}, ]} title="Your Order, Your Way" description="Enjoy the convenience of seamless online ordering. Choose pickup or delivery, and we'll handle the rest." @@ -174,62 +107,37 @@ export default function LandingPage() { logoText="The American Diner" columns={[ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Reservations", - href: "/reservations", - }, + label: "Reservations", href: "/reservations"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Menu & Order", - items: [ + title: "Menu & Order", items: [ { - label: "View Menu", - href: "/menu", - }, + label: "View Menu", href: "/menu"}, { - label: "Order Online", - href: "/order", - }, + label: "Order Online", href: "/order"}, { - label: "Special Offers", - href: "/#special-offers", - }, + label: "Special Offers", href: "/#special-offers"}, { - label: "Loyalty Program", - href: "/#special-offers", - }, + label: "Loyalty Program", href: "/#special-offers"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]}