diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 1aa853e..6597f78 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -3,8 +3,8 @@ import { Suspense, useCallback } from "react"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +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"; @@ -57,43 +57,37 @@ function ShopPageContent() { > - setCartOpen(true) }} + bottomLeftText="Innovation Hub" + bottomRightText="info@myco.com" /> Loading products... @@ -116,18 +110,17 @@ function ShopPageContent() { > - setCartOpen(true) }} + bottomLeftText="Innovation Hub" + bottomRightText="info@myco.com" /> @@ -157,25 +150,20 @@ function ShopPageContent() { />
Loading products...