diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 96cea34..29a26e8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,14 +86,15 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "/#contact" }} />
@@ -134,14 +135,15 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "/#contact" }} />
@@ -189,14 +191,15 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "/#contact" }} />
@@ -249,4 +252,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}