diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7190a9d..5cfccad 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -42,6 +42,7 @@ export default function FullMenuPage() { gridVariant="three-columns-all-equal-width" title="Full Menu" description="Our complete selection of fresh bagels, breakfast plates, and lunch wraps." + useInvertedBackground={false} products={[ { id: "1", name: "Signature Bagel Sandwich", price: "", imageSrc: "" }, { id: "2", name: "Breakfast Wrap", price: "", imageSrc: "" },