From d30d2a18b98435049e30dd95a342c827b95ec571 Mon Sep 17 00:00:00 2001 From: amitpaul2004 Date: Tue, 4 Aug 2026 23:50:28 +0530 Subject: [PATCH 1/2] feat: add Socials hub component with interactive wand-tracking particles and registry CTA --- src/components/Socials.jsx | 14 +++++++------- src/lib/socials.js | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Socials.jsx b/src/components/Socials.jsx index d450da6..67f3edb 100644 --- a/src/components/Socials.jsx +++ b/src/components/Socials.jsx @@ -230,10 +230,10 @@ export default function Socials() { className="overflow-visible" aria-hidden="true" > - - - - + + + +
- - REGISTER NOW + + REGISTRATION CLOSED - + {primary.handle}
diff --git a/src/lib/socials.js b/src/lib/socials.js index 7643eba..7797ec6 100644 --- a/src/lib/socials.js +++ b/src/lib/socials.js @@ -8,8 +8,8 @@ export const SOCIALS = [ label: "Register Now", handle: "hexafalls.org", href: "https://hexafalls.org", - color: "#D4AF37", - glow: "rgba(212,175,55,0.32)", + color: "#EF4444", + glow: "rgba(239,68,68,0.32)", primary: true, icon: "wand", }, From 580b521c92bb94005fd55a09ab1e4382dcf6db08 Mon Sep 17 00:00:00 2001 From: amitpaul2004 Date: Tue, 4 Aug 2026 23:54:37 +0530 Subject: [PATCH 2/2] style: improve visibility of registration sign with red colors and contrast --- src/lib/socials.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/socials.js b/src/lib/socials.js index 7797ec6..6ecb227 100644 --- a/src/lib/socials.js +++ b/src/lib/socials.js @@ -61,3 +61,4 @@ export const SOCIALS = [ ]; export default SOCIALS; +