From 190992433bf4950304c91c72c75d4766e999f524 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:21:25 +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 c92aa0b..5321218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Undisclosed", name: "Signature Minimalist Shell", price: "$350", rating: 5, -- 2.49.1