Update src/app/products/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user