diff --git a/_includes/title_content/services.html b/_includes/title_content/services.html
deleted file mode 100644
index db47da40babab83b63ebcde818182f161f352df9..0000000000000000000000000000000000000000
--- a/_includes/title_content/services.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<div>
-    <h1>{{ page.title }}</h1>
-    <h2>A cluster of
-        <a href="https://www.hifis.net/" class="logo-link btn btn-primary btn-lg">
-            <img
-                id="title-logo"
-                class="logo"
-                src="{{ '/assets/img/HIFIS_Logo_Inverted_cropped.svg' | relative_url }}"
-                alt="HIFIS Logo">
-        </a>
-    </h2>
-
-</div>
-<div class="alert alert-primary services-box">
-    <h2>Discover our services</h2>
-    <div class="services-title-buttons">
-        <a href="{{ 'services/training' | relative_url }}" class="btn btn-primary btn-lg">
-            <i class="fas fa-university"></i> Education &amp; Training
-        </a>
-        <a href="{{ 'services#technology' | relative_url }}" class="btn btn-primary btn-lg">
-            <i class="fas fa-laptop-code"></i> Technology
-        </a>
-        <a href="{{ 'services#consulting' | relative_url }}" class="btn btn-primary btn-lg">
-            <i class="fas fa-chart-line"></i> Consulting
-        </a>
-        <a href="{{ 'services#community' | relative_url }}" class="btn btn-primary btn-lg">
-            <i class="fas fa-users"></i> Communities
-        </a>
-    </div>
-</div>