2 Commits

Author SHA1 Message Date
bcf24f445b Update src/app/page.tsx 2026-06-01 08:01:37 +00:00
e9fec76ce1 Merge version_2 into main
Merge version_2 into main
2026-06-01 07:57:58 +00:00

View File

@@ -298,9 +298,9 @@ export default function LandingPage() {
{
items: [
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "#contact"},
{
label: "Terms of Service", href: "#"},
label: "Terms of Service", href: "#contact"},
],
},
]}
@@ -310,4 +310,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}