Merge version_1 into main #11

Merged
bender merged 4 commits from version_1 into main 2026-03-03 01:07:03 +00:00
4 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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"
/>
</div>
@@ -70,7 +70,7 @@ export default function ContactPage() {
tag="Help & Support"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="opacity"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg"
imageAlt="FAQ support section"

View File

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

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
{ text: "Schedule Appointment", href: "/appointments" },
{ text: "Explore Diet Plans", href: "/diet-plans" },
]}
buttonAnimation="smooth"
buttonAnimation="slide-up"
ariaLabel="Hero section - Book appointments and nutrition planning"
/>
</div>