diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 230f57a..9ee305a 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -17,45 +17,6 @@ function ShopPageContent() {
filters,
} = useProductCatalog({ basePath: "/shop" });
- if (isLoading) {
- return (
-
-
-
-
-
-
-
- Loading products...
-
-
-
-
-
- );
- }
-
return (
-
+
-
+
+ {isLoading ? (
+
+
+ Loading products...
+
+
+ ) : (
+
+ )}
+