diff --git a/content/page/token/cta/cta.md b/content/page/token/cta/cta.md
new file mode 100644
index 000000000..b2a029ca5
--- /dev/null
+++ b/content/page/token/cta/cta.md
@@ -0,0 +1,13 @@
+---
+id: token_cta
+title: TFT underpins the ThreeFold financial system
+slogan:
+button:
+link:
+button2:
+link2:
+button3:
+link3:
+---
+
+Not satisfied with payments, the ThreeFold community is building a whole financial system that's peer-to-peer and accessible to everyone. In 2021, TFT will run on a peer-to-peer exchange, providing the ThreeFold community with protection mechanisms for a resilient economy.
diff --git a/content/page/token/cta2/cta2.md b/content/page/token/cta2/cta2.md
new file mode 100644
index 000000000..12603dce1
--- /dev/null
+++ b/content/page/token/cta2/cta2.md
@@ -0,0 +1,25 @@
+---
+id: token_cta2
+title: Why does TFT have value?
+slogan:
+button:
+link:
+button2:
+link2:
+button3:
+link3:
+---
+
+The TFT is valuable in different ways to different people.
+
+
+
+For TFT holders, TFT is valuable because it is worth actual compute and storage capacity.
+
+
+
+Today, TFT is becoming valuable to developers and enterprises deploying their solutions on the ThreeFold Grid. That's because you can use TFT to reserve fully private and secure capacity in the most technologically advanced Internet architecture.
+
+
+
+Of course many also see it as an investment, similar to Bitcoin or other cryptocurrencies. But it shouldn’t be seen as an investment vehicle or way for short term gains or speculation as it is just a way to participate in the p2p Internet.
diff --git a/content/page/token/token.md b/content/page/token/token.md
index 38a7ddd8f..d015b6dd1 100644
--- a/content/page/token/token.md
+++ b/content/page/token/token.md
@@ -15,4 +15,6 @@ partnerships:
productsMain: token_product
productData: [swiptft, spendft, earn_interst]
brandPanel: dive_TFT
+cta: token_cta
+cta2: token_cta2
---
diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue
index f97ff682c..06c3ea9b0 100644
--- a/src/components/custom/sections/CallToAction.vue
+++ b/src/components/custom/sections/CallToAction.vue
@@ -111,8 +111,5 @@ export default {
this.showModal = false;
},
},
- mounted() {
- console.log(this.id);
- },
};
diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue
index e629f8835..0b2b8a4ea 100644
--- a/src/components/marketing/sections/cta-sections/BrandPanel.vue
+++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue
@@ -66,7 +66,7 @@