Simply add this line to your function.php file:
// Enable Excerpts on Pages
add_post_type_support('page', 'excerpt');
Decoding the Secrets of WordPress
Simply add this line to your function.php file:
// Enable Excerpts on Pages
add_post_type_support('page', 'excerpt');