By default excerpts are not enabled in WordPress for pages but there is a simple function you can add to your functions.php file to enable Page Excerpts.
Open functions.php file and add this line of code to it:
add_post_type_support('page', 'excerpt');