Update src/app/page.tsx

This commit is contained in:
2026-05-17 13:42:59 +00:00
parent 9ac93c9001
commit 0f02b3a6e2

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
items: [{ label: "Our Story", href: "#story" }, { label: "Careers", href: "#" }]
},
{
items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }]
items: [{ label: "Privacy Policy", href: "/privacy-policy" }, { label: "Terms", href: "#" }]
}
]}
/>
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}