From b57035b5b29aaacc0621d0bae75891469dcfcbb1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:37:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1