array(
'title' => __( 'Call to action 1', 'canvi' ),
'categories' => array( 'call_to_action' ),
'content' => "
" . _x( 'Do you have any projects?
Contact us.', 'Theme Starter Content', 'canvi' ) . "
"
),
// Call to action 2
'canvi/call_to_action_2' => array(
'title' => __( 'Call to action 2', 'canvi' ),
'categories' => array( 'call_to_action' ),
'content' => "
" . _x( 'Design resources made with care for each pixel', 'Theme Starter Content', 'canvi' ) . "
" . _x( 'Creators have crafted this theme as an expert set of tools for efficient and hassle-free development of websites', 'Theme Starter Content', 'canvi' ) . "
"
),
);