diff --git a/content/page/developer/brandPanel3/index.md b/content/page/developer/brandPanel3/index.md
index 2ed667d62..44bb80c6c 100644
--- a/content/page/developer/brandPanel3/index.md
+++ b/content/page/developer/brandPanel3/index.md
@@ -3,9 +3,8 @@ id: developer_brandPanel3
title: APPLY FOR
subtitle : TESTING GRANTS
image: developer_testing.png # src/assets/brandPanel/..
-btnTxt : Start Testing
+btnTxt : Sign Up
sourceUrl : https://088nfpf6v5s.typeform.com/to/DS8hUAdV
---
We have different use cases for you to take ThreeFold’s technology on a test drive.
-
From zero to hero –- are you ready for the challenge?
\ No newline at end of file
diff --git a/content/page/developer/cta3/index.md b/content/page/developer/cta3/index.md
index 74d812ec7..8433d65c4 100644
--- a/content/page/developer/cta3/index.md
+++ b/content/page/developer/cta3/index.md
@@ -6,10 +6,7 @@ button: Explore Documentation
link: https://library.threefold.me/info/threefold/#/
---
ThreeFold is here to build the open-source Internet and Cloud infrastructure.
-
-
-
-The documentation helps you build on ThreeFold by introducing you to some foundational concepts as well as our development stacks. We’re also building tutorials to get you up and running.
+The documentation helps you build on ThreeFold by introducing you to some foundational concepts as well as our development stacks.
diff --git a/content/page/developer/developer.md b/content/page/developer/developer.md
index 89ba31e34..0d707ed16 100644
--- a/content/page/developer/developer.md
+++ b/content/page/developer/developer.md
@@ -17,5 +17,6 @@ cta3 : developer_cta3
productsMain: developer_page
productData: [developer1, developer2, developer3, developer4, developer5, developer6]
footers : footers
+footersMain : footers_header
---
diff --git a/content/page/developer/footers/footers.md b/content/page/developer/footers/footers.md
index 110a94ed8..dca9ac8e0 100644
--- a/content/page/developer/footers/footers.md
+++ b/content/page/developer/footers/footers.md
@@ -23,7 +23,7 @@ items:
link: https://library.threefold.me/info/threefold#/tokens/threefold__how_to_buy
- name: How billing works
link: https://library.threefold.me/info/threefold#/manual_tfgrid3/threefold__grid3_billing
- - name: Getting Started
+ - name: Deploy workloads
link: https://library.threefold.me/info/threefold#/manual_tfgrid3/threefold__manual3_getstarted_home
- name: Infrastructure as Code
link: https://library.threefold.me/info/threefold#/manual_tfgrid3/threefold__manual3_iac_home
diff --git a/content/page/developer/footers/main/main.md b/content/page/developer/footers/main/main.md
new file mode 100644
index 000000000..8273a56d0
--- /dev/null
+++ b/content/page/developer/footers/main/main.md
@@ -0,0 +1,5 @@
+---
+id: footers_header
+title1: Explore The
+title2: Documentation
+---
diff --git a/content/page/developer/productData/main/main.md b/content/page/developer/productData/main/main.md
index 5c5e88ec3..2cd628d78 100644
--- a/content/page/developer/productData/main/main.md
+++ b/content/page/developer/productData/main/main.md
@@ -3,4 +3,4 @@ id: developer_page
title: WHERE WOULD YOU LIKE TO START?
subtitle:
---
-ThreeFold's open source infrastructure has been built from the ground-up on the Linux Kernel to create a fully decentralized Internet and Cloud. From a stateless operating system to new compute, storage and networking primitives, this is the most powerful Internet infrastructure ever created.
\ No newline at end of file
+ThreeFold's open-source infrastructure has been built from the ground up on the Linux Kernel to create a fully decentralized Internet and Cloud. From a stateless operating system to new compute, storage and networking primitives, the next-generation internet is here.
\ No newline at end of file
diff --git a/content/page/developer/productData/product6/index.md b/content/page/developer/productData/product6/index.md
index cb9659aac..b4cc90f4d 100644
--- a/content/page/developer/productData/product6/index.md
+++ b/content/page/developer/productData/product6/index.md
@@ -1,6 +1,6 @@
---
id: developer6
-title: Software Development Kits
-image: ./sdk.png
+title: Planetary Network
+image: ./planetary_network.jpg
link: https://github.com/threefoldtech/js-sdk
---
diff --git a/content/page/developer/productData/product6/planetary_network.jpg b/content/page/developer/productData/product6/planetary_network.jpg
new file mode 100644
index 000000000..57e49da8e
Binary files /dev/null and b/content/page/developer/productData/product6/planetary_network.jpg differ
diff --git a/content/page/newcommunity/brandPanel3/index.md b/content/page/newcommunity/brandPanel3/index.md
index 009fc46c3..514f5a15d 100644
--- a/content/page/newcommunity/brandPanel3/index.md
+++ b/content/page/newcommunity/brandPanel3/index.md
@@ -4,6 +4,6 @@ title: JOIN THE THREEFOLD
subtitle : DEVELOPER COMMUNITY
image: join_developer.png # src/assets/brandPanel/..
btnTxt : Developer Resources
-sourceUrl : ''
+sourceUrl : /developer
---
From testing our latest releases, to joining our development teams, to applying for a ThreeFold Foundation grant – there are many ways to engage with ThreeFold’s technology.
\ No newline at end of file
diff --git a/gridsome.config.js b/gridsome.config.js
index a964d3d89..4d97bf71a 100644
--- a/gridsome.config.js
+++ b/gridsome.config.js
@@ -161,7 +161,14 @@ module.exports = {
path: './content/page/**/brandPanel/*.md',
}
},
-
+
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'footersMain',
+ path: './content/page/**/footers/main/*.md',
+ }
+ },
{
use: '@gridsome/source-filesystem',
@@ -482,6 +489,7 @@ module.exports = {
cta4: 'Cta4',
cta5: 'Cta5',
footers : 'footers',
+ footersMain: 'footersMain',
comparisonMain: 'ComparisonMain',
comparisonSecs: 'Comparison',
jobsMain: 'JobsMain',
diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue
index 566ea3998..20d2d87f8 100644
--- a/src/components/marketing/sections/cta-sections/BrandPanel.vue
+++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue
@@ -791,7 +791,6 @@
>
-