From b3b5b80c35cb3c815decec7fe03c53c829275087 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 07:32:07 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0a05613..6cba8a7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,6 +42,7 @@ function ShopPageContent() { {"name":"Contact","id":"contact-section"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Book Now", href: "#contact-section" }} brandName="Luxury Haven" /> @@ -78,6 +79,7 @@ function ShopPageContent() { {"name":"Contact","id":"contact-section"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Book Now", href: "#contact-section" }} brandName="Luxury Haven" /> -- 2.49.1