diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7d059af..080f218 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,14 +85,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -129,14 +128,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -180,14 +178,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />