From 5a8b6be63841a28bffb41f8486a38ff81b056ba9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:05:58 +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 2d334fd..35552b7 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="smooth" + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email address" buttonText="Subscribe Now" @@ -71,7 +71,7 @@ export default function ContactPage() { 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" + animationType="instant" 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