1234567891011121314151617181920212223242526272829303132 |
- <?php
- /**
- * Title: Location
- * Slug: saison/location
- * Categories: featured, text
- * Inserter: yes
- */
- ?>
- <!-- wp:paragraph {"align":"center"} -->
- <p class="has-text-align-center">92 St. Faiths Lane,<br>Norwich NR1 1NE</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"align":"center"} -->
- <p class="has-text-align-center"><a href="#">email@example.com<br></a>+00 123 456 789</p>
- <!-- /wp:paragraph -->
- <!-- wp:heading {"textAlign":"center","fontSize":"large"} -->
- <h2 class="wp-block-heading has-text-align-center has-large-font-size">Opening Hours</h2>
- <!-- /wp:heading -->
- <!-- wp:paragraph {"align":"center"} -->
- <p class="has-text-align-center">Tuesday to Sunday: 12am - 10pm<br>Monday: Closed</p>
- <!-- /wp:paragraph -->
- <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
- <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:image {"id":462,"sizeSlug":"full","linkDestination":"none","align":"wide","style":{"color":{}}} -->
- <figure class="wp-block-image alignwide size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/home-image-1-scaled.jpg" alt="" class="wp-image-462"/></figure>
- <!-- /wp:image -->
|