From 74e94881030d791c1df17e61ffbdf9217446c65b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 15:36:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 59 +++++++++--------------------------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f3edecb..680f5c4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Jennifer A. Sylvia, D.M.D." navItems={navItems} button={{ - text: "Book Appointment", - href: "#contact", - }} + text: "Book Appointment", href: "#contact"}} /> @@ -48,13 +46,9 @@ export default function AboutPage() {