diff --git a/src/app/page.tsx b/src/app/page.tsx index 56cf31b..2fafce5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -279,9 +279,9 @@ export default function LandingPage() { { 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"}, ], }, ]}