diff --git a/docusaurus.config.js b/docusaurus.config.js
index c6b08e2f..1b40a0d1 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -44,12 +44,14 @@ module.exports = {
         src: "img/logo.svg",
       },
       items: [
-        {
+        /* TRYING TO REMOVE IT TO SEE IF 
+        IT'S MORE CLEAR FOR NEW USERS WITHOUT THIS PAGE 
+        { 
           to: "integrations/",
           activeBasePath: "integrations",
           label: "Integrations",
           position: "left",
-        },
+        }, */
         {
           to: "docs/",
           activeBasePath: "docs",
diff --git a/src/components/Home.js b/src/components/Home.js
index e5bd53e9..bba0db10 100644
--- a/src/components/Home.js
+++ b/src/components/Home.js
@@ -25,7 +25,7 @@ const COMPATIBILITIES = [
   ],
   [
     { title: "Tasmota", imgSrc: "tasmota.jpg", docKey: "tasmota" },
-    { title: "Tuya", imgSrc: "tuya.jpg", docKey: "tuya" },
+    { title: "Sonos", imgSrc: "sonos.jpg", docKey: "sonos" },
     { title: "Alexa", imgSrc: "alexa.jpg", docKey: "alexa" },
     { title: "Camera", imgSrc: "rtsp-camera.jpg", docKey: "camera" },
   ],
diff --git a/static/img/home/compatibilities/sonos.jpg b/static/img/home/compatibilities/sonos.jpg
new file mode 100644
index 00000000..a89425b9
Binary files /dev/null and b/static/img/home/compatibilities/sonos.jpg differ