From 0aa0ca9cc4a6ebc1ae4d5f27e4f4fa661edb6ada Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fe77a88..2d334fd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/a-professional-image-of-customer-support-1772474149554-dbc50213.png" imageAlt="Support team" - mediaAnimation="slide-up" + mediaAnimation="smooth" mediaPosition="right" inputPlaceholder="Enter your email address" buttonText="Subscribe Now" @@ -65,13 +65,13 @@ export default function ContactPage() { description="Get answers to common questions about our courses, platform, and learning experience." tag="Help & Support" textboxLayout="default" - animationType="slide-up" + faqsAnimation="slide-up" useInvertedBackground={true} mediaAnimation="slide-up" - faqsAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/abstract-3d-globe-or-world-map-showing-g-1772474152188-241edc9e.png" imageAlt="Global learning community" mediaPosition="right" + animationType="smooth" faqs={[ { id: "1", title: "How long do I have access to a course?", content: "Once you enroll in a course, you have lifetime access to all course materials. You can complete the course at your own pace and revisit the content whenever you need."}, -- 2.49.1