1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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: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"} /-->
|