From 272828d736791099bf3f4d37e699ed3ddf9c1c65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:33:49 +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 41a2b82..4afbcbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} buttons={[{ text: "View All Products", href: "/products" }]} />