hero-text.php 867 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Hero text
  4. */
  5. return array(
  6. 'title' => __( 'Hero text', 'remote' ),
  7. 'categories' => array( 'text', 'featured' ),
  8. 'content' => '<!-- wp:group {"align":"wide"} -->
  9. <div class="wp-block-group alignwide"><!-- wp:spacer {"height":"32px"} -->
  10. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.17"}},"fontSize":"huge"} -->
  13. <p class="has-huge-font-size" style="line-height:1.17">' . esc_html__( 'Hi, I’m Tiffany! After years of long commutes and crowded offices, I’m now a happy advocate for remote work.', 'remote' ) . '</p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:spacer -->
  16. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer --></div>
  18. <!-- /wp:group -->',
  19. );