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" }