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
+}
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
+}
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() {
@@ -68,4 +68,4 @@ export default function GalleryPage() {
);
-}
\ No newline at end of file
+}
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
+}
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
+}