diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f22be0..b6411dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,10 @@ export default function LandingPage() { @@ -382,30 +201,10 @@ export default function LandingPage() { logoText="CompanyCo" columns={[ { - title: "Services", - items: [ - { - label: "Consulting", - href: "#products", - }, - { - label: "Growth", - href: "#products", - }, - ], + title: "Services", items: [{ label: "Consulting", href: "#products" }, { label: "Growth", href: "#products" }], }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], + title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }], }, ]} />