-
-
+
+
Indoor Amenties
+
+
} title="Indoor Lap Pool" />
+
} title="Wellness Features" />
+
} title="Changing Rooms" />
+
-
-
+
+
+
Outdoor Amenties
+
+
} title="Padel Pong" />
+
} title="Sun Lounging Deck" />
+
} title="Outdoor Cinema" />
+
}
+ title="Bouldering Wall"
+ />
+
}
+ title="Ping Pong in a Tube"
+ />
+
} title="Amphitheatre" />
+
}
+ title="Communal Dining Tables"
+ />
+
}
+ title="Suspended Lounging Nets "
+ />
+
} title="Lush Landscape" />
+
} title="Running Wheel" />
+
} title="Chess Tables" />
+
} title="Climbing Wall" />
+
}
+ title="Outdoor Coworking Space"
+ />
+
}
+ title="Multi-purpose Court"
+ />
+
);
diff --git a/src/components/icons/amentities/AmphitheatreIcon.tsx b/src/components/icons/amentities/AmphitheatreIcon.tsx
new file mode 100644
index 0000000..7717d6d
--- /dev/null
+++ b/src/components/icons/amentities/AmphitheatreIcon.tsx
@@ -0,0 +1,14 @@
+function AmphitheatreIcon() {
+ return (
+
+
+
+ );
+}
+
+export default AmphitheatreIcon;
diff --git a/src/components/icons/amentities/AquaCyclingIcon.tsx b/src/components/icons/amentities/AquaCyclingIcon.tsx
new file mode 100644
index 0000000..6953f8f
--- /dev/null
+++ b/src/components/icons/amentities/AquaCyclingIcon.tsx
@@ -0,0 +1,28 @@
+function AquaCyclingIcon() {
+ return (
+
+
+
+
+
+
+
+ );
+}
+
+export default AquaCyclingIcon;
diff --git a/src/components/icons/amentities/ArcadeGameIcon.tsx b/src/components/icons/amentities/ArcadeGameIcon.tsx
new file mode 100644
index 0000000..dbc5e4a
--- /dev/null
+++ b/src/components/icons/amentities/ArcadeGameIcon.tsx
@@ -0,0 +1,33 @@
+function ArcadeGameIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default ArcadeGameIcon;
diff --git a/src/components/icons/amentities/BBQTerraceIcon.tsx b/src/components/icons/amentities/BBQTerraceIcon.tsx
new file mode 100644
index 0000000..c0553e4
--- /dev/null
+++ b/src/components/icons/amentities/BBQTerraceIcon.tsx
@@ -0,0 +1,28 @@
+function BBQTerraceIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default BBQTerraceIcon;
diff --git a/src/components/icons/amentities/BoulderingWallIcon.tsx b/src/components/icons/amentities/BoulderingWallIcon.tsx
new file mode 100644
index 0000000..abebaa8
--- /dev/null
+++ b/src/components/icons/amentities/BoulderingWallIcon.tsx
@@ -0,0 +1,14 @@
+function BoulderingWallIcon() {
+ return (
+
+
+
+ );
+}
+
+export default BoulderingWallIcon;
diff --git a/src/components/icons/amentities/CabanasWithDaybeds.tsx b/src/components/icons/amentities/CabanasWithDaybeds.tsx
new file mode 100644
index 0000000..0f3d55d
--- /dev/null
+++ b/src/components/icons/amentities/CabanasWithDaybeds.tsx
@@ -0,0 +1,28 @@
+function CabanasWithDaybeds() {
+ return (
+
+
+
+
+
+
+
+ );
+}
+
+export default CabanasWithDaybeds;
diff --git a/src/components/icons/amentities/CascadingLeisurePoolIcon.tsx b/src/components/icons/amentities/CascadingLeisurePoolIcon.tsx
new file mode 100644
index 0000000..b5ee6c0
--- /dev/null
+++ b/src/components/icons/amentities/CascadingLeisurePoolIcon.tsx
@@ -0,0 +1,14 @@
+function CascadingLeisurePoolIcon() {
+ return (
+
+
+
+ );
+}
+
+export default CascadingLeisurePoolIcon;
diff --git a/src/components/icons/amentities/ChangingRoomIcon.tsx b/src/components/icons/amentities/ChangingRoomIcon.tsx
new file mode 100644
index 0000000..d86f68f
--- /dev/null
+++ b/src/components/icons/amentities/ChangingRoomIcon.tsx
@@ -0,0 +1,14 @@
+function ChangingRoomIcon() {
+ return (
+
+
+
+ );
+}
+
+export default ChangingRoomIcon;
diff --git a/src/components/icons/amentities/ChessIcon.tsx b/src/components/icons/amentities/ChessIcon.tsx
new file mode 100644
index 0000000..16bb374
--- /dev/null
+++ b/src/components/icons/amentities/ChessIcon.tsx
@@ -0,0 +1,20 @@
+function ChessIcon() {
+ return (
+
+
+
+
+
+ );
+}
+
+export default ChessIcon;
diff --git a/src/components/icons/amentities/CinemaIcon.tsx b/src/components/icons/amentities/CinemaIcon.tsx
new file mode 100644
index 0000000..379e522
--- /dev/null
+++ b/src/components/icons/amentities/CinemaIcon.tsx
@@ -0,0 +1,20 @@
+function CinemaIcon() {
+ return (
+
+
+
+
+
+ );
+}
+
+export default CinemaIcon;
diff --git a/src/components/icons/amentities/ClimbingWallIcon.tsx b/src/components/icons/amentities/ClimbingWallIcon.tsx
new file mode 100644
index 0000000..217e814
--- /dev/null
+++ b/src/components/icons/amentities/ClimbingWallIcon.tsx
@@ -0,0 +1,14 @@
+function ClimbingWallIcon() {
+ return (
+
+
+
+ );
+}
+
+export default ClimbingWallIcon;
diff --git a/src/components/icons/amentities/CommunalDiningTablesIcon.tsx b/src/components/icons/amentities/CommunalDiningTablesIcon.tsx
new file mode 100644
index 0000000..0c3a6ec
--- /dev/null
+++ b/src/components/icons/amentities/CommunalDiningTablesIcon.tsx
@@ -0,0 +1,16 @@
+function CommunalDiningTablesIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default CommunalDiningTablesIcon;
diff --git a/src/components/icons/amentities/CommunalDiningTablesRoundedIcon.tsx b/src/components/icons/amentities/CommunalDiningTablesRoundedIcon.tsx
new file mode 100644
index 0000000..717f4aa
--- /dev/null
+++ b/src/components/icons/amentities/CommunalDiningTablesRoundedIcon.tsx
@@ -0,0 +1,24 @@
+function CommunalDiningTablesRoundedIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default CommunalDiningTablesRoundedIcon;
diff --git a/src/components/icons/amentities/ConvenienceIcon.tsx b/src/components/icons/amentities/ConvenienceIcon.tsx
new file mode 100644
index 0000000..db880cb
--- /dev/null
+++ b/src/components/icons/amentities/ConvenienceIcon.tsx
@@ -0,0 +1,22 @@
+function ConvenienceIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default ConvenienceIcon;
diff --git a/src/components/icons/amentities/CoworkingIcon.tsx b/src/components/icons/amentities/CoworkingIcon.tsx
new file mode 100644
index 0000000..14c2ca3
--- /dev/null
+++ b/src/components/icons/amentities/CoworkingIcon.tsx
@@ -0,0 +1,13 @@
+function CoworkingIcon() {
+ return (
+
+
+
+ );
+}
+export default CoworkingIcon;
diff --git a/src/components/icons/amentities/FirePitIcon.tsx b/src/components/icons/amentities/FirePitIcon.tsx
new file mode 100644
index 0000000..b131275
--- /dev/null
+++ b/src/components/icons/amentities/FirePitIcon.tsx
@@ -0,0 +1,16 @@
+function FirePitIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default FirePitIcon;
diff --git a/src/components/icons/amentities/FullyEquippedGymIcon.tsx b/src/components/icons/amentities/FullyEquippedGymIcon.tsx
new file mode 100644
index 0000000..b45553d
--- /dev/null
+++ b/src/components/icons/amentities/FullyEquippedGymIcon.tsx
@@ -0,0 +1,12 @@
+function FullyEquippedGymIcon() {
+ return (
+
+
+
+ );
+}
+
+export default FullyEquippedGymIcon;
diff --git a/src/components/icons/amentities/GamingLoungeIcon.tsx b/src/components/icons/amentities/GamingLoungeIcon.tsx
new file mode 100644
index 0000000..c35d9c0
--- /dev/null
+++ b/src/components/icons/amentities/GamingLoungeIcon.tsx
@@ -0,0 +1,20 @@
+function GamingLoungeIcon() {
+ return (
+
+
+
+
+
+ );
+}
+
+export default GamingLoungeIcon;
diff --git a/src/components/icons/amentities/GamingTerraceIcon.tsx b/src/components/icons/amentities/GamingTerraceIcon.tsx
new file mode 100644
index 0000000..cbfcaa0
--- /dev/null
+++ b/src/components/icons/amentities/GamingTerraceIcon.tsx
@@ -0,0 +1,32 @@
+function GamingTerraceIcon() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
+
+export default GamingTerraceIcon;
diff --git a/src/components/icons/amentities/GuestRooms.tsx b/src/components/icons/amentities/GuestRooms.tsx
new file mode 100644
index 0000000..79bbe17
--- /dev/null
+++ b/src/components/icons/amentities/GuestRooms.tsx
@@ -0,0 +1,15 @@
+function GuestRooms() {
+ return (
+
+
+
+ );
+}
+
+export default GuestRooms;
diff --git a/src/components/icons/amentities/HammockMovieLoungeIcon.tsx b/src/components/icons/amentities/HammockMovieLoungeIcon.tsx
new file mode 100644
index 0000000..64b5b10
--- /dev/null
+++ b/src/components/icons/amentities/HammockMovieLoungeIcon.tsx
@@ -0,0 +1,12 @@
+function HammockMovieLoungeIcon() {
+ return (
+
+
+
+ );
+}
+
+export default HammockMovieLoungeIcon;
diff --git a/src/components/icons/amentities/IntegratedLapPoolIcon.tsx b/src/components/icons/amentities/IntegratedLapPoolIcon.tsx
new file mode 100644
index 0000000..54e436f
--- /dev/null
+++ b/src/components/icons/amentities/IntegratedLapPoolIcon.tsx
@@ -0,0 +1,12 @@
+function IntegratedLapPoolIcon() {
+ return (
+
+
+
+ );
+}
+
+export default IntegratedLapPoolIcon;
diff --git a/src/components/icons/amentities/JacuzziIcon.tsx b/src/components/icons/amentities/JacuzziIcon.tsx
new file mode 100644
index 0000000..edc6dec
--- /dev/null
+++ b/src/components/icons/amentities/JacuzziIcon.tsx
@@ -0,0 +1,35 @@
+function JacuzziIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default JacuzziIcon;
diff --git a/src/components/icons/amentities/KaraokeIcon.tsx b/src/components/icons/amentities/KaraokeIcon.tsx
new file mode 100644
index 0000000..f7f2e70
--- /dev/null
+++ b/src/components/icons/amentities/KaraokeIcon.tsx
@@ -0,0 +1,16 @@
+function KaraokeIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default KaraokeIcon;
diff --git a/src/components/icons/amentities/LoungeIcon.tsx b/src/components/icons/amentities/LoungeIcon.tsx
new file mode 100644
index 0000000..3612706
--- /dev/null
+++ b/src/components/icons/amentities/LoungeIcon.tsx
@@ -0,0 +1,16 @@
+function LoungeIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default LoungeIcon;
diff --git a/src/components/icons/amentities/LoungingSpaceIcon.tsx b/src/components/icons/amentities/LoungingSpaceIcon.tsx
new file mode 100644
index 0000000..ca29bf7
--- /dev/null
+++ b/src/components/icons/amentities/LoungingSpaceIcon.tsx
@@ -0,0 +1,14 @@
+function LoungingSpaceIcon() {
+ return (
+
+
+
+ );
+}
+
+export default LoungingSpaceIcon;
diff --git a/src/components/icons/amentities/LushLandscapeIcon.tsx b/src/components/icons/amentities/LushLandscapeIcon.tsx
new file mode 100644
index 0000000..f55f3f4
--- /dev/null
+++ b/src/components/icons/amentities/LushLandscapeIcon.tsx
@@ -0,0 +1,29 @@
+function LushLandscapeIcon() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
+
+export default LushLandscapeIcon;
diff --git a/src/components/icons/amentities/MonkeyBarsIcon.tsx b/src/components/icons/amentities/MonkeyBarsIcon.tsx
new file mode 100644
index 0000000..2aeefc8
--- /dev/null
+++ b/src/components/icons/amentities/MonkeyBarsIcon.tsx
@@ -0,0 +1,12 @@
+function MonkeyBarsIcon() {
+ return (
+
+
+
+ );
+}
+
+export default MonkeyBarsIcon;
diff --git a/src/components/icons/amentities/MultiPurposeIcon.tsx b/src/components/icons/amentities/MultiPurposeIcon.tsx
new file mode 100644
index 0000000..417436a
--- /dev/null
+++ b/src/components/icons/amentities/MultiPurposeIcon.tsx
@@ -0,0 +1,98 @@
+function MultiPurposeIcon() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
+
+export default MultiPurposeIcon;
diff --git a/src/components/icons/amentities/MultiPurposeRoomWithKitchenIcon.tsx b/src/components/icons/amentities/MultiPurposeRoomWithKitchenIcon.tsx
new file mode 100644
index 0000000..9650f91
--- /dev/null
+++ b/src/components/icons/amentities/MultiPurposeRoomWithKitchenIcon.tsx
@@ -0,0 +1,15 @@
+function MultiPurposeRoomWithKitchenIcon() {
+ return (
+
+
+
+ );
+}
+
+export default MultiPurposeRoomWithKitchenIcon;
diff --git a/src/components/icons/amentities/MultiballInteractiveGamingIcon.tsx b/src/components/icons/amentities/MultiballInteractiveGamingIcon.tsx
new file mode 100644
index 0000000..a688490
--- /dev/null
+++ b/src/components/icons/amentities/MultiballInteractiveGamingIcon.tsx
@@ -0,0 +1,12 @@
+function MultiballInteractiveGamingIcon() {
+ return (
+
+
+
+ );
+}
+
+export default MultiballInteractiveGamingIcon;
diff --git a/src/components/icons/amentities/OpenAirGymIcon.tsx b/src/components/icons/amentities/OpenAirGymIcon.tsx
new file mode 100644
index 0000000..54f98c7
--- /dev/null
+++ b/src/components/icons/amentities/OpenAirGymIcon.tsx
@@ -0,0 +1,32 @@
+function OpenAirGymIcon() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
+
+export default OpenAirGymIcon;
diff --git a/src/components/icons/amentities/OutdoorKitchenIcon.tsx b/src/components/icons/amentities/OutdoorKitchenIcon.tsx
new file mode 100644
index 0000000..9c68220
--- /dev/null
+++ b/src/components/icons/amentities/OutdoorKitchenIcon.tsx
@@ -0,0 +1,24 @@
+function OutdoorKitchenIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default OutdoorKitchenIcon;
diff --git a/src/components/icons/amentities/PingPongIcon.tsx b/src/components/icons/amentities/PingPongIcon.tsx
new file mode 100644
index 0000000..c32300c
--- /dev/null
+++ b/src/components/icons/amentities/PingPongIcon.tsx
@@ -0,0 +1,12 @@
+function PingPongIcon() {
+ return (
+
+
+
+ );
+}
+
+export default PingPongIcon;
diff --git a/src/components/icons/amentities/PingPongInTubeIcon.tsx b/src/components/icons/amentities/PingPongInTubeIcon.tsx
new file mode 100644
index 0000000..dd2c044
--- /dev/null
+++ b/src/components/icons/amentities/PingPongInTubeIcon.tsx
@@ -0,0 +1,18 @@
+function PingPongInTubeIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default PingPongInTubeIcon;
diff --git a/src/components/icons/amentities/PlaystationIcon.tsx b/src/components/icons/amentities/PlaystationIcon.tsx
new file mode 100644
index 0000000..c7d037f
--- /dev/null
+++ b/src/components/icons/amentities/PlaystationIcon.tsx
@@ -0,0 +1,12 @@
+function PlaystationIcon() {
+ return (
+
+
+
+ );
+}
+
+export default PlaystationIcon;
diff --git a/src/components/icons/amentities/PoolIcon.tsx b/src/components/icons/amentities/PoolIcon.tsx
new file mode 100644
index 0000000..6c39a30
--- /dev/null
+++ b/src/components/icons/amentities/PoolIcon.tsx
@@ -0,0 +1,14 @@
+function PoolIcon() {
+ return (
+
+
+
+ );
+}
+
+export default PoolIcon;
diff --git a/src/components/icons/amentities/PrivateMeetingRoomsIcon.tsx b/src/components/icons/amentities/PrivateMeetingRoomsIcon.tsx
new file mode 100644
index 0000000..3d98c4f
--- /dev/null
+++ b/src/components/icons/amentities/PrivateMeetingRoomsIcon.tsx
@@ -0,0 +1,19 @@
+function PrivateMeetingRoomsIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default PrivateMeetingRoomsIcon;
diff --git a/src/components/icons/amentities/RooftopGardenIcon.tsx b/src/components/icons/amentities/RooftopGardenIcon.tsx
new file mode 100644
index 0000000..81d256c
--- /dev/null
+++ b/src/components/icons/amentities/RooftopGardenIcon.tsx
@@ -0,0 +1,32 @@
+function RooftopGardenIcon() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
+
+export default RooftopGardenIcon;
diff --git a/src/components/icons/amentities/RoveBeverageTruckIcon.tsx b/src/components/icons/amentities/RoveBeverageTruckIcon.tsx
new file mode 100644
index 0000000..05f4581
--- /dev/null
+++ b/src/components/icons/amentities/RoveBeverageTruckIcon.tsx
@@ -0,0 +1,24 @@
+function RoveBeverageTruckIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default RoveBeverageTruckIcon;
diff --git a/src/components/icons/amentities/RoveCafe.tsx b/src/components/icons/amentities/RoveCafe.tsx
new file mode 100644
index 0000000..1c89eb7
--- /dev/null
+++ b/src/components/icons/amentities/RoveCafe.tsx
@@ -0,0 +1,20 @@
+function RoveCafe() {
+ return (
+
+
+
+
+ );
+}
+
+export default RoveCafe;
diff --git a/src/components/icons/amentities/RunningWheelIcon.tsx b/src/components/icons/amentities/RunningWheelIcon.tsx
new file mode 100644
index 0000000..8eb6a96
--- /dev/null
+++ b/src/components/icons/amentities/RunningWheelIcon.tsx
@@ -0,0 +1,20 @@
+function RunningWheelIcon() {
+ return (
+
+
+
+
+
+ );
+}
+
+export default RunningWheelIcon;
diff --git a/src/components/icons/amentities/SoundproofMeetingPodsIcon.tsx b/src/components/icons/amentities/SoundproofMeetingPodsIcon.tsx
new file mode 100644
index 0000000..b19574b
--- /dev/null
+++ b/src/components/icons/amentities/SoundproofMeetingPodsIcon.tsx
@@ -0,0 +1,23 @@
+function SoundproofMeetingPodsIcon() {
+ return (
+
+
+
+
+
+ );
+}
+
+export default SoundproofMeetingPodsIcon;
diff --git a/src/components/icons/amentities/StargazingIcon.tsx b/src/components/icons/amentities/StargazingIcon.tsx
new file mode 100644
index 0000000..256d716
--- /dev/null
+++ b/src/components/icons/amentities/StargazingIcon.tsx
@@ -0,0 +1,32 @@
+function StargazingIcon() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
+
+export default StargazingIcon;
diff --git a/src/components/icons/amentities/SunLoungeIcon.tsx b/src/components/icons/amentities/SunLoungeIcon.tsx
new file mode 100644
index 0000000..a1703b6
--- /dev/null
+++ b/src/components/icons/amentities/SunLoungeIcon.tsx
@@ -0,0 +1,14 @@
+function SunLoungeIcon() {
+ return (
+
+
+
+ );
+}
+
+export default SunLoungeIcon;
diff --git a/src/components/icons/amentities/SunkenGardensIcon.tsx b/src/components/icons/amentities/SunkenGardensIcon.tsx
new file mode 100644
index 0000000..00756c9
--- /dev/null
+++ b/src/components/icons/amentities/SunkenGardensIcon.tsx
@@ -0,0 +1,16 @@
+function SunkenGardensIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default SunkenGardensIcon;
diff --git a/src/components/icons/amentities/SunkenSeatingIcon.tsx b/src/components/icons/amentities/SunkenSeatingIcon.tsx
new file mode 100644
index 0000000..6434a7a
--- /dev/null
+++ b/src/components/icons/amentities/SunkenSeatingIcon.tsx
@@ -0,0 +1,16 @@
+function SunkenSeatingIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default SunkenSeatingIcon;
diff --git a/src/components/icons/amentities/SuspendedLoungingNetsIcon.tsx b/src/components/icons/amentities/SuspendedLoungingNetsIcon.tsx
new file mode 100644
index 0000000..d3e483e
--- /dev/null
+++ b/src/components/icons/amentities/SuspendedLoungingNetsIcon.tsx
@@ -0,0 +1,12 @@
+function SuspendedLoungingNetsIcon() {
+ return (
+
+
+
+ );
+}
+
+export default SuspendedLoungingNetsIcon;
diff --git a/src/components/icons/amentities/UrbanBeachPoolIcon.tsx b/src/components/icons/amentities/UrbanBeachPoolIcon.tsx
new file mode 100644
index 0000000..4c4a3b9
--- /dev/null
+++ b/src/components/icons/amentities/UrbanBeachPoolIcon.tsx
@@ -0,0 +1,78 @@
+function UrbanBeachPoolIcon() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
+
+export default UrbanBeachPoolIcon;
diff --git a/src/components/icons/amentities/ViewingDeckWithWingsIcon.tsx b/src/components/icons/amentities/ViewingDeckWithWingsIcon.tsx
new file mode 100644
index 0000000..d10243b
--- /dev/null
+++ b/src/components/icons/amentities/ViewingDeckWithWingsIcon.tsx
@@ -0,0 +1,24 @@
+function ViewingDeckWithWingsIcon() {
+ return (
+
+
+
+
+
+
+ );
+}
+
+export default ViewingDeckWithWingsIcon;
diff --git a/src/components/icons/amentities/WellnessIcon.tsx b/src/components/icons/amentities/WellnessIcon.tsx
new file mode 100644
index 0000000..78b48e9
--- /dev/null
+++ b/src/components/icons/amentities/WellnessIcon.tsx
@@ -0,0 +1,16 @@
+function WellnessIcon() {
+ return (
+
+
+
+
+ );
+}
+
+export default WellnessIcon;
diff --git a/src/components/icons/amentities/YogaLoungeIcon.tsx b/src/components/icons/amentities/YogaLoungeIcon.tsx
new file mode 100644
index 0000000..5db6010
--- /dev/null
+++ b/src/components/icons/amentities/YogaLoungeIcon.tsx
@@ -0,0 +1,15 @@
+function YogaLoungeIcon() {
+ return (
+
+
+
+ );
+}
+
+export default YogaLoungeIcon;
diff --git a/src/pages/FloorsPage.tsx b/src/pages/FloorsPage.tsx
index 531fd27..023da7f 100644
--- a/src/pages/FloorsPage.tsx
+++ b/src/pages/FloorsPage.tsx
@@ -13,6 +13,9 @@ import GroundMarasiDrive from "../components/floor-plans/marasi-drive/GroundMara
import PodiumMarasiDrive from "../components/floor-plans/marasi-drive/PodiumMarasiDrive";
import SkyGardenMarasiDrive from "../components/floor-plans/marasi-drive/SkyGardenMarasiDrive";
import Badge from "../components/ui/Badge";
+import RooftopDubaiMarina from "../components/floor-plans/dubai-marina/RooftopDubaiMarina";
+import GroundDubaiMarina from "../components/floor-plans/dubai-marina/GroundDubaiMarina";
+import PodiumDubaiMarina from "../components/floor-plans/dubai-marina/PodiumDubaiMarina";
function FloorsPage() {
const { complexName } = useParams();
@@ -47,44 +50,45 @@ function FloorsPage() {
onClose={() => setSelectedFloor(null)}
>
{complexName === "dubai-marina" && (
-
-
-
{selectedFloor} floor
-
- {/*
-
16 Apartments
+ <>
+ {selectedFloor === "Rooftop" &&
}
+ {selectedFloor === "Ground Level" &&
}
+ {selectedFloor === "Podium Level" &&
}
+ {!!parseInt(selectedFloor!) && (
+
+
+
{selectedFloor} floor
+
+
+
+
-
*/}
-
-
-
-
-
-
-
item.floor.toString()) || []
- }
- defaultOption={selectedFloor?.toString() || ""}
- onSelect={(floor) => setSelectedFloor(floor)}
- className="2xl:w-[8.333vw]"
- />
-
-
-
-
-
-
+
+
+
item.floor.toString()) || []
+ }
+ defaultOption={selectedFloor?.toString() || ""}
+ onSelect={(floor) => setSelectedFloor(floor)}
+ className="2xl:w-[8.333vw]"
+ />
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+ )}
+ >
)}
{complexName === "marasi-drive" && (
<>
@@ -92,13 +96,15 @@ function FloorsPage() {
{selectedFloor === "Ground Level" &&
}
{selectedFloor === "Podium Level" &&
}
{selectedFloor === "Sky Garden" &&
}
- {!!parseInt(selectedFloor!) && (
+ {selectedFloor && !!parseInt(selectedFloor.split(" ").at(-1)!) && (
)}