Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-12 08:59:27 +00:00

View File

@@ -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>
);
}
}