call-to-action.php 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Title: Call to Action
  4. * Slug: exmoor/call-to-action
  5. * Categories: featured
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"8vw","bottom":"8vw","right":"var:preset|spacing|60","left":"var:preset|spacing|60"}}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull has-secondary-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:8vw;padding-right:var(--wp--preset--spacing--60);padding-bottom:8vw;padding-left:var(--wp--preset--spacing--60)">
  11. <!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
  12. <h3 class="wp-block-heading has-text-align-center has-small-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Exclusive Offer', 'exmoor' ); ?></h3>
  13. <!-- /wp:heading -->
  14. <!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}},"typography":{"textTransform":"uppercase","lineHeight":"0.9","fontStyle":"normal","fontWeight":"900"}},"fontSize":"xxx-large"} -->
  15. <h2 class="wp-block-heading has-text-align-center has-xxx-large-font-size" style="margin-top:var(--wp--preset--spacing--40);font-style:normal;font-weight:900;line-height:0.9;text-transform:uppercase"><?php echo wp_kses_post( __( 'Get 20% Off<br>your first trip', 'exmoor' ) ); ?></h2>
  16. <!-- /wp:heading -->
  17. <!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
  18. <p class="has-text-align-center" style="margin-top:var(--wp--preset--spacing--30)"><?php echo esc_html__( 'Book with us your first trip today and receive an exclusive offer.', 'exmoor' ); ?></p>
  19. <!-- /wp:paragraph -->
  20. <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
  21. <div class="wp-block-buttons">
  22. <!-- wp:button -->
  23. <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo esc_html__( 'Find out more', 'exmoor' ); ?></a></div>
  24. <!-- /wp:button -->
  25. </div>
  26. <!-- /wp:buttons -->
  27. </div>
  28. <!-- /wp:group -->