is_page () code example
Example: is_page ()
if ( is_page( array( 'about-us', 'contact', 'management' ) ) ) {
// either in about us, or contact, or management page is in view
} else {
// none of the page about us, contact or management is in view
}