Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-07 00:06:06 +00:00

View File

@@ -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"
/>
</div>
@@ -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"