From d8cea30567bc899ffbec7f151e209351c2e13ab3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:45:20 +0000 Subject: [PATCH] Update src/app/company/page.tsx --- src/app/company/page.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app/company/page.tsx b/src/app/company/page.tsx index d9afdb8..f5a56d0 100644 --- a/src/app/company/page.tsx +++ b/src/app/company/page.tsx @@ -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() { ); -} +} \ No newline at end of file