Merge pull request 'removed newsletter for now' (#100) from development_remove_newsletter into development

Reviewed-on: tfgrid/www_projectinca#100
This commit is contained in:
mik-tf 2024-06-26 22:24:07 +00:00
commit a8b7e667c6

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,7 +47,6 @@ 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: 'ThreeFold Chat', href: 'https://t.me/threefold' },
{ text: 'INCA Blog', href: '/blog' }, { text: 'INCA Blog', href: '/blog' },