@i_hussain Below is the code for your desire design, create new section liquid file and put the code in it and save.
{{- section.settings['first-text'] -}}
{{ section.settings['second-text'] -}}
{% schema %}
{
"name": "Custom Banner",
"settings": [
{
"type": "header",
"content": "First Banner Settings"
},
{
"type": "image_picker",
"id": "first-img",
"label": "Choose First Banner Image"
},
{
"type": "text",
"id": "first-text",
"label": "Enter First Banner Text"
},
{
"type": "range",
"id": "horizontal1",
"label": "Align Horizontally",
"min": 0,
"max": 100,
"step": 10,
"unit": "%",
"default": 50
},
{
"type": "range",
"id": "vertical1",
"label": "Align Vertically",
"min": 0,
"max": 100,
"step": 10,
"unit": "%",
"default": 50
},
{
"type": "url",
"id": "first-url",
"label": "Choose/Enter Collection Link"
},
{
"type": "header",
"content": "Second Banner Settings"
},
{
"type": "image_picker",
"id": "second-img",
"label": "Choose Second Banner Image"
},
{
"type": "text",
"id": "second-text",
"label": "Enter second Banner Text"
},
{
"type": "range",
"id": "horizontal2",
"label": "Align Horizontally",
"min": 0,
"max": 100,
"step": 10,
"unit": "%",
"default": 50
},
{
"type": "range",
"id": "vertical2",
"label": "Align Vertically",
"min": 0,
"max": 100,
"step": 10,
"unit": "%",
"default": 50
},
{
"type": "url",
"id": "second-url",
"label": "Choose/Enter Collection Link"
}
],
"presets": [
{
"name": "Custom Banner Section"
}
]
}
{% endschema %}
Go to customizaton > click on Add Section > search for custom banner section > and then you can choose the image, link, text, alignment etc.