How to add a static section in a product.json file without errors?

I am adding a section of static product below Add to Cart Button.

I have created a static section which I am adding in the product.json File. But getting Error.

“variant_picker”: {
“type”: “variant_picker”,
“settings”: {
“picker_type”: “button”
}
},
“quantity_selector”: {
“type”: “quantity_selector”,
“disabled”: true,
“settings”: {
}
},
“buy_buttons”: {
“type”: “buy_buttons”,
“settings”: {
“show_dynamic_checkout”: true,
“show_gift_card_recipient”: true
}

{% section ‘static-product’ %}

Error: Expected ‘,’ or ‘}’ after property value in JSON

Can anyone suggest any other way to add a section in JSON file.

Are you trying to combined the liquid and the json into one? What is your end goal?

My End Goal is to create a static product section below the cart. Charging Base Product with the positive sign to select to add to the product.