Update src/app/products/page.tsx

This commit is contained in:
2026-01-29 16:35:31 +00:00
parent 38a0c2a63e
commit f66393042a

View File

@@ -83,7 +83,6 @@ export default function ProductsPage() {
tagIcon={Leaf}
products={allProducts}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -96,4 +95,4 @@ export default function ProductsPage() {
</div>
</ThemeProvider>
);
}
}