diff --git a/src/navigation.js b/src/navigation.js index 1f1b718..2b79863 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -31,7 +31,6 @@ export const footerData = { { title: 'Project Overview', links: [ - { text: 'Home', href: '/' }, { text: 'Technology', href: '/technology' }, { text: 'Builders', href: '/builders' }, { text: 'About', href: '/about' }, @@ -48,7 +47,6 @@ 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: 'ThreeFold Chat', href: 'https://t.me/threefold' }, { text: 'INCA Blog', href: '/blog' },