From 8268270abdd81b919a8ed0ddef2b555981eb7293 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:04:39 +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 f99ba85..99fac75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function LandingPage() { title="Our Impact" description="Driving discovery through research and collaboration." textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} metrics={metricItems} /> @@ -252,7 +252,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Get answers to common questions about LUVI and our research resources." textboxLayout="default" - animationType="smooth" + animationType="blur-reveal" useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1