Compare commits
3 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dadb81bf0e | |||
| 0532a34d85 | |||
| 8c8b6173ab |
@@ -28,7 +28,16 @@ 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", infinite: false
|
||||
}}
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -240,4 +249,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user