Description
It's a bright day on the west of Ireland coast.
The sea is shimmering, the light is dazzling.
The Atlantic wind keeps the air fresh.
Can you feel the invigorating air and light?
/*============================================ 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 bright day on the west of Ireland coast.
The sea is shimmering, the light is dazzling.
The Atlantic wind keeps the air fresh.
Can you feel the invigorating air and light?