__( 'Auto Parts Garage', 'auto-parts-garage' ) )
);
}
/**
* Register Block Patterns.
*/
if ( function_exists( 'register_block_pattern' ) ) {
register_block_pattern(
'auto-parts-garage/banner-section',
array(
'title' => __( 'Banner Section', 'auto-parts-garage' ),
'categories' => array( 'auto-parts-garage' ),
'content' => "\n

\n
\n
\n\n\n\n
\n
Custom Rims Best Performance
\n\n\n\n
Credibly reintemediate backend ideas for cross platform models
\n\n\n\n
\n
\n
\n
\n",
)
);
register_block_pattern(
'auto-parts-garage/products-seller-section',
array(
'title' => __( 'Products Seller Section', 'auto-parts-garage' ),
'categories' => array( 'auto-parts-garage' ),
'content' => "\n\n
\n
Sale Products
\n\n\n\n\n\n\n
\n\n\n\n
\n
Top Rated Product
\n\n\n\n
\n",
)
);
}