Description
It’s a beautiful morning in the west of Ireland. The sky takes on its pink hue that changes has the sun rises and plays with shadows and light making up mountains and land.
It’s a life-affirming painting.
/*============================================ Change the image size on blog module =============================================*/ add_filter( 'et_pb_blog_image_height', 'blog_module_image_size_h' ); add_filter( 'et_pb_blog_image_width', 'blog_module_image_size_w' ); function blog_module_image_size_h($height) { return '9999'; } function blog_module_image_size_w($width) { return '9999'; } ?>
It’s a beautiful morning in the west of Ireland. The sky takes on its pink hue that changes has the sun rises and plays with shadows and light making up mountains and land.
It’s a life-affirming painting.