diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 42acb63..d0d3a86 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -115,7 +115,7 @@ export default function BlogPage() { { id: "3", value: "52", title: "Success Stories", description: "Real learner transformations and career milestones", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/celebratory-illustration-showing-course--1772516018052-25ca08e8.png?"}, ]} - animationType="depth-3d" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Browse All Articles", href: "/blog" }]} diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index b12f49a..a6ffad9 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -115,7 +115,7 @@ export default function CoursesPage() { { id: "3", value: "56", title: "Creative & Design", description: "Learn UI/UX, graphic design, animation, and digital arts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-designer-working-at-appl-1772516018657-c0f05516.png?"}, ]} - animationType="depth-3d" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View All Categories", href: "/courses" }]} diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f9dd1..cf0357d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,7 @@ export default function HomePage() { { id: "4", value: "$52K", title: "Avg Salary Increase", description: "Career advancement after completing EduPulse", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/wealth-and-career-growth-illustration-sh-1772516018406-b53362bf.png?"}, ]} - animationType="depth-3d" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View Success Stories", href: "/blog" }]}