From 4ff6895633463ae20f04c034dd7e19eed4e9ba38 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:59:36 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f22dc2d..f7edb5e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -21,6 +21,7 @@ export default function MenuPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "m1", brand: "Burgers", name: "Signature Burger", price: "$12.99", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/home-made-tasty-burgers_628469-332.jpg" }, { id: "m2", brand: "Sides", name: "Hand-cut Fries", price: "$5.99", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332823.jpg" } -- 2.49.1