__( 'Simple Hero Section', 'authentic-blog' ), 'blockTypes' => array( 'core/paragraph', 'core/heading' ), 'description' => __( 'A hero section with a heading, subheading, and call-to-action button.', 'authentic-blog' ), 'content' => '

' . __( 'Welcome to Authentic Blog', 'authentic-blog' ) . '

' . __( 'Discover amazing stories and insights.', 'authentic-blog' ) . '

', ) ); } add_action( 'init', 'tn_register_hero_pattern' );