__( 'Cafe Coffee Shop', 'cafe-coffee-shop' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'cafe-coffee-shop/banner-section', array( 'title' => __( 'Banner Section', 'cafe-coffee-shop' ), 'categories' => array( 'cafe-coffee-shop' ), 'content' => "\n
\n
\n
\n\n\n\n
\n

LOREM IPSUM DOLOR SIT

\n\n\n\n

Lorem ipsum dolor sit amet consectetur

\n
\n\n\n\n
\n
\n
\n", ) ); register_block_pattern( 'cafe-coffee-shop/about-section', array( 'title' => __( ' About Section', 'cafe-coffee-shop' ), 'categories' => array( 'cafe-coffee-shop' ), 'content' => "\n
\n
\n
\n

OUR STORY

\n\n\n\n

Lorem Ipsum Dolor Sit Amet
Consectetur

\n\n\n\n

Lorem Ipsum has been the industrys standard. Lorem Ipsum has been the industrys standard. Lorem Ipsum has been the industrys standard.

\n\n\n\n\n
\n\n\n\n
\n
\"\"
\n
\n
\n
\n", ) ); }