diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 56932c1..8d79f62 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,8 +34,7 @@ export default function ContactPage() { brandName="Jennifer A. Sylvia, D.M.D." navItems={navItems} button={{ - text: "Book Appointment", - href: "/contact" + text: "Book Appointment", href: "/contact" }} /> @@ -43,37 +42,23 @@ export default function ContactPage() {