I would like to display different text on different pages

Of course, use this: http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page

Example:

if(is_page('Contact Us')){
//contact us h1...
}
else....