From 67631fccaa21f55e54545005c29d77e7affc5edd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:29:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d17809c..2c0f37b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" animationType="slide-up" + useInvertedBackground={false} products={[ { id: "g1", brand: "Style", name: "Modern Updo", price: "$50", rating: 5, reviewCount: "12 reviews", imageSrc: "https://img.b2bpic.net/free-photo/woman-getting-hair-styling-salon_23-2148766450.jpg" }, { id: "g2", brand: "Nails", name: "Signature Gel", price: "$30", rating: 5, reviewCount: "8 reviews", imageSrc: "https://img.b2bpic.net/free-photo/close-up-woman-getting-manicure_23-2148766440.jpg" }, -- 2.49.1