diff --git a/public/index.html b/public/index.html
index f2610ba9b87b9b1addf34697d3b53f9b2a98f6b3..1e662e368a2e8858922ce63bd92351801b36c174 100644
--- a/public/index.html
+++ b/public/index.html
@@ -92,8 +92,8 @@ async function activateXR() {
   var roofMesh = new THREE.Mesh(roofGeometry, roofMaterial);
 
   // Position the house
-  wallMesh.position.set(0, -1, -3);
-  roofMesh.position.set(0, -1, -3);
+  wallMesh.position.set(0, -1.5, -3);
+  roofMesh.position.set(0, -1.5, -3);
 
   // Add the meshes to the scene
   scene.add(wallMesh);