- Join Us
-
- We are always looking for new members to join our community and help us
- grow. If you are interested in joining us, please reach out to us on
- Discord or LinkedIn.
-
+
+
+
+
+ Join Our Community
+
+
+
+
+
+ Connect with like-minded developers, share your projects, and grow
+ your skills. Our Discord community is the perfect place to
+ collaborate and learn!
+
+
+
+ }
+ size='lg'
+ colorScheme='purple'
+ _hover={{ transform: 'translateY(-5px)' }}
+ transition='all 0.2s'
+ onClick={() =>
+ window.open('https://discord.gg/your-invite-link', '_blank')
+ }
+ animation={`${pulseKeyframe} 2s infinite`}
+ whileHover={{ scale: 1.05 }}
+ whileTap={{ scale: 0.95 }}
+ >
+ Join our Discord
+
+
+
+
+ By joining, you agree to our community guidelines and code of
+ conduct.
+
+
+
+
- );
-}
\ No newline at end of file
+ )
+}