diff --git a/client/src/components/ApartmentSidebar.tsx b/client/src/components/ApartmentSidebar.tsx index 2dc0491..537f626 100644 --- a/client/src/components/ApartmentSidebar.tsx +++ b/client/src/components/ApartmentSidebar.tsx @@ -54,12 +54,12 @@ const ApartmentSidebar = ({ currentApartment }: ApartmentSidebarProps) => {

Size

- {currentApartment.Total_Area_Sqft} Sqft + {Number(currentApartment.Total_Area_Sqft).toFixed(2)} Sqft

- Unvailiable + Unavailable {/* AED {formatNumber(1668888, ",", 3, 1)} */}

diff --git a/client/src/components/apartmentPage/SimilarAppartmentCard.tsx b/client/src/components/apartmentPage/SimilarAppartmentCard.tsx index c4708f8..db4272e 100644 --- a/client/src/components/apartmentPage/SimilarAppartmentCard.tsx +++ b/client/src/components/apartmentPage/SimilarAppartmentCard.tsx @@ -43,11 +43,11 @@ const SimilarAppartmentCard = ({ layoutCard, elementRef }: LayoutCardProps) => {

- {Unit_Type}, {Total_Area_Sqft} Sqft + {Unit_Type}, {Number(Total_Area_Sqft).toFixed(2)} Sqft

{/* AED {formatNumber(cost, ",", 3, 1)} */} - Unavailiable + Unavailable

diff --git a/client/src/components/apartmentPage/StudioDescriptionSection.tsx b/client/src/components/apartmentPage/StudioDescriptionSection.tsx index 04a4f37..44d1959 100644 --- a/client/src/components/apartmentPage/StudioDescriptionSection.tsx +++ b/client/src/components/apartmentPage/StudioDescriptionSection.tsx @@ -21,8 +21,8 @@ const apartmentDescriptions: IApartmentDesc[] = [ secondParagraph: "Every inch is designed to provide more space for comfort and convenience. This feature increase your unit size by 33%", id: "1", - totalArea: "Up to 365,54 Sqft", - cost: "Unavailiable", + totalArea: "Up to 365.54 Sqft", + cost: "Unavailable", apartmentType: "Studio Flex", }, { @@ -32,8 +32,8 @@ const apartmentDescriptions: IApartmentDesc[] = [ secondParagraph: "When folded, it unveils a spacious living room creating a cohesive space that blends both style and functionality.", id: "2", - totalArea: "Up to 416,13 Sqft", - cost: "Unavailiable", + totalArea: "Up to 416.13 Sqft", + cost: "Unavailable", apartmentType: "Studio Squared", }, { @@ -43,8 +43,8 @@ const apartmentDescriptions: IApartmentDesc[] = [ secondParagraph: "With pocket walls that disappear and a Flexibed that seamlessly converts, you can transform your living room into an extra bedroom, anytime you want!", id: "3", - totalArea: "Up to 770,05 Sqft", - cost: "Unavailiable", + totalArea: "Up to 770.05 Sqft", + cost: "Unavailable", apartmentType: "1 BR Squared", }, { @@ -54,8 +54,8 @@ const apartmentDescriptions: IApartmentDesc[] = [ secondParagraph: "Whether you want to add a multipurpose spare room or double up your living space as a bedroom - every inch of space feels larger and works exactly how you want.", id: "4", - totalArea: "Up to 1057,55 Sqft", - cost: "Unavailiable", + totalArea: "Up to 1057.55 Sqft", + cost: "Unavailable", apartmentType: "2 BR Squared", }, ]; diff --git a/client/src/components/complexWingPage/FloorDescription.tsx b/client/src/components/complexWingPage/FloorDescription.tsx index 9991ffc..10f95c7 100644 --- a/client/src/components/complexWingPage/FloorDescription.tsx +++ b/client/src/components/complexWingPage/FloorDescription.tsx @@ -51,7 +51,7 @@ const FloorDescription = ({

Studio Flex

-

Unvailiable

+

Unavailable

@@ -66,7 +66,7 @@ const FloorDescription = ({

Studio

-

Unvailiable

+

Unavailable

@@ -81,7 +81,7 @@ const FloorDescription = ({

1 Bedroom

-

Unvailiable

+

Unavailable

@@ -98,7 +98,7 @@ const FloorDescription = ({ 2 Bedroom, Type A

-

Unvailiable

+

Unavailable

{hoveredApartment?.Unit_Type},{" "} {hoveredApartment && - Math.round(hoveredApartment?.Total_Area_Sqft)}{" "} + Number(hoveredApartment?.Total_Area_Sqft).toFixed(2)}{" "} Sqft
@@ -51,7 +51,7 @@ const ApartmentDescription = ({

- Unvailiable + Unavailable

{/*

AED 1,668,888 diff --git a/client/src/components/complexWingPage/SequenceWing/MobileFloorDescription.tsx b/client/src/components/complexWingPage/SequenceWing/MobileFloorDescription.tsx index a953289..7c30f14 100644 --- a/client/src/components/complexWingPage/SequenceWing/MobileFloorDescription.tsx +++ b/client/src/components/complexWingPage/SequenceWing/MobileFloorDescription.tsx @@ -56,7 +56,7 @@ const MobileFloorDescription = ({

Studio Flex

-

Unvailiable

+

Unavailable

@@ -71,7 +71,7 @@ const MobileFloorDescription = ({

Studio

-

Unvailiable

+

Unavailable

@@ -86,7 +86,7 @@ const MobileFloorDescription = ({

1 Bedroom

-

Unvailiable

+

Unavailable

@@ -103,7 +103,7 @@ const MobileFloorDescription = ({ 2 Bedroom, Type A

-

Unvailiable

+

Unavailable