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