From dfa8dfd8061daa17d9c94711057e975e2b67bc7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 00:57:15 +0000 Subject: [PATCH] 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 +}