diff --git a/src/app/contact-booking/page.tsx b/src/app/contact-booking/page.tsx index cb0b19f..2ac7522 100644 --- a/src/app/contact-booking/page.tsx +++ b/src/app/contact-booking/page.tsx @@ -32,7 +32,6 @@ 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: "/" }} /> @@ -60,4 +59,4 @@ export default function ContactBookingPage() { ); -} +} \ No newline at end of file