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" /> 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" /> 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" />