diff --git a/public/images/apartment/A1T/A1T_1F.png b/public/images/apartment/A1T/A1T_1F.png
new file mode 100644
index 0000000..d8e8dfd
Binary files /dev/null and b/public/images/apartment/A1T/A1T_1F.png differ
diff --git a/public/images/apartment/A1T/A1T_GF.png b/public/images/apartment/A1T/A1T_GF.png
new file mode 100644
index 0000000..dafabb1
Binary files /dev/null and b/public/images/apartment/A1T/A1T_GF.png differ
diff --git a/public/images/apartment/A1T/A1T_P.png b/public/images/apartment/A1T/A1T_P.png
new file mode 100644
index 0000000..a20caf9
Binary files /dev/null and b/public/images/apartment/A1T/A1T_P.png differ
diff --git a/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_01_R05.jpg b/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_01_R05.jpg
new file mode 100644
index 0000000..e92b5da
Binary files /dev/null and b/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_01_R05.jpg differ
diff --git a/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_02_R04.jpg b/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_02_R04.jpg
new file mode 100644
index 0000000..aa8e866
Binary files /dev/null and b/public/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_02_R04.jpg differ
diff --git a/src/App.tsx b/src/App.tsx
index 7d2142f..51eb8ec 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,6 +5,7 @@ import { useVilla } from "./hooks/useVilla";
import Desktop from "./pages/Desktop/Desktop";
import Mobile from "./pages/Mobile/Mobile";
import useStore from "./store/store";
+import { MapComponent } from "./components/Map/Map";
function App() {
const { villa } = useVilla();
@@ -14,7 +15,12 @@ function App() {
setCurrentVilla(villa);
}, [setCurrentVilla, villa]);
- return <>{isMobile ?