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) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d0897ec..8249d01 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,8 +38,8 @@ export default function ShopPage() { setCartOpen(true) }} /> @@ -51,9 +51,28 @@ export default function ShopPage() { setCartOpen(true) }} /> @@ -103,10 +122,29 @@ export default function ShopPage() {