Update src/app/contact-booking/page.tsx

This commit is contained in:
2026-04-21 00:57:55 +00:00
parent 42e9a94ca8
commit db5edcd691

View File

@@ -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: "/" }}
/>
</div>
@@ -60,4 +59,4 @@ export default function ContactBookingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}