From 7ddad836fd282acc236696650919775708559cd3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 05:37:39 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04b7b8f..fc9af3e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,6 +30,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} /> Date: Fri, 1 May 2026 05:37:39 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 660951e..1535565 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,6 +30,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} /> Date: Fri, 1 May 2026 05:37:40 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0562635..10b2797 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -31,6 +31,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} />