From 5db68f3cc55bce760d2f6123b4ab7450ae4cb3be Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:32:25 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 129 +++++++++++++++++++++--------------------- 1 file changed, 65 insertions(+), 64 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ea3ba9b..e4d81b8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,6 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; import { useProductCatalog } from "@/hooks/useProductCatalog"; import { useState } from "react"; +import Link from 'next/link'; export default function ShopPage() { const { @@ -35,14 +36,14 @@ export default function ShopPage() { >

Loading products...

@@ -67,66 +68,66 @@ export default function ShopPage() { >
- +