Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user