From c4e9e478d4c6cd13277c9528cda6bf6ee9ac6460 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:04:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b53c552..ad1a5e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,13 @@ export default function LandingPage() { { label: "Contact", href: "contact" } ] }, + { + title: "Community", items: [ + { label: "Twitter", href: "https://twitter.com" }, + { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Discord", href: "https://discord.com" } + ] + }, { title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, -- 2.49.1