From 757f26c3a3baa2ae5463b8ab1c34e279fe512e83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:34:39 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7aef2e5..52ecec2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,7 +85,16 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -129,7 +138,16 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -180,7 +198,16 @@ export default function ProductPage({ params }: ProductPageProps) {