From 862cc399da7ff2bba366233a61596eeadac35de5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:02 +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 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 489f30baa8694b02266a3b3509d0181e227a1aea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:03 +0000 Subject: [PATCH 2/4] 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 e824786..a190f4f 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 ab2e471e4e21d1d381239b2dce08e031c078fcf2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:03 +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 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 From 2b65ca1ff18b1c404f15a5ebe8a6ac191f0e290e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:05:04 +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 1d8ade3..24421e6 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="slide-up" + buttonAnimation="smooth" ariaLabel="Hero section - Book appointments and nutrition planning" /> -- 2.49.1