Update src/app/shop/page.tsx
This commit is contained in:
@@ -101,6 +101,7 @@ function ShopPageContent() {
|
||||
searchPlaceholder="Search products..."
|
||||
filters={filters}
|
||||
emptyMessage="No products found"
|
||||
imageClassName="hover:scale-x-[-1] transition-transform duration-300"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -124,4 +125,4 @@ export default function ShopPage() {
|
||||
<ShopPageContent />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user