Compare commits

...

6 Commits

2 changed files with 30 additions and 15 deletions

View File

@ -37,22 +37,39 @@ const { language, textDirection } = I18N;
<Analytics /> <Analytics />
<!-- Comment the line below to disable View Transitions --> <!-- Comment the line below to disable View Transitions -->
<ViewTransitions fallback="swap" />
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> <script type="text/javascript">
window.$crisp = [];
window.CRISP_WEBSITE_ID = '1a5a5241-91cb-4a41-8323-5ba5ec574da0';
(function () {
d = document;
s = d.createElement('script');
s.src = 'https://client.crisp.chat/l.js';
s.async = 1;
d.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
<!-- MailerLite Universal --> <!-- MailerLite Universal -->
<script is:inline> <script is:inline>
(function (m, a, i, l, e, r) { (function (m, a, i, l, e, r) {
m['MailerLiteObject'] = e; function f() { m['MailerLiteObject'] = e;
var c = { a: arguments, q: [] }; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q); function f() {
var c = { a: arguments, q: [] };
var r = this.push(c);
return 'number' != typeof r ? r : f.bind(c.q);
} }
f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i); f.q = f.q || [];
var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?v' + (~~(new Date().getTime() / 1000000)); m[e] = m[e] || f.bind(f.q);
m[e].q = m[e].q || f.q;
r = a.createElement(i);
var _ = a.getElementsByTagName(i)[0];
r.async = 1;
r.src = l + '?v' + ~~(new Date().getTime() / 1000000);
_.parentNode.insertBefore(r, _); _.parentNode.insertBefore(r, _);
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml'); })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load'); var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load');
</script> </script>
<!-- End MailerLite Universal --> <!-- End MailerLite Universal -->
</head> </head>

View File

@ -31,7 +31,6 @@ export const footerData = {
{ {
title: 'Project Overview', title: 'Project Overview',
links: [ links: [
{ text: 'Home', href: '/' },
{ text: 'Technology', href: '/technology' }, { text: 'Technology', href: '/technology' },
{ text: 'Builders', href: '/builders' }, { text: 'Builders', href: '/builders' },
{ text: 'About', href: '/about' }, { text: 'About', href: '/about' },
@ -48,10 +47,9 @@ export const footerData = {
{ {
title: 'Communication', title: 'Communication',
links: [ links: [
{ text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'Contact Us', href: '/contact' }, { text: 'Contact Us', href: '/contact' },
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, { text: 'Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'INCA Blog', href: '/blog' }, { text: 'Blog', href: '/blog' },
], ],
}, },