__( 'Twenty Seventeen', 'twentyseventeen' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'twentyseventeen/large-heading-with-button', array( 'title' => __( 'Large Heading with Button', 'twentyseventeen' ), 'categories' => array( 'twentyseventeen' ), 'content' => '

' . __( 'Attract Leads with Marketing Campaigns that Work', 'twentyseventeen' ) . '

' . __( 'Our Services', 'twentyseventeen' ) . '
', ) ); register_block_pattern( 'twentyseventeen/images-with-text-and-link', array( 'title' => __( 'Images with Text and Link', 'twentyseventeen' ), 'categories' => array( 'twentyseventeen' ), 'content' => '
' . __( 'Black Stripes', 'twentyseventeen' ) . '

' . __( 'Branding', 'twentyseventeen' ) . '

' . __( 'Communicate your purpose and goals with a beautiful logo that encapsulates your business.', 'twentyseventeen' ) . '

' . __( 'See Case Study', 'twentyseventeen' ) . ' →

' . __( 'White border', 'twentyseventeen' ) . '

' . __( 'Web Design', 'twentyseventeen' ) . '

' . __( 'Need a website? We've got you covered. Our design team will create a stunning design to transform your brand.', 'twentyseventeen' ) . '

' . __( 'See Case Study', 'twentyseventeen' ) . ' →

', ) ); register_block_pattern( 'twentyseventeen/images-with-link', array( 'title' => __( 'Images with Link', 'twentyseventeen' ), 'categories' => array( 'twentyseventeen' ), 'content' => '
' . __( 'Black Stripes', 'twentyseventeen' ) . '

' . __( 'Branding', 'twentyseventeen' ) . '

' . __( 'See Case Study', 'twentyseventeen' ) . ' →

' . __( 'White border', 'twentyseventeen' ) . '

' . __( 'Design', 'twentyseventeen' ) . '

' . __( 'See Case Study', 'twentyseventeen' ) . ' →

' . __( 'Direct Light', 'twentyseventeen' ) . '

' . __( 'Strategy', 'twentyseventeen' ) . '

' . __( 'See Case Study' ) . ' →

', ) ); register_block_pattern( 'twentyseventeen/services', array( 'title' => __( 'Services', 'twentyseventeen' ), 'categories' => array( 'twentyseventeen' ), 'content' => '

' . __( 'Our Services', 'twentyseventeen' ) . '

' . __( 'Branding', 'twentyseventeen' ) . ' →
' . __( 'Web Design', 'twentyseventeen' ) . ' →
' . __( 'Web Development', 'twentyseventeen' ) . ' →

' . __( 'Content Strategy', 'twentyseventeen' ) . ' →
' . __( 'Marketing & SEO', 'twentyseventeen' ) . ' →
' . __( 'Video Production', 'twentyseventeen' ) . ' →

', ) ); register_block_pattern( 'twentyseventeen/contact-us', array( 'title' => __( 'Contact Us', 'twentyseventeen' ), 'categories' => array( 'twentyseventeen' ), 'content' => '

' . __( 'We are proud to serve outstanding clients.', 'twentyseventeen' ) . '

', ) ); }