style: update stat cards with consistent hover effects and modern styling
This commit is contained in:
		@@ -59,8 +59,7 @@ export function WorldMap() {
 | 
			
		||||
              initial={{ opacity: 0, x: -20 }}
 | 
			
		||||
              animate={{ opacity: 1, x: 0 }}
 | 
			
		||||
              transition={{ duration: 0.5, delay: 0.4 }}
 | 
			
		||||
              whileHover={{ scale: 1.05 }}
 | 
			
		||||
              className="lg:absolute lg:top-12 lg:-left-12 rounded-xl bg-white/5 backdrop-blur-md border border-white/10 px-4 lg:py-8 py-6 shadow-md w-80"
 | 
			
		||||
              className="lg:absolute lg:top-12 lg:-left-12 w-80 rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 bg-white/5 backdrop-blur-md"
 | 
			
		||||
            >
 | 
			
		||||
              <CT color="light" className="uppercase tracking-wide">CORES</CT>
 | 
			
		||||
              <CountUpNumber end={54958} color="light" className="mt-2 text-3xl font-bold" />
 | 
			
		||||
@@ -73,8 +72,7 @@ export function WorldMap() {
 | 
			
		||||
              initial={{ opacity: 0, x: 20 }}
 | 
			
		||||
              animate={{ opacity: 1, x: 0 }}
 | 
			
		||||
              transition={{ duration: 0.5, delay: 0.5 }}
 | 
			
		||||
              whileHover={{ scale: 1.05 }}
 | 
			
		||||
              className="lg:absolute lg:-top-10 lg:right-0 rounded-xl bg-white/5 backdrop-blur-md border border-white/10 px-4 lg:py-8 py-6 shadow-md w-80"
 | 
			
		||||
              className="lg:absolute lg:-top-10 lg:right-0 w-80 rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 bg-white/5 backdrop-blur-md"
 | 
			
		||||
            >
 | 
			
		||||
              <CT color="light" className="uppercase tracking-wide">NODES</CT>
 | 
			
		||||
              <CountUpNumber end={1493} color="light" className="mt-2 text-3xl font-bold" />
 | 
			
		||||
@@ -87,8 +85,7 @@ export function WorldMap() {
 | 
			
		||||
              initial={{ opacity: 0, x: -20 }}
 | 
			
		||||
              animate={{ opacity: 1, x: 0 }}
 | 
			
		||||
              transition={{ duration: 0.5, delay: 0.6 }}
 | 
			
		||||
              whileHover={{ scale: 1.05 }}
 | 
			
		||||
              className="lg:absolute lg:bottom-28 lg:-left-12 rounded-xl bg-white/5 backdrop-blur-md border border-white/10 px-4 lg:py-8 py-6 shadow-md w-80"
 | 
			
		||||
              className="lg:absolute lg:bottom-28 lg:-left-12 w-80 rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 bg-white/5 backdrop-blur-md"
 | 
			
		||||
            >
 | 
			
		||||
              <CT color="light" className="uppercase tracking-wide">SSD CAPACITY</CT>
 | 
			
		||||
              <CountUpNumber end={5388956} color="light" className="mt-2 text-3xl font-bold" />
 | 
			
		||||
@@ -101,8 +98,7 @@ export function WorldMap() {
 | 
			
		||||
              initial={{ opacity: 0, x: 20 }}
 | 
			
		||||
              animate={{ opacity: 1, x: 0 }}
 | 
			
		||||
              transition={{ duration: 0.5, delay: 0.7 }}
 | 
			
		||||
              whileHover={{ scale: 1.05 }}
 | 
			
		||||
              className="lg:absolute lg:top-44 lg:right-0 rounded-xl bg-white/5 backdrop-blur-md border border-white/10 px-4 lg:py-8 py-6 shadow-md w-80"
 | 
			
		||||
              className="lg:absolute lg:top-47 lg:right-0 w-80 rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 bg-white/5 backdrop-blur-md"
 | 
			
		||||
            >
 | 
			
		||||
              <CT color="light" className="uppercase tracking-wide">COUNTRIES</CT>
 | 
			
		||||
              <CountUpNumber end={44} color="light" className="mt-2 text-3xl font-bold" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user