diff --git a/content/page/token/brandPanel/brandPanel.md b/content/page/token/brandPanel/brandPanel.md new file mode 100644 index 000000000..d465ebe8f --- /dev/null +++ b/content/page/token/brandPanel/brandPanel.md @@ -0,0 +1,10 @@ +--- +id: dive_TFT +title: Dive Deeper into TFT +subtitle: +sourceUrl: +btnTxt: Learn More +img: ./dive-into.png +--- + +TFT represents a unit of compute and storage capacity (CPU, RAM, SDD/HDD) on the ThreeFold Grid. From our favourite application to our chats and videos, everything we use digitally needs compute and storage to be live. diff --git a/content/page/token/brandPanel/dive-into.png b/content/page/token/brandPanel/dive-into.png new file mode 100644 index 000000000..e5fb538d5 Binary files /dev/null and b/content/page/token/brandPanel/dive-into.png differ diff --git a/content/page/token/token.md b/content/page/token/token.md index 8eeb42fbb..38a7ddd8f 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -14,4 +14,5 @@ partnerships: [be_ur_bank, secure, transact_p2p, backed, decentralized, lives_stellar] productsMain: token_product productData: [swiptft, spendft, earn_interst] +brandPanel: dive_TFT --- diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue index 83966e2d0..e629f8835 100644 --- a/src/components/marketing/sections/cta-sections/BrandPanel.vue +++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue @@ -2,6 +2,42 @@
+
+ +
+
+
+

+ {{ brand.title }} + {{ + brand.subtitle + }} +

+
+ {{ brand.btnTxt }} +
+
+
+ +
@@ -41,13 +77,13 @@ \ No newline at end of file diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index e970b1c15..93ccdc405 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -69,6 +69,12 @@ :main="$page.markdownPage.productsMain" :products="$page.markdownPage.productData" /> + +