Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:33:09 +00:00
parent 8c8b6173ab
commit 0532a34d85

View File

@@ -28,7 +28,17 @@ export default function LandingPage() {
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<ReactLenis
root
options={{
lerp: 0.1,
duration: 1.5,
smoothWheel: true,
wheelMultiplier: 1,
gestureOrientation: "vertical", normalizeWheel: true,
infinite: false
}}
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
@@ -240,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}