diff --git a/content/page/home/brandPanel2/brandPanel2.md b/content/page/home/brandPanel2/brandPanel2.md new file mode 100644 index 000000000..5e2339962 --- /dev/null +++ b/content/page/home/brandPanel2/brandPanel2.md @@ -0,0 +1,17 @@ +--- +id: grid_solution +title: THE THREEFOLD GRID IS THE ONLY TRUE SOLUTION +subtitle: '' +sourceUrl: https://threefold.io/info/threefold#/threefold__grid_why +btnTxt: Know More +sourceUrl2: https://explorer.threefold.io/ +btnTxt2: Live Stats +image: grid_solution.png # src/assets/brandPanel/.. +--- + +We did what nobody else has done. We rebuilt the architecture from the ground up – a unique stateless operating system and an automation layer to remove all intermediaries and enable anyone to connect hardware, anywhere around the world. A real, long-lasting solution, not just a bandaid approach. + +
+Without the ThreeFold Grid, the peer-to-peer Internet the world needs is not possible. + + \ No newline at end of file diff --git a/content/page/home/home.md b/content/page/home/home.md index cfe249a9a..b188dfa26 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -11,6 +11,8 @@ solution_image2: ./video_play.png cta2: home_cta2 productsMain: product productData: [nodes_home, tokens_home, storage_home] +brandPanel: fix_internet +brandPanel2: grid_solution cta3: home_cta3 cta4: home_cta4 solution_image3: ./bg3.png @@ -25,4 +27,4 @@ cta: home_cta - + diff --git a/gridsome.config.js b/gridsome.config.js index 96e1d6ad1..fc5c4012f 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -197,6 +197,14 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'BrandPanel2', + path: './content/page/**/brandPanel2/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -239,6 +247,7 @@ module.exports = { plans: 'Plans', inTheNews: 'InTheNews', brandPanel: 'BrandPanel', + brandPanel2: 'BrandPanel2', allSlides: 'About' } } diff --git a/src/assets/images/brandPanel/grid_solution.png b/src/assets/images/brandPanel/grid_solution.png new file mode 100644 index 000000000..f6a71ecfe Binary files /dev/null and b/src/assets/images/brandPanel/grid_solution.png differ diff --git a/src/components/custom/sections/Comparison.vue b/src/components/custom/sections/Comparison.vue index 9d78af37b..c8e2f66df 100644 --- a/src/components/custom/sections/Comparison.vue +++ b/src/components/custom/sections/Comparison.vue @@ -1,5 +1,5 @@