From 8363975394ca0bcc2b1b8e853417754bb81120d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:03:16 +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 a717070..f99ba85 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="slide-up" + animationType="smooth" 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="slide-up" + animationType="smooth" useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1