diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fb99c42..268e9e6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { title="Connect With City Hospital Maternity Home" description="Ready to begin your journey with us? Enter your email below and our experienced appointment team will contact you within 24 hours to schedule your consultation with one of our gynecologists and discuss your maternity care options." tagIcon={Calendar} - tagAnimation="entrance-slide" + tagAnimation="none" background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" @@ -55,32 +55,23 @@ export default function ContactPage() {