From 7ee1ff9ee9bdca1ba5ef8c1e7a3c615c1ff0a369 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:12:00 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 855757d..4e41f85 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -26,6 +26,7 @@ export default function MenuPage() { navItems={[ { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, + { name: "Events", id: "/events" }, { name: "Contact", id: "/contact" } ]} brandName="The Table" @@ -40,6 +41,7 @@ export default function MenuPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "coffee", name: "Signature Roast Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-latte-art-coffee-beans-dark-background_140725-6677.jpg", imageAlt: "Coffee" }, { id: "tea", name: "Organic Jasmine Tea", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/tea-set-with-cups-tea-leaves-tea-pot-wooden-table_23-2148767931.jpg", imageAlt: "Tea" },