forked from UKSOURCE/cms.hailearning.edu.vn
119 lines
3.8 KiB
JSON
119 lines
3.8 KiB
JSON
{
|
|
"hero": {
|
|
"title": "CONTACT US",
|
|
"backgroundImage": "/assets/img/inner-page/breadcrumb.jpg",
|
|
"overlayColor": "rgba(0, 0, 0, 0)",
|
|
"sectionClass": "breadcrumb-wrapper fix bg-cover",
|
|
"titleClass": "breadcrumb-title",
|
|
"enableScrollspy": false,
|
|
"backgroundPosition": "center"
|
|
},
|
|
"contactCards": [
|
|
{
|
|
"type": "location",
|
|
"title": "Location",
|
|
"content": [
|
|
"43 Sardinella, 3nd Land Walk,",
|
|
"Orchard view, London, UK"
|
|
],
|
|
"iconType": "fa-solid fa-location-dot",
|
|
"iconSource": "fontawesome"
|
|
},
|
|
{
|
|
"type": "email",
|
|
"title": "Email Address",
|
|
"content": [
|
|
"supportinfo@gmail.com",
|
|
"arluxhotelinfo.com"
|
|
],
|
|
"iconType": "fa-solid fa-envelope",
|
|
"iconSource": "fontawesome"
|
|
},
|
|
{
|
|
"type": "phone",
|
|
"title": "Phone Number",
|
|
"content": [
|
|
"+880 123 427 00",
|
|
"+000 938 809 12"
|
|
],
|
|
"iconType": "fa-solid fa-phone",
|
|
"iconSource": "fontawesome"
|
|
}
|
|
],
|
|
"map": {
|
|
"coordinates": {
|
|
"lat": -37.81450084255415,
|
|
"lng": 144.9618311901502
|
|
},
|
|
"zoom": 15,
|
|
"location": "Envato, Melbourne, Australia",
|
|
"markerTitle": "Our Office",
|
|
"embedUrl": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6678.7619084840835!2d144.9618311901502!3d-37.81450084255415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad642b4758afc1d%3A0x3119cc820fdfc62e!2sEnvato!5e0!3m2!1sen!2sbd!4v1641984054261!5m2!1sen!2sbd",
|
|
"tileLayer": {
|
|
"url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
|
"attribution": "",
|
|
"maxZoom": 18,
|
|
"minZoom": 0
|
|
}
|
|
},
|
|
"form": {
|
|
"sectionLabel": "",
|
|
"heading": "Send Us Message",
|
|
"description": "Have questions about visas or immigration? Send us a message today and our expert team will respond quickly.",
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"label": "Your Name",
|
|
"type": "text",
|
|
"placeholder": "Your name",
|
|
"required": true,
|
|
"colClass": "col-lg-4"
|
|
},
|
|
{
|
|
"name": "email",
|
|
"label": "Your Email",
|
|
"type": "email",
|
|
"placeholder": "Your email",
|
|
"required": true,
|
|
"colClass": "col-lg-4"
|
|
},
|
|
{
|
|
"name": "phone",
|
|
"label": "Your Phone",
|
|
"type": "tel",
|
|
"placeholder": "Phone Number",
|
|
"required": true,
|
|
"colClass": "col-lg-4"
|
|
},
|
|
{
|
|
"name": "address",
|
|
"label": "Your Address",
|
|
"type": "text",
|
|
"placeholder": "Address Now",
|
|
"required": false,
|
|
"colClass": "col-lg-6"
|
|
},
|
|
{
|
|
"name": "date",
|
|
"label": "Your Date",
|
|
"type": "date",
|
|
"placeholder": "Date",
|
|
"required": false,
|
|
"colClass": "col-lg-6"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"label": "Your Message",
|
|
"type": "textarea",
|
|
"placeholder": "Type your message",
|
|
"required": false,
|
|
"colClass": "col-lg-12"
|
|
}
|
|
],
|
|
"submitButton": {
|
|
"text": "SEND MESSAGE",
|
|
"icon": "fa-solid fa-arrow-right",
|
|
"buttonClass": "theme-btn style-2"
|
|
}
|
|
}
|
|
} |