This commit is contained in:
2024-02-07 10:07:41 +05:00
parent f0def26b7c
commit 7bdfc90f24
2 changed files with 41 additions and 0 deletions
+40
View File
@@ -173,6 +173,46 @@ const villaA2M: Villa = {
image: "/images/apartment/A2M/perspectiveWorking/SP.jpg",
},
],
groundFloorUnits: {
entrance: '3.00x3.00',
livingRoom: '4.50x5.25',
dinningRoom: '5.00x4.00',
store1: '2.90x1.35',
mensMajilas: '5.00x7.00',
bathRoom1: '1.65x2.00',
washBasins: '1.75x2.00',
guestBedroom: '4.40x4.60',
bathRoom2: '2.80x2.00',
kitchen: '4.60x4.00',
bathRoom3: '1.50x2.10',
store2: '1.60x1.80',
laundryRoom: '3.00x1.50',
domesticWorkerRoom1: '3.00x3.00',
domesticWorkerBathroom1: '3.00x1.50',
serviceRoom: '1.10x1.90',
domesticWorkerRoom2: '3.00x3.00',
domesticWorkerBathroom2: '3.00x1.50',
watertank: '3.00x3.50',
outdoorPatio: '2.40x2.20'
},
firstFloorUnits: {
livingRoom:'5.00x3.95',
terrace1:'5.35x1.55',
masterBedroom: '4.00x5.35',
dressingRoom1: '2.20x1.70',
bathRoom1: '2.20x3.60',
bedroom1: '5.00x4.00',
dressingRoom2: '3.10x2.45',
bathRoom2: '1.75x2.70',
terrace2: '5.70x2.30',
bedroom2: '4.40x4.80',
bathRoom3: '2.80x1.80',
bedroom3: '4.80x4.00',
dressingRoom3: '2.70x1.80',
bathRoom4: '2.70x1.80',
terrace3: '8.00x1.30',
}
};
const villaA2T: Villa = {
+1
View File
@@ -24,6 +24,7 @@ type Units = {
domesticWorkerBathroom2: string;
terrace1: string;
terrace2: string;
terrace3: string;
serviceRoom: string;
watertank: string;
outdoorPatio: string;