From 809dd258a455053da8837b52cf3bc82fa76ff2a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:54:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c257fe..1e1161d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,7 @@ export default function LandingPage() { icon={Coffee} imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -65,6 +66,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="one-large-left-three-stacked-right" textboxLayout="split" + useInvertedBackground={true} products={[ { id: "p1", name: "House Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg" }, { id: "p2", name: "Fresh Pastries", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg" }, @@ -76,9 +78,11 @@ export default function LandingPage() {