Merge version_1 into main #3
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user