From 221a431ff48b224c890f15ef4ec1c7e5663d6f6e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 09:56:44 +0000 Subject: [PATCH 1/2] Update src/app/appointments/page.tsx --- src/app/appointments/page.tsx | 76 +++++++++++++++++------------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 7c5588a..08a221d 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -22,47 +22,47 @@ export default function AppointmentsPage() { headingFontWeight="bold" > - + -
- -
+
+ +
- + - +
); -- 2.49.1 From 4c7f62f0a1930f7e27187f554ba713bbbda1b400 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 09:56:45 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 82 ++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 13749e0..8705036 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,50 +23,50 @@ export default function ContactPage() { headingFontWeight="bold" > - + -
- -
+
+ +
- + - +
); -- 2.49.1