esc_html__( 'mebae', 'mebae' ) ) ); } /* Register Block Patterns */ if ( function_exists( 'register_block_pattern' ) ) { // Hero with gradient heading and star background register_block_pattern( 'mebae/cover-gradient-heading', array( 'title' => esc_html__( 'Cover with gradient heading', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Cover with starts', 'Block pattern description', 'mebae' ), 'content' => '

Midnight Gallery

We are delighted to present our next exhibit, the Monsters. Curated contemporary art gallery dedicated to fun artworks. Located in New York, London, Paris, and Tokyo.

' ) ); // Call to action with button. Star background register_block_pattern( 'mebae/call-to-action', array( 'title' => esc_html__( 'Call to action', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Call to action with button', 'Block pattern description', 'mebae' ), 'content' => '

Midnight Gallery

re delighted to present our next exciting exhibit the monster arts. Curated contemporary art gallery dedicated to the monsters located in New York, London, Paris and Tokyo.

' ) ); // Blog posts in three columns register_block_pattern( 'mebae/three-posts', array( 'title' => esc_html__( 'Three posts in three columns', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Three posts in three columns', 'Block pattern description', 'mebae' ), 'content' => '
' ) ); // Blog posts with rounded images in three columns register_block_pattern( 'mebae/three-posts-rounded-images', array( 'title' => esc_html__( 'Three posts with rounded images in three columns', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Three posts with rounded images in three columns', 'Block pattern description', 'mebae' ), 'content' => '
' ) ); // Gradient heading with text register_block_pattern( 'mebae/gradient-heading', array( 'title' => esc_html__( 'Gradient heading with text', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Gradient heading with text', 'Block pattern description', 'mebae' ), 'content' => '

Information

Amet nulla facilisi morbi tempus iaculis. Phasellus faucibus scelerisque eleifend donec pretium vulputate. Hendrerit dolor magna eget est lorem ipsum dolor sit amet. Etiam sit amet nisl purus in. In fermentum posuere urna nec tincidunt praesent semper feugiat. Risus viverra adipiscing at in tellus. Tempor orci dapibus ultrices in iaculis nunc sed. Eget mi proin sed libero enim.

' ) ); // Text & button in two columns register_block_pattern( 'mebae/text-two-columns', array( 'title' => esc_html__( 'Text and button in two columns', 'mebae' ), 'categories' => array( 'mebae' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'Text and button in two columns', 'Block pattern description', 'mebae' ), 'content' => '

Upcoming Events

Outdoor BBQ

October 22 2021. Shine or Rain. Sn tellus integer feugiat scelerisque varius morbi enim. Eget magna fermentum iaculis eu non diam.

Monster 10K Race

November 5 2021. Shine or Rain. Sodales ut eu sem integer. Aliquam malesuada bibendum arcu vitae elementum curabitur vitae.

' ) ); }