From b80ae7bf67d64ab3d3c345b85f50be77c7548715 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:59:31 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index abf88d9..6cb357c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,6 +27,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} /> -- 2.49.1 From 8b32050a855a4671b3c50ec541f27bc175c2996b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:59:32 +0000 Subject: [PATCH 2/4] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 93866b4..9816c31 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -27,6 +27,7 @@ export default function FaqPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} /> -- 2.49.1 From 23ee1a1e0719c82a586e043f45dd5ffb4f96734b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:59:32 +0000 Subject: [PATCH 3/4] Update src/app/interactive/page.tsx --- src/app/interactive/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/interactive/page.tsx b/src/app/interactive/page.tsx index 546aa2e..04a7ec4 100644 --- a/src/app/interactive/page.tsx +++ b/src/app/interactive/page.tsx @@ -27,6 +27,7 @@ export default function InteractivePage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Book Now", href: "/contact" }} /> -- 2.49.1 From 7c082eccd01e21ee133bc5292d671fc3dac0d0d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:59:32 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f18708..4b74bb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,14 +22,12 @@ export default function LuxuryTravelAgencyTemplatePage() { -- 2.49.1