This commit is contained in:
2024-10-28 18:49:33 +05:00
parent 2ce2a81aef
commit 5d71eed75d
28 changed files with 247 additions and 1812 deletions
+3 -6
View File
@@ -322,7 +322,8 @@ function UnitModal({ unit, type }: Props) {
.replaceAll(",", " ")}
</>
) : (
"Unavailable"
// "Unavailable"
""
)}
</p>
</div>
@@ -337,11 +338,7 @@ function UnitModal({ unit, type }: Props) {
3D tour
</Button3>
)}
<Button3
icon={<BookingIcon />}
className="text-[13.6px] justify-center w-full"
disabled
>
<Button3 icon={<BookingIcon />} className="text-[13.6px] justify-center w-full" disabled>
Send Enquiry
</Button3>
</div>