diff --git a/content/page/token/productData/main/main.md b/content/page/token/productData/main/main.md new file mode 100644 index 000000000..575514c94 --- /dev/null +++ b/content/page/token/productData/main/main.md @@ -0,0 +1,7 @@ +--- +id: token_product +title: +subtitle: +button: Get Tokens +link: +--- diff --git a/content/page/token/productData/product1/index.md b/content/page/token/productData/product1/index.md new file mode 100644 index 000000000..9c5814ca2 --- /dev/null +++ b/content/page/token/productData/product1/index.md @@ -0,0 +1,8 @@ +--- +id: swiptft +title: SWAP TFT +image: ./swiptft.png +url: +--- + +Exchange your TFT with other tokens including Bitcoin. diff --git a/content/page/token/productData/product1/swiptft.png b/content/page/token/productData/product1/swiptft.png new file mode 100644 index 000000000..5c86b35fd Binary files /dev/null and b/content/page/token/productData/product1/swiptft.png differ diff --git a/content/page/token/productData/product2/index.md b/content/page/token/productData/product2/index.md new file mode 100644 index 000000000..1b05c8cb8 --- /dev/null +++ b/content/page/token/productData/product2/index.md @@ -0,0 +1,8 @@ +--- +id: spendft +title: SPEND TFT +image : ./spendft.png +url : +--- + +Purchase products and services on the threefold grid. diff --git a/content/page/token/productData/product2/spendft.png b/content/page/token/productData/product2/spendft.png new file mode 100644 index 000000000..254212f41 Binary files /dev/null and b/content/page/token/productData/product2/spendft.png differ diff --git a/content/page/token/productData/product3/earn_interst.png b/content/page/token/productData/product3/earn_interst.png new file mode 100644 index 000000000..0490c9898 Binary files /dev/null and b/content/page/token/productData/product3/earn_interst.png differ diff --git a/content/page/token/productData/product3/index.md b/content/page/token/productData/product3/index.md new file mode 100644 index 000000000..41ec082af --- /dev/null +++ b/content/page/token/productData/product3/index.md @@ -0,0 +1,8 @@ +--- +id: earn_interst +title: EARN INTEREST +image : ./earn_interst.png +url : +--- + +Earn even more by staking your TFTs (coming 2021). diff --git a/content/page/token/token.md b/content/page/token/token.md index fbdfb9d70..8eeb42fbb 100644 --- a/content/page/token/token.md +++ b/content/page/token/token.md @@ -12,4 +12,6 @@ comparisonSecs: [expand_grid, invest_token, earn_more] partenershipsMain: cryptocurrency_main partnerships: [be_ur_bank, secure, transact_p2p, backed, decentralized, lives_stellar] +productsMain: token_product +productData: [swiptft, spendft, earn_interst] --- diff --git a/src/components/custom/sections/Comparison.vue b/src/components/custom/sections/Comparison.vue index c8e2f66df..077238057 100644 --- a/src/components/custom/sections/Comparison.vue +++ b/src/components/custom/sections/Comparison.vue @@ -33,19 +33,19 @@ >{{ main.button }} --> - {{ main.button }} - {{ main.button }} + {{ main.button }} + {{ main.button }} diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index 73ca31c7f..9916d5bc5 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -2,17 +2,20 @@

{{ main.title }}

-

+

{{ main.subtitle }}

-
+ +
+ + + {{ main.button }} + {{ main.button }} +
diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue b/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue index 541d0b5e9..b3d07f9a4 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue @@ -1,35 +1,35 @@ -