From 817ab876e4064f7978485a6cdddac24389440bb3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:33:12 +0000 Subject: [PATCH 1/3] 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 1cc0a5f..a349cd2 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="slide-up" + buttonAnimation="smooth" ariaLabel="Appointment booking hero section" /> -- 2.49.1 From 02eb6c87d0e9cd6ab4e7dbfd5ce1a14686ab333c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:33:13 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f9a136d..e1ce777 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="slide-up" + buttonAnimation="smooth" ariaLabel="Contact page hero section" /> -- 2.49.1 From bb17aee942cedc0ca7ea5ecfe616c8023cf71322 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:33:13 +0000 Subject: [PATCH 3/3] 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 48bbcc7..b2411c6 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="slide-up" + buttonAnimation="smooth" ariaLabel="Diet plans hero section" /> -- 2.49.1