diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 8aa7b0e..30dd619 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} buttonClassName="rounded-full px-6 py-2" @@ -135,13 +133,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} buttonClassName="rounded-full px-6 py-2" @@ -192,13 +188,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} buttonClassName="rounded-full px-6 py-2"