diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index eeb462d..3fc0a23 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -102,10 +102,38 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -134,12 +162,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -159,10 +187,38 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -190,12 +246,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -240,10 +296,38 @@ export default function ProductPage({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8aa0e37..04f1202 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,12 +35,12 @@ export default function ShopPage() { console.log("cart") }} /> @@ -52,10 +52,38 @@ export default function ShopPage() { @@ -83,12 +111,12 @@ export default function ShopPage() { console.log("cart") }} /> @@ -108,10 +136,38 @@ export default function ShopPage() {