ok
This commit is contained in:
@@ -19,7 +19,7 @@ export function WorldMap() {
|
||||
</video>
|
||||
|
||||
{/* Dark overlay */}
|
||||
<div className="absolute inset-0 bg-black/60" />
|
||||
<div className="absolute inset-0 bg-black/20" />
|
||||
|
||||
{/* Content */}
|
||||
<div className="relative z-10 flex flex-col h-full px-6 md:px-16 py-12">
|
||||
@@ -43,7 +43,7 @@ export function WorldMap() {
|
||||
|
||||
{/* Cards Right Column */}
|
||||
<div className="flex flex-col justify-center gap-6 max-w-xs w-full">
|
||||
<motion.div className="rounded-2xl bg-white/5 backdrop-blur-md border border-white/10 p-4 shadow-md -top-20 right-20">
|
||||
<motion.div className="rounded-2xl bg-white/5 backdrop-blur-md border border-white/10 p-4 shadow-md -top-20">
|
||||
<CT color="light" className="uppercase tracking-wide">CORES</CT>
|
||||
<H2 color="light" className="mt-2 text-3xl font-bold">54,958</H2>
|
||||
<CP color="light" className="mt-2 text-sm">
|
||||
|
Reference in New Issue
Block a user