This commit is contained in:
2025-05-12 19:38:16 +05:00
parent c2532c577d
commit 599e3bb4cb
12 changed files with 62 additions and 48 deletions
+6 -9
View File
@@ -4,30 +4,27 @@ export const markers: IMarker[] = [
{
id: 1,
name: "downtown",
x: "56.7%",
y: "39.8%",
x: "54.2%",
y: "50.6%",
popupPosition: "left",
title: "Downtown",
unitsCount: 100,
disabled: true,
},
{
id: 2,
name: "marasi-drive",
x: "58.6%",
y: "42%",
x: "55.6%",
y: "52.5%",
popupPosition: "right",
title: "Marasi Drive",
unitsCount: 200,
},
{
id: 3,
name: "dubai-marina",
x: "22.5%",
y: "76%",
x: "35.35%",
y: "71.6%",
popupPosition: "right",
title: "Dubai Marina",
unitsCount: 300,
disabled: true,
},
];