Update src/app/page.tsx

This commit is contained in:
2026-06-11 23:17:28 +00:00
parent e9c1a2d3fc
commit 21d9af09f0

View File

@@ -250,10 +250,10 @@ export default function LandingPage() {
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
text: "", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}