Loading product...
@@ -121,14 +123,16 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" >
+
setCartOpen(true) }}
- >
-
-
+ />
+
+
+
@@ -160,14 +164,16 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
-
+
setCartOpen(true) }}
- >
-
-
+ />
+
-
+
+
-
+
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 1585464..4cdd42a 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -4,7 +4,7 @@ import { Suspense, useCallback } from "react";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import Footer from '@/components/footer/Footer';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog";
import ProductCart from "@/components/ecommerce/cart/ProductCart";
import { useProductCatalog } from "@/hooks/useProductCatalog";
@@ -56,14 +56,16 @@ function ShopPageContent() {
headingFontWeight="light"
>
+
setCartOpen(true) }}
- >
-
-
+ />
+
-
+
+
Loading products...
@@ -102,14 +104,16 @@ function ShopPageContent() { headingFontWeight="light" >
+
setCartOpen(true) }}
- >
-
-
+ />
+
+
+
-
+