Merge version_1 into main #10

Merged
bender merged 4 commits from version_1 into main 2026-03-03 01:05:08 +00:00
4 changed files with 4 additions and 4 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>

View File

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