diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 8acdd37..9de2f90 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -131,15 +131,15 @@
 </div>
 
 <div class="grid place-content-center place-items-center min-h-screen pointer-events-auto font-mono">
-    <article class="pt-16 prose overflow-hidden {mobile ? "px-8" : ""}">
+    <!-- <article class="pt-16 prose overflow-hidden {mobile ? "px-8" : ""}">
         <h2 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">About us</h2>
         <p>We are a small group of developers and artists who started out as classmates, united by our passion for all things technology.</p>
-    </article>
+    </article> -->
 
     <!-- Spacer -->
-    <div style="width: 50%;" class="{!mobile ? "py-16" : "py-4"}">
+    <!-- <div style="width: 50%;" class="{!mobile ? "py-16" : "py-4"}">
         <ProfileSpacer/>
-    </div>
+    </div> -->
     
     <article class="pt-16 prose {mobile ? "px-8" : ""}">
         <h2 class="main-title {!mobile ? "text-center m-auto" : "m-0"}" style="font-size: {!mobile ? 3 : 3}rem; ">Games</h2>