Index: src/views/pages/hub-home.ejs
===================================================================
--- src/views/pages/hub-home.ejs	(revision 743bb8114bbf5027127df02b295fce2efb02ce8d)
+++ src/views/pages/hub-home.ejs	(revision 6e0249f645aa302be11c2683100109edcedf3ab4)
@@ -4,10 +4,10 @@
   <header class="hub-hero">
     <div class="hub-hero-inner container">
-      <h1 class="hub-hero-title"><%= company ? company.title : 'Overzicht' %></h1>
-      <% if (company && company.tagline) { %>
-        <p class="hub-hero-tag"><%= company.tagline %></p>
+      <h1 class="hub-hero-title"><%= hub.title %></h1>
+      <% if (hub.tagline) { %>
+        <p class="hub-hero-tag"><%= hub.tagline %></p>
       <% } %>
-      <% if (company && (company.profile_bio || company.description)) { %>
-        <p class="hub-hero-desc"><%= company.profile_bio || company.description %></p>
+      <% if (hub.intro) { %>
+        <p class="hub-hero-desc"><%= hub.intro %></p>
       <% } %>
     </div>
