From 80c018b811dfafbcd0dfd03e9e14e63e6b16c0c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:54:34 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9cf1c06..64cd66a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,8 +26,10 @@ export default function AboutPage() { Date: Tue, 21 Apr 2026 00:54:35 +0000 Subject: [PATCH 2/5] Update src/app/contact-booking/page.tsx --- src/app/contact-booking/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/contact-booking/page.tsx b/src/app/contact-booking/page.tsx index 77260f4..2ac7522 100644 --- a/src/app/contact-booking/page.tsx +++ b/src/app/contact-booking/page.tsx @@ -25,8 +25,10 @@ export default function ContactBookingPage() { Date: Tue, 21 Apr 2026 00:54:35 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b17fef0..3efdf9a 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -28,7 +28,7 @@ export default function GalleryPage() { { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Gallery", id: "/gallery" }, - { name: "Contact", id: "/contact" }, + { name: "Contact and Booking", id: "/contact-booking" }, ]} brandName="Gentlemens HQ" button={{ @@ -39,6 +39,7 @@ export default function GalleryPage() {