diff --git a/src/views/Home.vue b/src/views/Home.vue
index f2e342d352cc9c01633e1b51836927de4ff9eddb..1ed1099e788d382494eb39a2c06e83f64a4e9230 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -17,7 +17,7 @@
         >
       </p>
     </div>
-    <v-container class="px-8">
+    <v-container class="px-8 mb-4">
       <div class="row text-left">
         <div class="col-md-6">
           <img
@@ -58,19 +58,6 @@
           </v-btn>
         </div>
       </div>
-      <div class="container my-4 px-8">
-        <h2 class="my-4 mt-sm-8 px-0">Onboarding Workshops</h2>
-        <p class="text-center">
-          Get hands-on experience and training with our rapid workshop to stand
-          up a hello world pipeline with a templated app through Party Bus -
-          <Tooltip text="ABMS" tooltip="Advanced Battle Management System" />
-          <Tooltip
-            text="ADCE"
-            tooltip="All Domain Common Environment"
-            :spaceAfter="false"
-          />.
-        </p>
-      </div>
     </v-container>
     <IntroVideo />
     <ServicesSummary />