diff --git a/src/app/book-appointment/page.tsx b/src/app/book-appointment/page.tsx index b9b72da..2954ffa 100644 --- a/src/app/book-appointment/page.tsx +++ b/src/app/book-appointment/page.tsx @@ -31,9 +31,7 @@ export default function BookAppointmentPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", - href: "/book-appointment", - }} + text: "Book Now", href: "/book-appointment"}} /> @@ -43,10 +41,9 @@ export default function BookAppointmentPage() { title="Book Your Appointment" description="Ready to experience luxury nail care? Contact us to schedule your appointment or visit us in person. We're here to make your nails as beautiful as your vacation dreams." tagIcon={Phone} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Appointment" @@ -56,72 +53,45 @@ export default function BookAppointmentPage() {