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