From 6184fcd5a0670eb4a1d7a8e9298c8a28e11e0256 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 15:20:12 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 39 +++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6bb2750..520f29a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -66,7 +66,18 @@ export default function ProductPage({ params }: ProductPageProps) { if (isLoading) { return ( - + @@ -82,7 +93,18 @@ export default function ProductPage({ params }: ProductPageProps) { if (!product) { return ( - + @@ -105,7 +127,18 @@ export default function ProductPage({ params }: ProductPageProps) { } return ( - +