28 lines
1022 B
PHP
28 lines
1022 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Landing page for book
|
||
|
* Slug: twentytwentyfive/page-landing-book
|
||
|
* Categories: twentytwentyfive_page, featured
|
||
|
* Keywords: starter
|
||
|
* Block Types: core/post-content
|
||
|
* Post Types: page, wp_template
|
||
|
* Viewport width: 1400
|
||
|
* Description: A landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Twenty_Twenty_Five
|
||
|
* @since Twenty Twenty-Five 1.0
|
||
|
*/
|
||
|
|
||
|
?>
|
||
|
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
|
||
|
<div class="wp-block-group alignfull">
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/hero-book"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-book-links"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/banner-about-book"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-book-locations"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|