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