diff --git a/public/index.html b/public/index.html
index 84339b61dd0a5f4eb9c5a69600e0a29e476ca5b9..16605aba49a58e92be3df00e4a1f6aa9fc58ecd3 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, 0, -3);
-  roofMesh.position.set(0, 0, -3);
+  wallMesh.position.set(0, 1, -3);
+  roofMesh.position.set(0, 1, -3);
 
   // Add the meshes to the scene
   scene.add(wallMesh);