From 60faf74f91d734b007298f3c3570f40f53434f51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:03:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bf90e6c..e824786 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,12 +70,12 @@ export default function ContactPage() { tag="Help & Support" textboxLayout="default" useInvertedBackground={false} - animationType="smooth" + animationType="slide-up" mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg" imageAlt="FAQ support section" mediaAnimation="opacity" - faqsAnimation="smooth" + faqsAnimation="opacity" faqs={[ { id: "faq-1", title: "How do I book an appointment?", content: -- 2.49.1