From f9f3256f0796b05c89bb369f9c5928fd2b15e4ab Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:06:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99fac75..a25aadc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,14 +188,14 @@ export default function LandingPage() { description="Anthropology × Genetics. Explore cutting-edge research at the intersection of human evolution and genomic science." tag="Research Hub" tagIcon={Dna} - tagAnimation="blur-reveal" + tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} mediaItems={heroMediaItems} buttons={[ { text: "Explore Blogs", href: "#blogs" }, { text: "Browse Guides", href: "#guides" } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" /> @@ -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="blur-reveal" + animationType="smooth" useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1