diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 38b829b..dd090c8 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -38,7 +38,22 @@ const { language, textDirection } = I18N;
+
+
+
+
+
diff --git a/src/navigation.js b/src/navigation.js
index f4e2303..1f1b718 100644
--- a/src/navigation.js
+++ b/src/navigation.js
@@ -48,10 +48,11 @@ export const footerData = {
{
title: 'Communication',
links: [
+ { text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'Contact Us', href: '/contact' },
- { text: 'INCA Blog', href: '/blog' },
- { text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' },
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
+ { text: 'INCA Blog', href: '/blog' },
+
],
},
],
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 319f146..a5c4354 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -16,6 +16,7 @@ import Partners from './partners.astro'
import Purpose from './purpose.astro'
import Inca from './internetcapacity.astro'
import INCAStats from './incastats.astro'
+import EmbedMailerlite from '~/components/widgets/EmbedMailerlite.astro';
@@ -306,6 +307,28 @@ const metadata = {
/>
+
+
+
+
+
+ Grow the Internet Capacity with Us!
+
+
+
+ The grid grows stronger as we build and deploy together. Join the fun!
+
+
+
@@ -350,24 +373,26 @@ const metadata = {
]}
/>
+
- Grow the Internet Capacity with Us!
+ Be in the Know!
- The grid grows stronger as we build and deploy together. Join the fun!
+ Join the mailing list to receive news and updates about the project!
+
\ No newline at end of file