diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1d7d02f..69c09ca 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,7 +29,6 @@ export default function BlogPage() { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -131,10 +133,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -183,10 +187,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 03ab13b..b880b34 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,10 +36,12 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -80,10 +82,12 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Plan Your Journey", href: "contact" }} />