Update src/app/company/page.tsx

This commit is contained in:
2026-06-07 12:45:20 +00:00
parent 69a92e8e33
commit d8cea30567

View File

@@ -30,12 +30,8 @@ export default function LandingPage() {
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Approach", id: "/approach"},
{
name: "Company", id: "/company"},
{
name: "Cases", id: "/cases"},
{
name: "Insights", id: "/insights"},
{
@@ -109,8 +105,6 @@ export default function LandingPage() {
items: [
{
label: "About Us", href: "/company"},
{
label: "Our Approach", href: "/approach"},
{
label: "Careers", href: "/careers"},
],
@@ -137,8 +131,6 @@ export default function LandingPage() {
},
{
items: [
{
label: "Cases", href: "/cases"},
{
label: "Insights", href: "/insights"},
{
@@ -162,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}