reviews.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Reviews.
  4. *
  5. * @package Videomaker
  6. */
  7. return array(
  8. 'title' => __( 'Reviews', 'videomaker' ),
  9. 'categories' => array( 'videomaker' ),
  10. 'content' => '<!-- wp:spacer -->
  11. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:columns {"align":"wide"} -->
  14. <div class="wp-block-columns alignwide"><!-- wp:column -->
  15. <div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
  16. <p class="has-medium-font-size"><em>' . esc_html__( '“Han’s newest short film is an absurdly and assuredly packed punch in the gut that’s short, shocking, and, incidentally, a romantic view on underdeveloped coutries.”', 'videomaker' ) . '</em></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:paragraph {"fontSize":"small"} -->
  19. <p class="has-small-font-size"><strong>' . esc_html__( '— Latest Review', 'videomaker' ) . '</strong></p>
  20. <!-- /wp:paragraph --></div>
  21. <!-- /wp:column -->
  22. <!-- wp:column -->
  23. <div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
  24. <p class="has-medium-font-size"><em>' . esc_html__( '“The film is beautifully shot and captures the picturesque African savannah, with the memorable image of a man working at dawn, creating a striking contrast between nature and humankind.”', 'videomaker' ) . '</em></p>
  25. <!-- /wp:paragraph -->
  26. <!-- wp:paragraph {"fontSize":"small"} -->
  27. <p class="has-small-font-size"><strong>' . esc_html__( '— The Newspaper', 'videomaker' ) . '</strong></p>
  28. <!-- /wp:paragraph --></div>
  29. <!-- /wp:column --></div>
  30. <!-- /wp:columns -->
  31. <!-- wp:spacer -->
  32. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  33. <!-- /wp:spacer -->',
  34. );