From cb5f01a83284429382d6e75595ba71b147673733 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 21:39:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}, ], }, ]}