diff --git a/content/page/home/stats/index.md b/content/page/home/stats/index.md index bcee45759..4ca8f0227 100644 --- a/content/page/home/stats/index.md +++ b/content/page/home/stats/index.md @@ -1,10 +1,10 @@ --- id: stats -title: JOIN A GLOBAL NETWORK OF FARMERS ON THE THREEFOLD GRID +title: TOGETHER WE CO-CREATE THE NEW INTERNET button: More Stats link: https://explorer.threefold.io image: ./map.png --- -With significant storage and compute capacity already available around
-the globe, the most advanced peer-to-peer network continues to expand. +The ThreeFold Grid is formed by a global network of independent Farmers – people
+and organizations who expand the Internet capacity to where it is needed the most. diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue index ba2c69fac..e43f9a3cb 100644 --- a/src/components/marketing/sections/cta-sections/StateMap.vue +++ b/src/components/marketing/sections/cta-sections/StateMap.vue @@ -2,7 +2,7 @@
@@ -74,9 +74,9 @@ export default { let hru = (results.data.hru / 1000000).toFixed(); this.stats.push( { countries: results.data.countries }, - { "cores online": results.data.cru }, - { "SSD storage capacity": sru }, - { "HDD storage capacity": hru } + { "Internet Farms": results.data.cru }, + // { "SSD storage capacity": sru }, + { "storage capacity": hru } ); } catch (error) { console.log(error);