Update src/app/company/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user