From 52525c81cb3e6111b5e078256b5b8b9d40f61954 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 10:54:41 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 144 +++++++++++++++++++++++++++++-------- 1 file changed, 114 insertions(+), 30 deletions(-) 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) { -- 2.49.1 From 67550598423462e5900a6dbda4e915dcbb132bd5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 10:54:41 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 96 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 76 insertions(+), 20 deletions(-) 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() { -- 2.49.1