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