diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 72f1a05..ae42cee 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) }} buttonClassName="rounded-full px-6 py-2" @@ -134,12 +134,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} buttonClassName="rounded-full px-6 py-2" @@ -190,12 +190,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} buttonClassName="rounded-full px-6 py-2"