Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d442b15141 | |||
| 76327b121c | |||
| 72a153271f | |||
| 1bce5f9677 | |||
| d84dc462f5 | |||
| dadb81bf0e | |||
| 945052616e | |||
| 0532a34d85 | |||
| 8c8b6173ab |
@@ -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",
|
||||
infinite: false
|
||||
}}
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
|
||||
Reference in New Issue
Block a user