Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-03 00:33:18 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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