diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bd8766b..210d42b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -101,6 +101,7 @@ function ShopPageContent() { searchPlaceholder="Search products..." filters={filters} emptyMessage="No products found" + imageClassName="hover:scale-x-[-1] transition-transform duration-300" />