diff --git a/content/page/home/home.md b/content/page/home/home.md index afc860809..cf0b15125 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -7,7 +7,7 @@ header_excerpt: Welcome to the world’s largest Peer-to-Peer internet, formed b button: TAKE PART link: /farming/token productsMain: product -productData: [product1, product6, product3, product2, product5, product4] +productData: [tokens, nodes, storage] logos: [logo1, logo2, logo3, logo4, logo5, logo6] brandPanel: brand_panel comparisonMain: comparison diff --git a/content/page/home/productData/main/main.md b/content/page/home/productData/main/main.md index caf956e36..0ff1e1692 100644 --- a/content/page/home/productData/main/main.md +++ b/content/page/home/productData/main/main.md @@ -1,5 +1,5 @@ --- id: product -title: The building blocks of the P2P Internet -subtitle: '' ---- +title: TAKE PART +subtitle: Start your P2P journey and help expand the network. +--- \ No newline at end of file diff --git a/content/page/home/productData/product1/product1.md b/content/page/home/productData/product1/product1.md deleted file mode 100644 index 02729958d..000000000 --- a/content/page/home/productData/product1/product1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product1 -title: '' -image : ./farming_card.png -url : /farming ---- - diff --git a/content/page/home/productData/product1/tokens.md b/content/page/home/productData/product1/tokens.md new file mode 100644 index 000000000..7b0d9c8f9 --- /dev/null +++ b/content/page/home/productData/product1/tokens.md @@ -0,0 +1,7 @@ +--- +id: tokens +title: '' +image : ./tokens.png +url : /farming/token +--- + diff --git a/content/page/home/productData/product1/tokens.png b/content/page/home/productData/product1/tokens.png new file mode 100644 index 000000000..024a9d66d Binary files /dev/null and b/content/page/home/productData/product1/tokens.png differ diff --git a/content/page/home/productData/product1/tokens.svg b/content/page/home/productData/product1/tokens.svg new file mode 100644 index 000000000..49e9b8c22 --- /dev/null +++ b/content/page/home/productData/product1/tokens.svg @@ -0,0 +1 @@ +Yes Please!Get your hands on the ThreeFold Token (TFT), the only digital currency backed by the world’s fastest growing P2P network.GET TOKENSMOST POPULAR \ No newline at end of file diff --git a/content/page/home/productData/product2/nodes.md b/content/page/home/productData/product2/nodes.md new file mode 100644 index 000000000..82127cb7d --- /dev/null +++ b/content/page/home/productData/product2/nodes.md @@ -0,0 +1,7 @@ +--- +id: nodes +title: '' +image : ./nodes.png +url : /farming/3node +--- + diff --git a/content/page/home/productData/product2/nodes.png b/content/page/home/productData/product2/nodes.png new file mode 100644 index 000000000..ffe9e7ab3 Binary files /dev/null and b/content/page/home/productData/product2/nodes.png differ diff --git a/content/page/home/productData/product2/nodes.svg b/content/page/home/productData/product2/nodes.svg new file mode 100644 index 000000000..70bc64443 --- /dev/null +++ b/content/page/home/productData/product2/nodes.svg @@ -0,0 +1 @@ +Let’s Do This!Plug in a 3Node and earn income by selling decentralized storage and compute space to people looking for a more secure experience.SET UP A NODE \ No newline at end of file diff --git a/content/page/home/productData/product2/product2.md b/content/page/home/productData/product2/product2.md deleted file mode 100644 index 4c40dfc60..000000000 --- a/content/page/home/productData/product2/product2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product2 -title: '' -image : ./cloud_card.png -url : /cloud ---- - diff --git a/content/page/home/productData/product3/product3.md b/content/page/home/productData/product3/product3.md deleted file mode 100644 index 71924ff41..000000000 --- a/content/page/home/productData/product3/product3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product3 -title: '' -image : ./marketplace_card.png -url : /marketplace ---- - diff --git a/content/page/home/productData/product3/storage.md b/content/page/home/productData/product3/storage.md new file mode 100644 index 000000000..9b7e88543 --- /dev/null +++ b/content/page/home/productData/product3/storage.md @@ -0,0 +1,7 @@ +--- +id: storage +title: '' +image : ./storage.png +url : /cloud +--- + diff --git a/content/page/home/productData/product3/storage.png b/content/page/home/productData/product3/storage.png new file mode 100644 index 000000000..842736af4 Binary files /dev/null and b/content/page/home/productData/product3/storage.png differ diff --git a/content/page/home/productData/product3/storage.svg b/content/page/home/productData/product3/storage.svg new file mode 100644 index 000000000..bb7613450 --- /dev/null +++ b/content/page/home/productData/product3/storage.svg @@ -0,0 +1 @@ +Make Me Safer!Say goodbye to security concerns and move all your workloads easily to a more secure and private decentralized cloud.GET STORAGE \ No newline at end of file diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index 33e063279..e55e4508c 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -1,13 +1,13 @@