Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-05 05:02:14 +00:00

View File

@@ -160,7 +160,6 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Our Mission", href: "#" },
{ label: "Careers", href: "#" },
],
},
{
@@ -178,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}