Amenties popup fix
This commit is contained in:
@@ -525,6 +525,28 @@ export const projects: Project[] = [
|
||||
tourAvailable: true,
|
||||
},
|
||||
],
|
||||
amentiesFloors: [
|
||||
{
|
||||
title: "Rooftop",
|
||||
total: 10,
|
||||
},
|
||||
{
|
||||
title: "Sky Garden",
|
||||
total: 15,
|
||||
indoor: 3,
|
||||
outdoor: 12,
|
||||
},
|
||||
{
|
||||
title: "Podium Level",
|
||||
total: 27,
|
||||
indoor: 13,
|
||||
outdoor: 14,
|
||||
},
|
||||
{
|
||||
title: "Ground Level",
|
||||
total: 7,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rove Home Dubai Marina",
|
||||
@@ -1764,5 +1786,21 @@ export const projects: Project[] = [
|
||||
],
|
||||
},
|
||||
],
|
||||
amentiesFloors: [
|
||||
{
|
||||
title: "Rooftop",
|
||||
total: 14,
|
||||
},
|
||||
{
|
||||
title: "Podium Level",
|
||||
total: 21,
|
||||
indoor: 8,
|
||||
outdoor: 13,
|
||||
},
|
||||
{
|
||||
title: "Ground Level",
|
||||
total: 14,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user