Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 23:58:39 +00:00
parent d4c2dab6f6
commit ca2b22fffc

View File

@@ -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>
);
}
}