From d0938a9a6842123916cea419e918a3de70a52707 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:54:09 +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 97b7fed..9bbb0f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { }, ]} textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} /> @@ -217,7 +217,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about Smart Tuition Pro and how it can benefit your institute" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1