@@ -81,10 +81,10 @@ export function Team() {
8181
8282 return (
8383 < div className = "bg-bgPrimary dark:bg-bgPrimaryDark p-10 text-center text-txtPrimary dark:text-txtPrimaryDark" >
84- < h1 className = "mb-5 text-txtPrimary text- 4xl font-bold" >
84+ < h1 className = "mb-5 text-4xl font-bold" >
8585 Meet the Team Behind CollabShop
8686 </ h1 >
87- < p className = "mb-10 text-txtPrimary text- lg leading-relaxed" >
87+ < p className = "mb-10 text-lg leading-relaxed" >
8888 We are a passionate group of developers, united by our love for learning
8989 and collaboration. Our goal is to create an experience that feels
9090 friendly, inclusive, and helpful for all users. Let's connect and
@@ -96,7 +96,7 @@ export function Team() {
9696 target = "_blank"
9797 rel = "noopener noreferrer"
9898 aria-label = "CollabShop GitHub Repository"
99- className = "flex flex-col items-center text-[#0e324e] hover:text-[#52b788] transition-colors"
99+ className = "flex flex-col items-center hover:text-[#52b788] transition-colors"
100100 >
101101 < FaGithub size = { 30 } />
102102 < span className = "text-lg mt-2" > View CollabShop on GitHub</ span >
@@ -119,13 +119,13 @@ export function Team() {
119119 < div className = "flex justify-center gap-4" >
120120 < a href = { dev . github } target = "_blank" rel = "noopener noreferrer" >
121121 < FaGithub
122- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
122+ className = "hover:text-[#52b788] transition-colors"
123123 size = { 24 }
124124 />
125125 </ a >
126126 < a href = { dev . linkedin } target = "_blank" rel = "noopener noreferrer" >
127127 < FaLinkedin
128- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
128+ className = "hover:text-[#52b788] transition-colors"
129129 size = { 24 }
130130 />
131131 </ a >
@@ -136,7 +136,7 @@ export function Team() {
136136 rel = "noopener noreferrer"
137137 >
138138 < FaGlobe
139- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
139+ className = "hover:text-[#52b788] transition-colors"
140140 size = { 24 }
141141 />
142142 </ a >
@@ -145,7 +145,7 @@ export function Team() {
145145 </ div >
146146 ) ) }
147147 </ div >
148- < h2 className = "mt-10 mb-5 text-[#1A759F] text- 3xl font-extrabold text-center tracking-wider" >
148+ < h2 className = "mt-10 mb-5 text-3xl font-extrabold text-center tracking-wider" >
149149 Mentors
150150 </ h2 >
151151 < div className = "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 justify-items-center" >
@@ -165,7 +165,7 @@ export function Team() {
165165 < div className = "flex justify-center gap-4" >
166166 < a href = { mentor . github } target = "_blank" rel = "noopener noreferrer" >
167167 < FaGithub
168- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
168+ className = " hover:text-[#52b788] transition-colors"
169169 size = { 24 }
170170 />
171171 </ a >
@@ -175,7 +175,7 @@ export function Team() {
175175 rel = "noopener noreferrer"
176176 >
177177 < FaLinkedin
178- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
178+ className = " hover:text-[#52b788] transition-colors"
179179 size = { 24 }
180180 />
181181 </ a >
@@ -186,7 +186,7 @@ export function Team() {
186186 rel = "noopener noreferrer"
187187 >
188188 < FaGlobe
189- className = "text-[#0e324e] hover:text-[#52b788] transition-colors"
189+ className = " hover:text-[#52b788] transition-colors"
190190 size = { 24 }
191191 />
192192 </ a >
0 commit comments