This commit is contained in:
@ -991,6 +991,7 @@ export default function PropertyDetailsPage() {
|
||||
)}
|
||||
|
||||
{/* 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">
|
||||
<div className="flex items-center gap-2 mb-3">
|
||||
<Phone className="w-4 h-4 text-amber-500" />
|
||||
@ -1019,6 +1020,7 @@ export default function PropertyDetailsPage() {
|
||||
</button>
|
||||
)}
|
||||
</motion.div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user