Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c3997a358 | |||
| 075c1c956f | |||
| 414f34cab6 | |||
| 372d36d795 |
@@ -285,9 +285,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", onClick: () => console.log('Privacy Policy clicked')},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", onClick: () => console.log('Terms of Service clicked')},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -297,4 +297,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user