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: "#" },