From 5f64d5281ed503e615864b047f5898883aff1e99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:01:29 +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 f9a136d..bf90e6c 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="slide-up" + animationType="smooth" 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="slide-up" + faqsAnimation="smooth" faqs={[ { id: "faq-1", title: "How do I book an appointment?", content: -- 2.49.1