diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 086a270..fe77a88 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" @@ -72,7 +72,6 @@ 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" 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."}, @@ -83,7 +82,7 @@ export default function ContactPage() { { id: "4", title: "Do I need any technical skills to start?", content: "No! Our courses are designed for all skill levels. We start from the basics and gradually progress to advanced topics. Choose courses that match your experience level."}, { - id: "5", title: "Can I download course materials?", content: "With our Pro plan and above, you can download course videos and materials for offline access. This is perfect for learning while traveling or without internet access."}, + id: "5", title: "Can I download course materials?", content: "With our Pro plan and above, you can download course videos and materials for offline access. This is perfect for learning while traveling or without internet access."} ]} />