added the descption
All checks were successful
Build frontend / build (push) Successful in 45s

This commit is contained in:
mouazkh
2026-05-26 18:01:18 +03:00
parent 9c79e0648b
commit 3f24696c48

View File

@ -991,6 +991,7 @@ export default function PropertyDetailsPage() {
)} )}
{/* Contact Card */} {/* Contact Card */}
{!isOwnProperty && (
<motion.div initial={{ opacity: 0, x: 20 }} animate={{ opacity: 1, x: 0 }} className="bg-white rounded-2xl p-5 shadow-sm border border-gray-200"> <motion.div initial={{ opacity: 0, x: 20 }} animate={{ opacity: 1, x: 0 }} className="bg-white rounded-2xl p-5 shadow-sm border border-gray-200">
<div className="flex items-center gap-2 mb-3"> <div className="flex items-center gap-2 mb-3">
<Phone className="w-4 h-4 text-amber-500" /> <Phone className="w-4 h-4 text-amber-500" />
@ -1019,6 +1020,7 @@ export default function PropertyDetailsPage() {
</button> </button>
)} )}
</motion.div> </motion.div>
)}
</div> </div>
</div> </div>
</div> </div>