Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a1f0bfe2b | |||
| aaa54aaf05 |
@@ -29,14 +29,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[]}
|
||||||
{
|
|
||||||
name: "SNEAKERS", id: "#sneakers"},
|
|
||||||
{
|
|
||||||
name: "VÊTEMENTS", id: "#vetements"},
|
|
||||||
{
|
|
||||||
name: "SACS", id: "#sacs"},
|
|
||||||
]}
|
|
||||||
brandName="LP.STORE"
|
brandName="LP.STORE"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -190,4 +183,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user