From 6e29cbe414ecb68ff839a3b0210630d9bd3b0027 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:09 +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 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 a9d284bf0ca8132352ee4d0c64bcf1c9e89daa17 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:10 +0000 Subject: [PATCH 2/3] 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 bb34cec..f9a136d 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" /> @@ -94,7 +94,7 @@ export default function ContactPage() { "During your nutrition consultation, we gather comprehensive information about allergies, intolerances, and dietary preferences to ensure your plan is safe and enjoyable."}, { id: "faq-6", title: "Can I switch diet plans?", content: - "Yes, you can upgrade, downgrade, or modify your plan at any time. Changes take effect on your next billing cycle."}, + "Yes, you can upgrade, downgrade, or modify your plan at any time. Changes take effect on your next billing cycle."} ]} ariaLabel="FAQ section with common questions" /> -- 2.49.1 From e7bb8eab4cba0b82cb2f1ee6891c34785aaea689 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:10 +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 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