All the product description appears on the home page

Hello everyone. What’s up?
I have a serious problem for a few days. I hope someone will help me.

I’m creating a single product website. I added the "Featured product" section and I see all the description of my product page appear on the home page.
Furthermore, I would like to cut the product description on the home page only, and only the product image with the price should remain.

***I use the Debut theme

@Jean_5

  1. Edit featured-product.liquid, you can find this file under ‘Section’

  2. Search for this code ( May it’s available in line no. 285 )

  3. Remove or comment it


          {% unless product == empty %}
            {{ product.description }}
          {% else %}
            {{ 'homepage.onboarding.product_description' | t }}
          {% endunless %}
        

Thank you so much @DelightCart . You save my life. May God bless you

@Jean_5 No problem. Let me know if you need any help.