Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-08 14:50:09 +00:00

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
@@ -91,7 +91,7 @@ export default function LandingPage() {
<div id="rewards" data-section="rewards">
<MetricCardOne
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
@@ -157,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}