diff --git a/src/app/page.tsx b/src/app/page.tsx index e55c13c..7d904bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -285,9 +285,9 @@ export default function LandingPage() { { items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", onClick: () => console.log('Privacy Policy clicked')}, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", onClick: () => console.log('Terms of Service clicked')}, ], }, ]} @@ -297,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file