From bf9c7093cbbac1aed86c2313ce148f64fcf47986 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 21:20:22 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 77 ++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 53 deletions(-) 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 ( -