From 4fdf5bdda01813567559b6684a9d670d04cac08f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:04:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68313af..326761e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="one-large-left-three-stacked-right" - useInvertedBackground={true} + useInvertedBackground={false} products={[ { id: "p1", name: "Pizza (Pepperoni, Veggie, Margherita)", price: "Freshly Baked", variant: "Pizza Category", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921324.jpg" }, { id: "p2", name: "Meals & Snacks (Grills, Pasta)", price: "Savory", variant: "Daily Specials", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-987.jpg" }, -- 2.49.1