Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:33:49 +00:00
parent 4686bccb56
commit 272828d736

View File

@@ -106,7 +106,7 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground={false}
buttons={[{ text: "View All Products", href: "/products" }]} buttons={[{ text: "View All Products", href: "/products" }]}
/> />
</div> </div>