{
"version": "0.4",
"title": "Contact Page Template",
"type": "page",
"content": [
{
"id": "section_hero",
"elType": "section",
"settings": {
"structure": "full_width",
"padding": {
"top": "80",
"bottom": "80"
}
},
"elements": [
{
"id": "col_hero",
"elType": "column",
"elements": [
{
"id": "heading_hero",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Contact Us",
"size": "xl",
"align": "center"
}
},
{
"id": "text_hero",
"elType": "widget",
"widgetType": "text-editor",
"settings": {
"editor": "We’d love to hear from you! Send us a message and we’ll respond as soon as possible."
}
}
]
}
]
},
{
"id": "section_info",
"elType": "section",
"settings": {
"structure": "three_columns",
"padding": {
"top": "50",
"bottom": "50"
}
},
"elements": [
{
"id": "col_address",
"elType": "column",
"elements": [
{
"elType": "widget",
"widgetType": "heading",
"settings": { "title": "Address" }
},
{
"elType": "widget",
"widgetType": "text-editor",
"settings": {
"editor": "123 Beach Road, Cox’s Bazar, Bangladesh"
}
}
]
},
{
"id": "col_email",
"elType": "column",
"elements": [
{
"elType": "widget",
"widgetType": "heading",
"settings": { "title": "Email" }
},
{
"elType": "widget",
"widgetType": "text-editor",
"settings": {
"editor": "contact@yoursite.com"
}
}
]
},
{
"id": "col_phone",
"elType": "column",
"elements": [
{
"elType": "widget",
"widgetType": "heading",
"settings": { "title": "Phone" }
},
{
"elType": "widget",
"widgetType": "text-editor",
"settings": {
"editor": "+880 1234 567890"
}
}
]
}
]
},
{
"id": "section_form",
"elType": "section",
"settings": {
"structure": "full_width",
"padding": {
"top": "60",
"bottom": "60"
}
},
"elements": [
{
"id": "col_form",
"elType": "column",
"elements": [
{
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Send Us a Message",
"align": "center"
}
},
{
"elType": "widget",
"widgetType": "shortcode",
"settings": {
"shortcode": "[contact-form-7 id=\"123\" title=\"Contact form\"]"
}
}
]
}
]
},
{
"id": "section_map",
"elType": "section",
"settings": {
"structure": "full_width"
},
"elements": [
{
"id": "col_map",
"elType": "column",
"elements": [
{
"elType": "widget",
"widgetType": "html",
"settings": {
"html": ""
}
}
]
}
]
}
]
}