__( 'Blockline Theme', 'blockline' ), 'subtitle' => __( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ut labore et dolore magna aliqua.', 'blockline' ), 'button' => __( 'Learn More', 'blockline' ), ); return array( 'title' =>__( 'Hero 1 Section', 'blockline' ), 'categories' => array( 'blockline' ), 'content' => '

' . esc_html( $strings['title'] ) . '

' . esc_html( $strings['subtitle'] ) . '

', );