1-
21import React from 'react' ;
32import StarBackground from '@/components/StarBackground' ;
43import Header from '@/components/Header' ;
@@ -17,7 +16,7 @@ type ClubProps = {
1716} ;
1817
1918const ClubCard = ( { club } : { club : ClubProps } ) => (
20- < div className = { `${ club . bgColor } p-6 rounded-xl backdrop-blur-md overflow-hidden relative group hover:transform hover:scale-[1.02] transition-all duration-300 border border-alien-gold/20 hover:border-alien-gold/40 shadow-lg hover:shadow-2xl hover:shadow-alien-gold/20 ` } >
19+ < div className = { `${ club . bgColor } p-6 rounded-xl backdrop-blur-md overflow-hidden relative group hover:transform hover:scale-[1.02] transition-all duration-300 border border-alien-gold/20 hover:border-alien-gold/40` } >
2120 < div className = "absolute inset-0 bg-gradient-to-b from-transparent via-alien-space-dark/60 to-alien-space-dark/90 z-0" > </ div >
2221
2322 < div className = "relative z-10" >
@@ -194,7 +193,7 @@ const Clubs: React.FC = () => {
194193 < div className = "text-center mb-16" >
195194 < div className = "inline-flex items-center justify-center w-20 h-20 bg-alien-gold/20 rounded-full mb-6 border-2 border-alien-gold/40 backdrop-blur-md" >
196195 < img
197- src = "/lovable-uploads/ClubLogo"
196+ src = "/lovable-uploads/ClubLogo.png "
198197 alt = "Clubs Official Logo"
199198 className = "h-12 w-12 object-contain"
200199 />
@@ -292,7 +291,7 @@ const Clubs: React.FC = () => {
292291 href = { partner . url }
293292 target = "_blank"
294293 rel = "noopener noreferrer"
295- className = "bg-alien-space-dark/80 backdrop-blur-md rounded-xl p-6 border border-alien-gold/30 hover:border-alien-gold/60 transition-all duration-300 hover:transform hover:scale-105 group flex items-center justify-center min-h-[100px] "
294+ className = "bg-alien-space-dark/80 backdrop-blur-md rounded-xl p-6 border border-alien-gold/30 hover:border-alien-gold/60 transition-all duration-300 hover:transform hover:scale-105 group"
296295 >
297296 < div className = "text-center" >
298297 < h3 className = "text-alien-gold font-semibold text-sm group-hover:text-alien-gold-light transition-colors font-[Exo]" >
0 commit comments