diff --git a/public/index.html b/public/index.html
index aced098cdcdd63db9619972e225b256f7bdd07e6..48b82e5c4a092f828546300970f3ca67a57ccfc1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,11 +26,6 @@ async function activateXR() {
   // Add lighting to the scene
   const light = new THREE.DirectionalLight(0xffffff, 1);
   light.position.set(1, 1, 1).normalize();
-  scene.add(light);
-
-   // Add lighting to the house scene
-  const light = new THREE.DirectionalLight(0xffffff, 1);
-  light.position.set(1, 1, 1).normalize();
   scene.add(light);
 
   const ambientLight = new THREE.AmbientLight(0x404040); // soft white light