From dfa8dfd8061daa17d9c94711057e975e2b67bc7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:15 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 64cd66a..6610717 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,6 +33,7 @@ export default function AboutPage() { ]} brandName="Gentlemens HQ" button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }} + topBarButton={{ text: "Home", href: "/" }} /> @@ -73,4 +74,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 63d0ee3c7361f43c6659923f4aabcab2da15485f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:15 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 90 ++++++---------------------------------- 1 file changed, 13 insertions(+), 77 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b6de8fd..c720d8d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,47 +25,25 @@ export default function LandingPage() {
@@ -73,9 +51,7 @@ export default function LandingPage() {
-- 2.49.1 From 20b8dde25aaaa00cba88572e2abbdd8dceb7120b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:16 +0000 Subject: [PATCH 3/6] Update src/app/contact-booking/page.tsx --- src/app/contact-booking/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact-booking/page.tsx b/src/app/contact-booking/page.tsx index 2ac7522..cb0b19f 100644 --- a/src/app/contact-booking/page.tsx +++ b/src/app/contact-booking/page.tsx @@ -32,6 +32,7 @@ export default function ContactBookingPage() { ]} brandName="Gentlemens HQ" button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }} + topBarButton={{ text: "Home", href: "/" }} />
@@ -59,4 +60,4 @@ export default function ContactBookingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 1273f258f45678a9423d019cbff816d764bc068a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:16 +0000 Subject: [PATCH 4/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4921c5f..6d173aa 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -31,8 +31,8 @@ export default function GalleryPage() { { name: "Contact and Booking", id: "/contact-booking" }, ]} brandName="Gentlemens HQ" - button={{ - text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N"}} + button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }} + topBarButton={{ text: "Home", href: "/" }} /> @@ -68,4 +68,4 @@ export default function GalleryPage() { ); -} \ No newline at end of file +} -- 2.49.1 From cc0cbf025057d3c3f04dfa68f43fdd16bc547c02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:17 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3d8045..d07e318 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Award, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -34,8 +34,8 @@ export default function LandingPage() { { name: "Contact and Booking", id: "/contact-booking" }, ]} brandName="Gentlemens HQ" - button={{ - text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N"}} + button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }} + topBarButton={{ text: "Home", href: "/" }} /> @@ -67,16 +67,17 @@ export default function LandingPage() {
- ); -} \ No newline at end of file +} -- 2.49.1 From dc9cc2adce418c0261755a722fd4dbe2a3804841 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:17 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7017820..12e0289 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -30,8 +30,8 @@ export default function ServicesPage() { { name: "Contact and Booking", id: "/contact-booking" }, ]} brandName="Gentlemens HQ" - button={{ - text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N"}} + button={{ text: "Book Now", href: "https://app.squareup.com/appointments/buyer/widget/5ll7uiams0fu51/L5ATHJ9JYCH5N" }} + topBarButton={{ text: "Home", href: "/" }} /> ); -} \ No newline at end of file +} -- 2.49.1