From d2a63dfa2b65779d885fcf31d86575bd9509ea28 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb6410d..92fa2aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,18 +29,9 @@ export default function LandingPage() { @@ -239,16 +123,9 @@ export default function LandingPage() {
@@ -257,57 +134,13 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/futuristic-galaxy-border-background-gray-minimal-style_53876-125209.jpg" logoText="Manus" columns={[ - { - title: "Product", - items: [ - { - label: "Features", - href: "#", - }, - { - label: "Security", - href: "#", - }, - { - label: "API", - href: "#", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "About", - href: "#", - }, - { - label: "Careers", - href: "#", - }, - { - label: "Contact", - href: "#", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + { title: "Product", items: [{ label: "Features", href: "#" }, { label: "Security", href: "#" }, { label: "API", href: "#" }] }, + { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] }, + { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] } ]} /> ); -} +} \ No newline at end of file -- 2.49.1