diff --git a/content/page/home/stats/index.md b/content/page/home/stats/index.md index 4ca8f0227..9912bf20e 100644 --- a/content/page/home/stats/index.md +++ b/content/page/home/stats/index.md @@ -4,6 +4,10 @@ title: TOGETHER WE CO-CREATE THE NEW INTERNET button: More Stats link: https://explorer.threefold.io image: ./map.png +btn1: Become a Farmer +link1: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes +btn2: What is Internet Capacity? +link2: https://threefold.io/info/threefold#/threefold__farming_hardware_overview?id=plug-amp-farm-3nodes --- The ThreeFold Grid is formed by a global network of independent Farmers – people
diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue index e43f9a3cb..9b2f2e6f1 100644 --- a/src/components/marketing/sections/cta-sections/StateMap.vue +++ b/src/components/marketing/sections/cta-sections/StateMap.vue @@ -43,6 +43,19 @@ v-html="section.content" > +
+ {{ section.btn1 }} + + {{ section.btn2 }} + +
diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 155c7d004..c9d58f208 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -356,6 +356,10 @@ content button link + btn1 + link1 + btn2 + link2 image } }