diff --git a/frontend/src/pages/home/Home.jsx b/frontend/src/pages/home/Home.jsx
index 7e72e8eaa..d31d15414 100644
--- a/frontend/src/pages/home/Home.jsx
+++ b/frontend/src/pages/home/Home.jsx
@@ -231,9 +231,15 @@ const Home = () => {
mapValues={mapValues}
setMapValues={setMapValues}
/> */}
- {/* TODO Visualisation */}
+
+
+
{text.contactText}
diff --git a/frontend/src/pages/home/style.scss b/frontend/src/pages/home/style.scss
index f7dc6e395..c786acce0 100644
--- a/frontend/src/pages/home/style.scss
+++ b/frontend/src/pages/home/style.scss
@@ -183,5 +183,17 @@
text-align: center;
}
}
+
+ .power-bi {
+ height: 1566px;
+ overflow: hidden;
+ iframe {
+ width: 100%;
+ height: 100%;
+ min-height: 480px;
+ border: none;
+ zoom: 4;
+ }
+ }
}
}