2023-05-02 14:16:44 +00:00
< ? php
/**
* Title : Featured Category Focus
* Slug : woocommerce - blocks / featured - category - focus
* Categories : WooCommerce
*/
?>
<!-- wp : group { " align " : " full " , " style " : { " color " : { " background " : " #84bfe1 " }, " spacing " : { " padding " : { " top " : " var:preset|spacing|70 " , " right " : " var:preset|spacing|70 " , " bottom " : " var:preset|spacing|70 " , " left " : " var:preset|spacing|70 " }}}, " layout " : { " type " : " flex " , " orientation " : " vertical " , " justifyContent " : " center " , " flexWrap " : " wrap " }} -->
< div class = " wp-block-group alignfull has-background " style = " background-color:#84bfe1;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70) " >
2023-05-11 09:02:45 +00:00
<!-- wp : image { " id " : 1 , " width " : 502 , " height " : 335 , " sizeSlug " : " full " , " linkDestination " : " none " } -->
2023-06-12 17:34:03 +00:00
< figure class = " wp-block-image size-full is-resized " >< img src = " <?php echo esc_url( plugins_url( 'images/pattern-placeholders/floor-home-decoration-fireplace-property-living-room.png', dirname( __FILE__ ) ) ); ?> " alt = " <?php esc_attr_e( 'Placeholder image used to represent products being showcased in a featured category section.', 'woo-gutenberg-products-block' ); ?> " class = " wp-image-1 " width = " 502 " height = " 335 " /></ figure >
2023-05-02 14:16:44 +00:00
<!-- / wp : image -->
2023-05-12 13:05:36 +00:00
<!-- wp : paragraph { " align " : " center " , " style " : { " color " : { " text " : " #000000 " }}, " fontSize " : " large " } -->
< p class = " has-text-align-center has-text-color has-large-font-size " style = " color:#000000 " > Announcing our newest collection </ p >
2023-05-02 14:16:44 +00:00
<!-- / wp : paragraph -->
<!-- wp : buttons -->
2023-05-12 13:05:36 +00:00
< div class = " wp-block-buttons " >
<!-- wp : button { " style " : { " color " : { " text " : " #ffffff " , " background " : " #000000 " }, " border " : { " width " : " 0px " , " style " : " none " }}} -->
< div class = " wp-block-button " >
2023-06-09 04:37:25 +00:00
< a href = " <?php echo esc_url( wc_get_page_permalink( 'shop' ) ); ?> " class = " wp-block-button__link has-text-color has-background wp-element-button " style = " border-style:none;border-width:0px;color:#ffffff;background-color:#000000 " > Shop now </ a >
2023-05-12 13:05:36 +00:00
</ div >
2023-05-02 14:16:44 +00:00
<!-- / wp : button --></ div >
<!-- / wp : buttons --></ div >
<!-- / wp : group -->