diff --git a/content/page/token/aboutTft/decenterlize_cloud.png b/content/page/token/aboutTft/decenterlize_cloud.png
new file mode 100644
index 000000000..63063aa30
Binary files /dev/null and b/content/page/token/aboutTft/decenterlize_cloud.png differ
diff --git a/content/page/token/aboutTft/index.md b/content/page/token/aboutTft/index.md
new file mode 100644
index 000000000..3074475a8
--- /dev/null
+++ b/content/page/token/aboutTft/index.md
@@ -0,0 +1,9 @@
+---
+id: decentralized_cloud
+title: DECENTRALIZED CLOUD NEEDED A CURRENCY.
+subtitle: IT NOW HAS ONE
+image: ./decenterlize_cloud.png
+button: Learn about TFT
+link: '#'
+---
+TFT is a digital currency and utility token that allows people to hold current and future cloud capacity on the ThreeFold Grid. It incentivizes an open system where anyone can provide, sell and utilize compute, storage and network resources without any intermediaries
diff --git a/content/page/token/token.md b/content/page/token/token.md
index 761de5dbc..b54fbeace 100644
--- a/content/page/token/token.md
+++ b/content/page/token/token.md
@@ -15,4 +15,5 @@ marketInfoMain: marketMain
mainItem: sec1
marketInfo: [sec2, sec3, sec4]
cta: token_cta
+tft: decentralized_cloud
---
diff --git a/gridsome.config.js b/gridsome.config.js
index 254aeacf0..2912ca6e2 100644
--- a/gridsome.config.js
+++ b/gridsome.config.js
@@ -393,6 +393,15 @@ module.exports = {
}
},
+
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'AboutTft',
+ path: './content/page/**/aboutTft/*.md',
+ }
+ },
+
{
use: '@gridsome/source-filesystem',
options: {
@@ -446,7 +455,8 @@ module.exports = {
roadmap: 'Roadmap',
marketInfoMain: 'MarketInfoMain',
marketInfo: 'MarketInfo',
- mainItem:'MainItem'
+ mainItem: 'MainItem',
+ tft: 'AboutTft'
}
}
},
diff --git a/src/components/custom/SplitWithImage.vue b/src/components/custom/SplitWithImage.vue
new file mode 100644
index 000000000..503bfb4c3
--- /dev/null
+++ b/src/components/custom/SplitWithImage.vue
@@ -0,0 +1,99 @@
+
+
+ {{ tft.title }}
+
+
+
+
+ {{ tft.subtitle }}
+