3 Commits

Author SHA1 Message Date
c4e9e478d4 Update src/app/page.tsx 2026-03-12 06:04:04 +00:00
df57f32d0a Merge version_1 into main
Merge version_1 into main
2026-03-12 05:58:29 +00:00
8bcffd21d8 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:58:07 +00:00

View File

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