From 865ae048379da1a0562bcb4cc6357c52e7b26260 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:15:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 +++++++++-------------------------------------- 1 file changed, 39 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab056ea..59850ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -271,35 +157,21 @@ export default function LandingPage() { logoText="VND Protocol" columns={[ { - title: "Product", - items: [ - { - label: "Mapping", - href: "#features", - }, - { - label: "Protocol", - href: "#", - }, - ], + title: "Product", items: [ + { label: "Mapping", href: "#features" }, + { label: "Protocol", href: "#" } + ] }, { - title: "Support", - items: [ - { - label: "Documentation", - href: "#faq", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + title: "Support", items: [ + { label: "Documentation", href: "#faq" }, + { label: "Contact", href: "#contact" } + ] + } ]} /> ); -} +} \ No newline at end of file