Update src/app/page.tsx

This commit is contained in:
2026-06-11 05:43:31 +00:00
parent b75af8d764
commit e420a0fd5f

View File

@@ -376,6 +376,8 @@ export default function LandingPage() {
label: "Shipping & Returns", href: "#"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"}
],
},
{
@@ -395,4 +397,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}