MATCH (p:Person)-[r:LOVES]->(crush:Person) WHERE p.name = "Alex" AND r.intensity > 0.8 RETURN crush.name