refactor: update HomeGlobe grid statistics values

- Updated CORES count from 54958 to 31611
- Updated NODES count from 1493 to 1153
- Updated SSD CAPACITY from 5388956 to 4203991 GB
This commit is contained in:
2025-11-18 14:48:12 +01:00
parent 791216433c
commit 9b2c406e9e

View File

@@ -67,7 +67,7 @@ export function WorldMap() {
> >
<DarkCard> <DarkCard>
<div><CT color="light" className="uppercase tracking-wide ">CORES</CT></div> <div><CT color="light" className="uppercase tracking-wide ">CORES</CT></div>
<div><CountUpNumber end={54958} className="mt-2 text-3xl font-bold text-white" /></div> <div><CountUpNumber end={31611} className="mt-2 text-3xl font-bold text-white" /></div>
<CP color="light" className="mt-2 text-sm"> <CP color="light" className="mt-2 text-sm">
Total Central Processing Unit Cores available on the grid. Total Central Processing Unit Cores available on the grid.
</CP> </CP>
@@ -83,7 +83,7 @@ export function WorldMap() {
> >
<DarkCard> <DarkCard>
<div><CT color="light" className="uppercase tracking-wide">NODES</CT></div> <div><CT color="light" className="uppercase tracking-wide">NODES</CT></div>
<div><CountUpNumber end={1493} className="mt-4 text-3xl font-bold text-white" /></div> <div><CountUpNumber end={1153} className="mt-4 text-3xl font-bold text-white" /></div>
<CP color="light" className="mt-2 text-sm"> <CP color="light" className="mt-2 text-sm">
Total number of nodes on the grid. Total number of nodes on the grid.
</CP> </CP>
@@ -99,7 +99,7 @@ export function WorldMap() {
> >
<DarkCard> <DarkCard>
<div><CT color="light" className="uppercase tracking-wide">SSD CAPACITY</CT></div> <div><CT color="light" className="uppercase tracking-wide">SSD CAPACITY</CT></div>
<div><CountUpNumber end={5388956} className="mt-2 text-3xl font-bold text-white" /></div> <div><CountUpNumber end={4203991} className="mt-2 text-3xl font-bold text-white" /></div>
<CP color="light" className="mt-2 text-sm"> <CP color="light" className="mt-2 text-sm">
Total GB amount of storage (SSD, HDD, & RAM) on the grid. Total GB amount of storage (SSD, HDD, & RAM) on the grid.
</CP> </CP>