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() { >
- +