diff --git a/src/components/FloorPopup.tsx b/src/components/FloorPopup.tsx index 16ce84f..0064138 100644 --- a/src/components/FloorPopup.tsx +++ b/src/components/FloorPopup.tsx @@ -33,7 +33,7 @@ function FloorPopup({ title, complexName, data, onSelect }: FloorPopupProps) {
{title && Number.isNaN(+title!.split(" ").at(-1)!) - ? "16 Amenties" + ? "16 Amen ties" : `${ complexName === "marasi-drive" ? data[ @@ -84,7 +84,7 @@ function FloorPopup({ title, complexName, data, onSelect }: FloorPopupProps) {
Indoor Amenties -
+
diff --git a/src/components/SequenceSlider.tsx b/src/components/SequenceSlider.tsx
index ce04a1a..9e9a1d1 100644
--- a/src/components/SequenceSlider.tsx
+++ b/src/components/SequenceSlider.tsx
@@ -232,7 +232,7 @@ function SequenceSlider({ complexName }: SequenceSliderProps) {
{`AED ${Intl.NumberFormat("ar-AE", { currency: "AED", diff --git a/src/components/UnitTypeCard.tsx b/src/components/UnitTypeCard.tsx index 2d87988..2e64402 100644 --- a/src/components/UnitTypeCard.tsx +++ b/src/components/UnitTypeCard.tsx @@ -7,10 +7,10 @@ function UnitTypeCard({ project, type }: { project: Project; type: UnitType }) {
{project.title}
+{project.title}
+
{formattedUnitTypes.get(unit.unitType)} - + {`, ${unit.squareFt.toLocaleString(undefined, { maximumFractionDigits: 2, })} Sqft`} @@ -266,8 +266,7 @@ function FavoritesPage() { />