- Timestamp:
- 10/07/2024 06:07:57 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-centered-heading.php
r59146 r59191 16 16 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"constrained"}} --> 17 17 <div class="wp-block-group"> 18 <!-- wp:heading {"textAlign":"center"," level":1,"style":{"spacing":{"margin":{"right":"0","left":"0"},"padding":{"right":"0","left":"0"}}}} -->19 <h 1 class="wp-block-heading has-text-align-center" style="margin-right:0;margin-left:0;padding-right:0;padding-left:0">Tell your story</h1>18 <!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"right":"0","left":"0"},"padding":{"right":"0","left":"0"}}},"fontSize":"xx-large"} --> 19 <h2 class="wp-block-heading has-text-align-center has-xx-large-font-size" style="margin-right:0;margin-left:0;padding-right:0;padding-left:0"><?php esc_html_e( 'Tell your story', 'twentytwentyfive' ); ?></h2> 20 20 <!-- /wp:heading --> 21 22 21 <!-- wp:paragraph {"align":"center"} --> 23 <p class="has-text-align-center"> Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.</p>22 <p class="has-text-align-center"><?php esc_html_e( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.', 'twentytwentyfive' ); ?></p> 24 23 <!-- /wp:paragraph --> 25 24 … … 27 26 <div class="wp-block-buttons"> 28 27 <!-- wp:button --> 29 <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"> Learn more</a></div>28 <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a></div> 30 29 <!-- /wp:button --></div> 31 30 <!-- /wp:buttons -->
Note: See TracChangeset
for help on using the changeset viewer.