From 046b4f1f5c7887abc30c71cb25acfeb1ef228a30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:57 +0000 Subject: [PATCH 1/4] Update src/app/appointments/page.tsx --- src/app/appointments/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index a349cd2..1cc0a5f 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -58,7 +58,7 @@ export default function AppointmentsPage() { { text: "Browse Services", href: "#services" }, { text: "View Schedule", href: "#services" }, ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" ariaLabel="Appointment booking hero section" /> -- 2.49.1 From 792052d41034f6f25599cd864dd5f4efe77a5e95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:58 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a190f4f..24eb769 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { { text: "Schedule Consultation", href: "/appointments" }, { text: "Browse Services", href: "/" }, ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" ariaLabel="Contact page hero section" /> @@ -70,7 +70,7 @@ export default function ContactPage() { tag="Help & Support" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="opacity" mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg" imageAlt="FAQ support section" -- 2.49.1 From d20a1740ff51b8667a0f9ac18668eb903d156f8b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:58 +0000 Subject: [PATCH 3/4] Update src/app/diet-plans/page.tsx --- src/app/diet-plans/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/diet-plans/page.tsx b/src/app/diet-plans/page.tsx index b2411c6..48bbcc7 100644 --- a/src/app/diet-plans/page.tsx +++ b/src/app/diet-plans/page.tsx @@ -58,7 +58,7 @@ export default function DietPlansPage() { { text: "Browse Plans", href: "#plans" }, { text: "Schedule Consultation", href: "/appointments" }, ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" ariaLabel="Diet plans hero section" /> -- 2.49.1 From 451e4fe4beda9da40c8636b3afffed17639fc8ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:59 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24421e6..1d8ade3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function HomePage() { { text: "Schedule Appointment", href: "/appointments" }, { text: "Explore Diet Plans", href: "/diet-plans" }, ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" ariaLabel="Hero section - Book appointments and nutrition planning" /> -- 2.49.1