diff --git a/src/app/page.tsx b/src/app/page.tsx index 3742447..65cf99f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { tag="Player Testimonials" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="depth-3d" testimonials={[ { id: "1", name: "Arjun Mehta", role: "Strategy Analyst", company: "Mumbai", rating: 5, @@ -259,4 +259,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file