Update src/app/products/page.tsx
This commit is contained in:
@@ -83,7 +83,6 @@ export default function ProductsPage() {
|
|||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
products={allProducts}
|
products={allProducts}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
carouselMode="buttons"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -96,4 +95,4 @@ export default function ProductsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user