diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e90dc22..8187ce2 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -27,29 +27,17 @@ export default function LandingPage() { {}", + label: "Category", options: [ + "All", "Appetizers", "Main Courses", "Burgers", "Seafood", "Desserts", "Drinks"], + selected: "All", onChange: () => {}, }, ]} /> @@ -172,19 +95,13 @@ export default function LandingPage() { features={[ { icon: Leaf, - title: "Fresh Ingredients", - description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience.", - }, + title: "Fresh Ingredients", description: "We source the freshest local produce and highest quality meats for an unparalleled culinary experience."}, { icon: CookingPot, - title: "Expert Chefs", - description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion.", - }, + title: "Expert Chefs", description: "Our culinary team, led by award-winning chefs, crafts each dish with precision and passion."}, { icon: Home, - title: "Cozy Ambiance", - description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions.", - }, + title: "Cozy Ambiance", description: "Dine in our elegantly designed space, offering a warm and inviting atmosphere for all occasions."}, ]} title="Taste the Difference" description="Every dish is prepared fresh daily with the finest local ingredients. Experience quality and flavor, whether you dine in or take away." @@ -196,62 +113,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: "#"}, ], }, ]}