Update src/app/page.tsx

This commit is contained in:
2026-06-10 21:39:15 +00:00
parent 763535bb68
commit cb5f01a832

View File

@@ -279,9 +279,9 @@ export default function LandingPage() {
{ {
title: "Legal", items: [ title: "Legal", items: [
{ {
label: "Privacy Policy", href: "#contact"}, label: "Privacy Policy", href: "#hero"},
{ {
label: "Terms of Service", href: "#contact"}, label: "Terms of Service", href: "#hero"},
], ],
}, },
]} ]}