diff --git a/src/app/page.tsx b/src/app/page.tsx index 8be42b8..61d734a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,6 +74,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" title="Our Menu" description="Discover our curated selection of hot lunches, sandwiches, and refreshments." + useInvertedBackground={false} products={[ { id: "c1", name: "Classic Hot Lunch: Roasted Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-cheese-plate-grey-table-copy-place_140725-85350.jpg" }, { id: "c2", name: "Hot Panini: Caprese Melt", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-cheese-vegetables-wooden-table_23-2148454583.jpg" },