[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> banner-hero.php (source)

   1  <?php
   2  /**
   3   * Title: Hero
   4   * Slug: twentytwentyfour/banner-hero
   5   * Categories: banner, call-to-action, featured
   6   * Viewport width: 1400
   7   * Description: A hero section with a title, a paragraph, a CTA button, and an image.
   8   *
   9   * @package WordPress
  10   * @subpackage Twenty_Twenty_Four
  11   * @since Twenty Twenty-Four 1.0
  12   */
  13  
  14  ?>
  15  
  16  <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","contentSize":"","wideSize":""}} -->
  17  <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
  18  
  19      <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","contentSize":"565px"}} -->
  20      <div class="wp-block-group">
  21  
  22          <!-- wp:heading {"textAlign":"center","fontSize":"x-large","level":1} -->
  23          <h1 class="wp-block-heading has-text-align-center has-x-large-font-size"><?php echo esc_html_x( 'A commitment to innovation and sustainability', 'Heading of the hero section', 'twentytwentyfour' ); ?></h1>
  24          <!-- /wp:heading -->
  25  
  26          <!-- wp:spacer {"height":"1.25rem"} -->
  27          <div style="height:1.25rem" aria-hidden="true" class="wp-block-spacer"></div>
  28          <!-- /wp:spacer -->
  29  
  30          <!-- wp:paragraph {"align":"center"} -->
  31          <p class="has-text-align-center"><?php echo esc_html_x( 'Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.', 'Content of the hero section', 'twentytwentyfour' ); ?></p>
  32          <!-- /wp:paragraph -->
  33  
  34          <!-- wp:spacer {"height":"1.25rem"} -->
  35          <div style="height:1.25rem" aria-hidden="true" class="wp-block-spacer"></div>
  36          <!-- /wp:spacer -->
  37  
  38          <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
  39          <div class="wp-block-buttons">
  40              <!-- wp:button -->
  41              <div class="wp-block-button">
  42                  <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'About us', 'Button text of the hero section', 'twentytwentyfour' ); ?></a>
  43              </div>
  44              <!-- /wp:button -->
  45          </div>
  46          <!-- /wp:buttons -->
  47      </div>
  48      <!-- /wp:group -->
  49  
  50      <!-- wp:spacer {"height":"var:preset|spacing|30","style":{"layout":{}}} -->
  51      <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer">
  52      </div>
  53      <!-- /wp:spacer -->
  54  
  55      <!-- wp:image {"align":"wide","sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
  56      <figure class="wp-block-image alignwide size-full is-style-rounded">
  57          <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/building-exterior.webp" alt="<?php esc_attr_e( 'Building exterior in Toronto, Canada', 'twentytwentyfour' ); ?>" />
  58      </figure>
  59      <!-- /wp:image -->
  60  </div>
  61  <!-- /wp:group -->


Generated : Wed Aug 5 08:20:22 2026 Cross-referenced by PHPXref