From 1c0b54d497c6375bac653ec81c34c960d8ac8242 Mon Sep 17 00:00:00 2001 From: manshverse Date: Mon, 1 Jun 2026 09:01:14 +0530 Subject: [PATCH] Update Join page with Discord invite link --- app/join/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/join/page.tsx b/app/join/page.tsx index 40a58c0..7ff087e 100644 --- a/app/join/page.tsx +++ b/app/join/page.tsx @@ -26,8 +26,8 @@ const WebGLShader = dynamic( }, ); -const NOTION_JOIN_FORM_URL = - "https://perfect-dinghy-781.notion.site/33949ed2fc338035bd3bef46155035f5?pvs=105"; +const DISCORD_INVITE_URL = + "https://discord.gg/keQBkfXy"; const benefits = [ { @@ -141,12 +141,12 @@ export default function Join() { className="group inline-flex items-center justify-center gap-2 rounded-full bg-(--brand-pink) px-10 py-4 text-lg md:text-xl font-black text-white shadow-lg shadow-[#e45a92]/20 hover:shadow-xl hover:shadow-[#e45a92]/40 transition-transform transition-colors transition-opacity hover:scale-[1.03] focus-visible:ring-2 focus-visible:ring-white/80 focus-visible:ring-offset-2 focus-visible:ring-offset-black/30 w-full sm:w-auto max-w-xs" > - Apply to Join + Join Discord @@ -261,12 +261,12 @@ export default function Join() { className="group rounded-full bg-[var(--brand-pink)] px-8 sm:px-10 py-5 sm:py-6 text-sm sm:text-base font-semibold text-white shadow-lg shadow-[#e45a92]/20 hover:shadow-xl hover:shadow-[#e45a92]/40 transition-transform transition-colors transition-opacity hover:scale-105 focus-visible:ring-2 focus-visible:ring-white/80 focus-visible:ring-offset-2 focus-visible:ring-offset-black/30 w-full sm:w-auto" > - Apply Now + Join Discord