diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 33f1086..e3f304e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,8 +85,8 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -98,9 +98,28 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -151,9 +170,28 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -228,10 +266,29 @@ export default function ProductPage({ params }: ProductPageProps) {