esc_html__( 'Design elements', 'armando' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'armando/media-overlap', array( 'title' => esc_html__( 'Overlapping Media and Text', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content.', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/media-overlap-two', array( 'title' => esc_html__( 'Overlapping Media and Text with vertical heading', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/media-skewed', array( 'title' => esc_html__( 'Skewed Media and Text', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque et quam vel mi sodales euismod nec quis odio.', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/column-with-circles', array( 'title' => esc_html__( 'Columns with circular images', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'Sample content. Replace the text with your own content. This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content. This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content. This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/service-columns', array( 'title' => esc_html__( 'Service sections with circular images and buttons', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'Sample content. Replace the text with your own content.', 'sample content', 'armando' ) . '

', ) ); register_block_pattern( 'armando/alternating', array( 'title' => esc_html__( 'Alternating rows with images and headings', 'armando' ), 'categories' => array( 'elements' ), 'content' => '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

' . esc_html_x( 'Heading', 'sample content', 'armando' ) . '

' . esc_html_x( 'This text was added to show how you can create designs using block patterns.', 'sample content', 'armando' ) . '

', ) ); }