Update src/app/about/page.tsx

This commit is contained in:
2026-04-21 00:57:15 +00:00
parent 0b6cf0f030
commit dfa8dfd806

View File

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