From 62e99d10d0b4a1284fa93d99c66918fdffdbddf2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 04:06:10 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 58 +++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 08b1614..1b15d2e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -5,9 +5,9 @@ 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 ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; import ProductCart from "@/components/ecommerce/cart/ProductCart"; -import FooterSimple from '@/components/sections/footer/FooterSimple'; import { useProductDetail } from "@/hooks/useProductDetail"; import { useCart } from "@/hooks/useCart"; import { useCheckout } from "@/hooks/useCheckout"; @@ -85,8 +85,8 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -94,17 +94,6 @@ export default function ProductPage({ params }: ProductPageProps) {

Loading product...

- ); @@ -129,8 +118,8 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -146,17 +135,6 @@ export default function ProductPage({ params }: ProductPageProps) { - ); @@ -180,8 +158,8 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -225,9 +203,25 @@ export default function ProductPage({ params }: ProductPageProps) {