__( 'Cargo Transport', 'cargo-transport' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'cargo-transport/banner-section', array( 'title' => __( 'Banner Section', 'cargo-transport' ), 'categories' => array( 'cargo-transport' ), 'content' => "\n
\"\"
\n
\n
\n

Lorem Ipsum is simply dummy

\n\n\n\n

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been

\n\n\n\n\n
\n\n\n\n
\n
\n
\n", ) ); register_block_pattern( 'cargo-transport/about-section', array( 'title' => __( 'About Section', 'cargo-transport' ), 'categories' => array( 'cargo-transport' ), 'content' => "\n
\n
\n
\n

TRACK YOUR SHIPMENT NOW

\n\n\n\n

simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since […]

\n\n\n\n

For Multiple Queries:

\n\n\n\n
\n
\n

P: +123-4567-56789

\n
\n\n\n\n
\n

E: cargo@example.com

\n
\n
\n\n\n\n\n
\n\n\n\n
\n
\"\"
\n
\n
\n
\n", ) ); }