+
+
+ {unit.unitName}, {unit.totalArea} Sqft
-
-
{unit.unitNo[0] === "E" ? "East" : "West"} Wing
-
-
Floor {unit.floor}
-
-
{unit.unitNo}
+
+
+ Rove Home Marasi Drive
+
+
+
{unit.unitNo[0] === "E" ? "East" : "West"} Wing
+
+
Floor {unit.floor}
+
+
{unit.unitNo}
+
+
+
+
Total Area
+
{unit.totalArea} Sqft
+
+
+
Suite Area
+
{unit.suiteArea} Sqft
+
+
+
Balcony Area
+
{unit.balconyArea} Sqft
+
+
+
Status
+
{unit.propertyStatus}
+
+
+
Parking Space
+
{unit.parkingSpaces}
+
+
+
+ {unit.unitPrice ? (
+ <>
+ AED{" "}
+ {new Intl.NumberFormat("ar-AE", {
+ currency: "AED",
+ })
+ .format(unit.unitPrice)
+ .replaceAll(",", " ")}
+ >
+ ) : (
+ "Unavailable"
+ )}
+
-
-
-
Total Area
-
{unit.totalArea} Sqft
-
-
-
Suite Area
-
{unit.suiteArea} Sqft
-
-
-
Balcony Area
-
{unit.balconyArea} Sqft
-
-
-
Status
-
{unit.propertyStatus}
-
-
-
Parking Space
-
{unit.parkingSpaces}
-
-
-
- {unit.unitPrice ? (
- <>
- AED{" "}
- {new Intl.NumberFormat("ar-AE", {
- currency: "AED",
- })
- .format(unit.unitPrice)
- .replaceAll(",", " ")}
- >
- ) : (
- "Unavailable"
+
+ {unitTypes.find((unitType) => unitType.type === type)
+ ?.tourAvailable && (
+ }
+ text="3D tour"
+ className="justify-center w-full text-sm"
+ onClick={handleClickTour}
+ />
)}
-
-
-
- {unitTypes.find((unitType) => unitType.type === type)
- ?.tourAvailable && (
}
- text="3D tour"
- className="justify-center text-sm w-full"
- onClick={handleClickTour}
+ buttonType="cta"
+ icon={}
+ text="Send Enquiry"
+ className="text-[13.6px] justify-center disabled:hover:bg-[#ECEDEE] w-full"
+ disabled
/>
- )}
- }
- text="Send Enquiry"
- className="text-[13.6px] justify-center disabled:hover:bg-[#ECEDEE] w-full"
- disabled
- />
+