@@ -40,7 +40,7 @@ const Contact: React.FC = () => {
4040 </ div >
4141 < div className = "flex-1" >
4242 < div className = "flex items-center gap-2" >
43- < h3 className = "font-medium text-alien-gold font-[Exo]" > Discord</ h3 >
43+ < h3 className = "font-medium text-alien-gold font-[Exo]" > Community Discord</ h3 >
4444 < span className = "px-2 py-0.5 text-[10px] bg-orange-500/20 text-orange-400 rounded-full border border-orange-500/30 font-[Exo]" > Coming Soon</ span >
4545 </ div >
4646 < span className = "text-gray-500 font-[Exo]" > discord.gg/alienflow</ span >
@@ -53,7 +53,7 @@ const Contact: React.FC = () => {
5353 </ div >
5454 < div >
5555 < h3 className = "font-medium text-alien-gold font-[Exo]" > Email</ h3 >
56- < a href = "mailto:info@alienflow.space" className = "text-gray-300 font-[Exo] hover:text-alien-green" > info@alienflow.space </ a >
56+ < a href = "mailto:info@alienflow.space" className = "text-gray-300 font-[Exo] hover:text-alien-green" > alien69flow@proton.me </ a >
5757 </ div >
5858 </ div >
5959
@@ -103,7 +103,7 @@ const Contact: React.FC = () => {
103103 </ div >
104104 < div >
105105 < h3 className = "font-medium text-alien-gold font-[Exo]" > LinkedIn Personal</ h3 >
106- < a href = "https://linkedin.com/in/alien69flow " target = "_blank" rel = "noopener noreferrer" className = "text-gray-300 font-[Exo] hover:text-alien-green" > linkedin.com/in/alien69flow</ a >
106+ < a href = "https://linkedin.com/in/alienflow " target = "_blank" rel = "noopener noreferrer" className = "text-gray-300 font-[Exo] hover:text-alien-green" > linkedin.com/in/alien69flow</ a >
107107 </ div >
108108 </ div >
109109
@@ -112,7 +112,7 @@ const Contact: React.FC = () => {
112112 < Linkedin className = "h-5 w-5 text-alien-space-dark" />
113113 </ div >
114114 < div >
115- < h3 className = "font-medium text-alien-gold font-[Exo]" > LinkedIn Company</ h3 >
115+ < h3 className = "font-medium text-alien-gold font-[Exo]" > Company LinkedIn </ h3 >
116116 < a href = "https://linkedin.com/company/alienflowspace" target = "_blank" rel = "noopener noreferrer" className = "text-gray-300 font-[Exo] hover:text-alien-green" > linkedin.com/company/alienflowspace</ a >
117117 </ div >
118118 </ div >
@@ -134,7 +134,7 @@ const Contact: React.FC = () => {
134134 < Users className = "h-5 w-5 text-alien-space-dark" />
135135 </ div >
136136 < div >
137- < h3 className = "font-medium text-alien-gold font-[Exo]" > Telegram Community </ h3 >
137+ < h3 className = "font-medium text-alien-gold font-[Exo]" > Group Telegram </ h3 >
138138 < a href = "https://t.me/AlienFlow" target = "_blank" rel = "noopener noreferrer" className = "text-gray-300 font-[Exo] hover:text-alien-green" > t.me/AlienFlow</ a >
139139 </ div >
140140 </ div >
@@ -204,4 +204,4 @@ const Contact: React.FC = () => {
204204 </ main >
205205 </ div > ;
206206} ;
207- export default Contact ;
207+ export default Contact ;
0 commit comments