Files
ADHA_mobile_project/src/consts/villas.ts
T

471 lines
9.4 KiB
TypeScript

import { Villa } from "../types/appartment";
const villaA1M: Villa = {
type: "a1m",
plotArea: "1080",
totalBuildUpArea: "461",
totalCountBedroms: 5,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/A1M/A1M_GF.png",
},
{
id: 2,
image: "/images/apartment/A1M/A1M_1F.png",
},
{
id: 3,
image: "/images/apartment/A1M/A1M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/A1M/perspectiveWorking/009_Villa_A1MO_CAM_01_R05.jpg",
},
{
id: 2,
image: "/images/apartment/A1M/perspectiveWorking/009_Villa_A1MO_CAM_02_R05.jpg",
},
],
groundFloorUnits: {
entrance: '3.25x3.10',
livingRoom: '4.10x5.10',
dinningRoom: '5.00x5.00',
terrace1: '5.70x0.90',
store1: '2.90x1.35',
mensMajilas: '5.00x7.00',
bathRoom1: '1.70x2.00',
washBasins: '1.80x2.00',
guestBedroom: '4.10x4.60',
bathRoom2: '2.70x2.00',
kitchen: '5.00x4.00',
terrace2: '5.30x1.00',
store2: '2.20x1.35',
bathRoom3: '1.50x2.50',
laundryRoom: '2.20x1.50',
domesticWorkerRoom1: '3.50x3.00',
domesticWorkerBathroom1: '1.50x2.00',
serviceRoom: '1.10x1.90',
domesticWorkerRoom2: '3.00x3.00',
domesticWorkerBathroom2: '3.00x1.50',
watertank: '3.00x3.50',
outdoorPatio: '2.40x2.20',
},
firstFloorUnits: {
livingRoom: '4.10x4.60',
masterBedroom: '5.00x5.00',
dressingRoom1: '2.90x3.50',
bathRoom1: '2.00x3.50',
terrace1: '9.25x2.55',
bedroom1: '5.00x4.00',
dressingRoom2: '3.10x2.70',
bathRoom2: '1.80x2.70',
terrace2: '5.00x2.30',
bedroom2: '5.00x4.00',
dressingRoom3: '2.20x1.80',
bedroom3: '4.10x4.80',
bathRoom3: '2.70x1.80',
store1: '1.80x1.35',
}
};
const villaA1T: Villa = {
type: "a1t",
plotArea: "1080",
totalBuildUpArea: "444",
totalCountBedroms: 5,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/A1T/A1T_GF.png",
},
{
id: 2,
image: "/images/apartment/A1T/A1T_1F.png",
},
{
id: 3,
image: "/images/apartment/A1T/A1T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_01_R05.jpg",
},
{
id: 2,
image: "/images/apartment/A1T/perspectiveWorking/001_Villa_A1TO_CAM_02_R04.jpg",
},
],
groundFloorUnits: {
entrance: '3.25x3.10',
livingRoom: '4.10x5.10',
dinningRoom: '4.10x5.10',
store1: '2.90x1.35',
mensMajilas: '5.00x7.00',
bathRoom1: '1.70x2.00',
washBasins: '1.70x2.00',
guestBedroom: '4.10x4.60',
bathRoom2: '2.70x2.00',
kitchen: '5.00x4.00',
bathRoom3: '1.50x2.50',
store2: '2.20x1.30',
laundryRoom: '2.20x1.50',
domesticWorkerRoom1: '3.50x3.00',
domesticWorkerBathroom1: '1.50x2.00',
serviceRoom: '1.10x1.90',
domesticWorkerRoom2: '3.00x3.00',
domesticWorkerBathroom2: '2.40x2.20',
watertank: '3.00x3.50',
outdoorPatio: '3.40x2.20',
},
firstFloorUnits: {
livingRoom: '4.10x4.60',
masterBedroom: '5.00x5.00',
dressingRoom1: '2.90x3.50',
bathRoom1: '2.00x3.50',
terrace1: '5.20x2.70',
bedroom1: '2.70x1.80',
dressingRoom2: '2.70x1.80',
bathRoom2: '2.70x1.80',
bedroom2: '5.00x4.00',
dressingRoom3: '3.00x2.45',
bathRoom3: '1.80x2.70',
terrace2: '5.50x1.50',
bedroom3: '4.10x4.20',
bathRoom4: '2.65x1.80',
store1: '1.80x1.35'
}
};
const villaA2M: Villa = {
type: "a2m",
plotArea: "1080",
totalBuildUpArea: "463",
totalCountBedroms: 5,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/A2M/A2M_GF.png",
},
{
id: 2,
image: "/images/apartment/A2M/A2M_1F.png",
},
{
id: 3,
image: "/images/apartment/A2M/A2M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/A2M/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/A2M/perspectiveWorking/SP.jpg",
},
],
};
const villaA2T: Villa = {
type: "a2t",
plotArea: "1080",
totalBuildUpArea: "425",
totalCountBedroms: 5,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/A2T/A2T_GF.png",
},
{
id: 2,
image: "/images/apartment/A2T/A2T_1F.png",
},
{
id: 3,
image: "/images/apartment/A2T/A2T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/A2T/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/A2T/perspectiveWorking/SP.jpg",
},
],
};
const villaB1M: Villa = {
type: "b1m",
plotArea: "1080",
totalBuildUpArea: "496",
totalCountBedroms: 5,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/B1M/B1M_GF.png",
},
{
id: 2,
image: "/images/apartment/B1M/B1M_1F.png",
},
{
id: 3,
image: "/images/apartment/B1M/B1M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/B1M/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/B1M/perspectiveWorking/SP.jpg",
},
],
};
const villaB1T: Villa = {
type: "b1t",
plotArea: "1080",
totalBuildUpArea: "473",
totalCountBedroms: 5,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/B1T/B1T_GF.png",
},
{
id: 2,
image: "/images/apartment/B1T/B1T_1F.png",
},
{
id: 3,
image: "/images/apartment/B1T/B1T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/B1T/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/B1T/perspectiveWorking/SP.jpg",
},
],
};
const villaB2M: Villa = {
type: "b2m",
plotArea: "1080",
totalBuildUpArea: "498",
totalCountBedroms: 5,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/B2M/B2M_GF.png",
},
{
id: 2,
image: "/images/apartment/B2M/B2M_1F.png",
},
{
id: 3,
image: "/images/apartment/B2M/B2M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/B2M/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/B2M/perspectiveWorking/SP.jpg",
},
],
};
const villaB2T: Villa = {
type: "b2t",
plotArea: "1080",
totalBuildUpArea: "483",
totalCountBedroms: 5,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/B2T/B2T_GF.png",
},
{
id: 2,
image: "/images/apartment/B2T/B2T_1F.png",
},
{
id: 3,
image: "/images/apartment/B2T/B2T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/B2T/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/B2T/perspectiveWorking/SP.jpg",
},
],
};
const villaC1M: Villa = {
type: "c1m",
plotArea: "1080",
totalBuildUpArea: "597",
totalCountBedroms: 6,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/C1M/C1M_GF.png",
},
{
id: 2,
image: "/images/apartment/C1M/C1M_1F.png",
},
{
id: 3,
image: "/images/apartment/C1M/C1M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/C1M/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/C1M/perspectiveWorking/SP.jpg",
},
],
};
const villaC1T: Villa = {
type: "c1t",
plotArea: "1080",
totalBuildUpArea: "570",
totalCountBedroms: 6,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/C1T/C1T_GF.png",
},
{
id: 2,
image: "/images/apartment/C1T/C1T_1F.png",
},
{
id: 3,
image: "/images/apartment/C1T/C1T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/C1T/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/C1T/perspectiveWorking/SP.jpg",
},
],
};
const villaC2M: Villa = {
type: "c2m",
plotArea: "1080",
totalBuildUpArea: "603",
totalCountBedroms: 6,
villaTheme: "Modern",
sliders: [
{
id: 1,
image: "/images/apartment/C2M/C2M_GF.png",
},
{
id: 2,
image: "/images/apartment/C2M/C2M_1F.png",
},
{
id: 3,
image: "/images/apartment/C2M/C2M_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/C2M/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/C2M/perspectiveWorking/SP.jpg",
},
],
};
const villaC2T: Villa = {
type: "c2t",
plotArea: "1080",
totalBuildUpArea: "569",
totalCountBedroms: 6,
villaTheme: "Traditional",
sliders: [
{
id: 1,
image: "/images/apartment/C2T/C2T_GF.png",
},
{
id: 2,
image: "/images/apartment/C2T/C2T_1F.png",
},
{
id: 3,
image: "/images/apartment/C2T/C2T_P.png",
},
],
perspectiveWorkings: [
{
id: 1,
image: "/images/apartment/C2T/perspectiveWorking/FP.jpg",
},
{
id: 2,
image: "/images/apartment/C2T/perspectiveWorking/SP.jpg",
},
],
};
const VILLAS = [villaA1M, villaA1T, villaA2M, villaA2T, villaB1M, villaB1T, villaB2M, villaB2T, villaC1M, villaC1T, villaC2M, villaC2T]
export { villaA1M, VILLAS };