diff --git a/opentech/public/home/templates/home/home_page.html b/opentech/public/home/templates/home/home_page.html
index 3de0558e5eec7460b103ffca7fb0bbec24821d34..5496db1263ca005d2c4f43cd912f5ef4ada81b8e 100644
--- a/opentech/public/home/templates/home/home_page.html
+++ b/opentech/public/home/templates/home/home_page.html
@@ -109,7 +109,22 @@
         </div>
     </div>
 
+    <div class="wrapper wrapper--breakout wrapper--light-grey-bg wrapper--inner-space-xl">
+        <div class="wrapper wrapper--medium">
+            <section class="section section--introduction">
+                <div>
+                    <h2>Labs</h2>
+                    <p>OTF Resource Labs are a general set of mechanisms utilized by the program to offset its current inability to provide long-term funding support. The Labs are recognition that the community of Internet freedom and digital human-rights defenders require continuous sustenance rather than limited projects and constant re-application processes.</p>
+                </div>
+                <div>
+                    <a class="link link--arrow-pixels-blue" href="#">
+                        All labs
+                        <svg><use xlink:href="#arrow-head-pixels--solid"></use></svg>
+                    </a>
+                </div>
+            </section>
         </div>
     </div>
+
     {% include "includes/call_to_action.html" with call_to_action=page.call_to_action %}
 {% endblock %}