Amenties popup fix

This commit is contained in:
2025-07-22 11:40:56 +05:00
parent 5258107194
commit 94f77a0532
5 changed files with 58 additions and 40 deletions
+38
View File
@@ -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,
},
],
},
];