diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 89ef616..ed4ae8a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -5,7 +5,7 @@ import { useRouter } from "next/navigation"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; import ProductCart from "@/components/ecommerce/cart/ProductCart"; import { useProductDetail } from "@/hooks/useProductDetail"; @@ -100,15 +100,14 @@ export default function ProductPage({ params }: ProductPageProps) {

Loading product...

@@ -158,15 +157,14 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -240,15 +238,14 @@ export default function ProductPage({ params }: ProductPageProps) { />