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" }]} />