Update src/app/page.tsx

This commit is contained in:
2026-05-19 23:40:16 +00:00
parent 7ae90bb684
commit b3492b652f

View File

@@ -238,8 +238,7 @@ export default function LandingPage() {
items: [
{
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
{ label: "0272429930" },
],
},
]}
@@ -249,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}