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 ( - +