From 5fbbe3e818c454d5f34c41c8f81dc9e6fe6c9c05 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 285 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 243 deletions(-) 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: "#" }], }, ]} /> -- 2.49.1