diff --git a/src/lib/nav.html b/src/lib/nav.html
index ac868cc..c86d4e8 100644
--- a/src/lib/nav.html
+++ b/src/lib/nav.html
@@ -14,6 +14,7 @@
+
{% with class_prefix="nav-bar" %}
diff --git a/src/lib/social_links.html b/src/lib/social_links.html
index 82c983d..434e9e4 100644
--- a/src/lib/social_links.html
+++ b/src/lib/social_links.html
@@ -4,7 +4,6 @@
{% endmacro %}
-{{ social_link(gettext('Mail'), 'mail-fill.svg', 'mailto:contact@frog-collective.com') }}
{{ social_link('Itch.io', 'itchio-fill.svg', 'https://frog-collective.itch.io/') }}
{{ social_link('Youtube', 'youtube-fill.svg', 'https://www.youtube.com/@FrogCoGames') }}
{{ social_link('Twitch', 'twitch-fill.svg', 'https://www.twitch.tv/frogcollective') }}
diff --git a/src/pages/index.html b/src/pages/index.html
index 3f70646..1b08b04 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -23,6 +23,7 @@
{% include "pages/index/presentation.html" %}
{% include "pages/index/games.html" %}
{% include "pages/index/news.html" %}
+ {% include "pages/index/contact.html" %}
{% include "pages/index/footer.html" %}