Create a new section on the homepage

Hi all,
I want to create a new section on the homepage, called Experiences, how to do this please ?

I have a children theme that herite from iildy, and i added this to my functions.php

add_action( 'widgets_init', 'illdy_widgets' ); // Experiences register_sidebar( array( 'name' => __( 'Experiences Professionnel', 'illdy' ), 'id' => 'front-page-experiences-professionnel', 'description' => __( 'The widgets added in this sidebar will appear in blog page.', 'illdy' ), 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '', ) );

What’s the next step please ?

Hi there

Hope you are having a good day
IM so sorry to say but questions related to “heavy” theme development are not supported, we can only help with the theme functionality, bugs, or styling with minor css changes
Thanks!
Colorlib Support Team