From 75f6ecdfc1ed01deffe33f9cf486214174b49e40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Feb 2026 12:15:49 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 89 +++++++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 16 deletions(-) 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) {