+
+
+
+
+ setLinkedinProfile(e.target.value)}
+ className="w-full px-4 py-2 bg-[#070E1B] border border-[#525966]/20 rounded-xl text-white placeholder-[#8A8A8A] focus:outline-none focus:border-[#4A4A4A] transition-colors"
+ />
+
+
+
+
+
+ Upto 3
+
+ {otherLinks.map((link, index) => (
+
+ updateOtherLink(index, e.target.value)}
+ className="flex-1 px-4 py-2 bg-[#070E1B] border border-[#525966]/20 rounded-xl text-white placeholder-[#8A8A8A] focus:outline-none focus:border-[#4A4A4A] transition-colors"
+ />
+ {otherLinks.length > 1 && (
+
+ )}
+ {index === otherLinks.length - 1 && otherLinks.length < 3 && (
+
+ )}
+
+ ))}
+
+
+
+
+
+
+
+