From c52e5ed90f2fb2b257dbfdf4e270c2b0781f17eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:54:41 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) 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"