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