forked from UKSOURCE/cms.lams
Adding backend of Student Support, Contact, Request
This commit is contained in:
+102
-115
@@ -1,119 +1,106 @@
|
||||
{
|
||||
"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"
|
||||
"metadata": {
|
||||
"title": "Contact Us | LAMS",
|
||||
"description": "Get in touch with LAMS. Our team is ready to assist you with admissions, financial aid, or program information.",
|
||||
"keywords": "contact LAMS, admissions support, university contact, online education help",
|
||||
"ogImage": "/images/og-contact.jpg"
|
||||
},
|
||||
"hero": {
|
||||
"badge": "We're Here to Help",
|
||||
"titleMain": "Get in Touch with ",
|
||||
"titleHighlight": "LAMS",
|
||||
"description": "Whether you have questions about our programs, admissions, or financial aid, our team is ready to assist you on your educational journey."
|
||||
},
|
||||
"infoCards": {
|
||||
"contactInfo": {
|
||||
"title": "Contact Information",
|
||||
"channels": [
|
||||
{
|
||||
"icon": "fa-solid fa-phone",
|
||||
"title": "Admissions Phone",
|
||||
"detail": "123456789",
|
||||
"subDetail": "Mon-Fri, 8am-8pm EST"
|
||||
},
|
||||
{
|
||||
"icon": "fa-regular fa-envelope",
|
||||
"title": "Email Support",
|
||||
"detail": "info@lams.ac",
|
||||
"subDetail": "We aim to reply within 24 hours"
|
||||
},
|
||||
{
|
||||
"icon": "fa-solid fa-map-location-dot",
|
||||
"title": "Administrative Office",
|
||||
"detail": "207 Regent Street, London, England W1B3HH"
|
||||
}
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"supportHours": {
|
||||
"title": "Student Support Hours",
|
||||
"hours": [
|
||||
{ "day": "Monday - Friday", "time": "8:00 AM - 8:00 PM EST" },
|
||||
{ "day": "Saturday", "time": "10:00 AM - 4:00 PM EST" },
|
||||
{ "day": "Sunday", "time": "Closed" }
|
||||
],
|
||||
"footer": {
|
||||
"text": "Current student looking for academic advising?",
|
||||
"linkText": "Visit Student Portal",
|
||||
"linkHref": "https://portal.lams.ac"
|
||||
}
|
||||
}
|
||||
},
|
||||
"form": {
|
||||
"heading": "Send us a Message",
|
||||
"description": "Fill out the form below and our team will get back to you shortly.",
|
||||
"fields": {
|
||||
"firstName": { "name": "first_name", "label": "First Name", "placeholder": "John", "required": true },
|
||||
"lastName": { "name": "last_name", "label": "Last Name", "placeholder": "Doe", "required": true },
|
||||
"email": { "name": "email", "label": "Email Address", "placeholder": "john.doe@example.com", "required": true },
|
||||
"phone": { "name": "phone_number", "label": "Phone Number (Optional)", "placeholder": "(555) 123-4567", "required": false },
|
||||
"inquiryType": {
|
||||
"name": "inquiry_type",
|
||||
"label": "How can we help you?",
|
||||
"placeholder": "Select an inquiry type...",
|
||||
"required": true,
|
||||
"options": [
|
||||
{ "label": "Admissions & Enrollment", "value": "admissions" },
|
||||
{ "label": "Financial Aid & Tuition", "value": "financial_aid" },
|
||||
{ "label": "Program Information", "value": "program_info" },
|
||||
{ "label": "Technical Support", "value": "tech_support" },
|
||||
{ "label": "Other", "value": "other" }
|
||||
]
|
||||
},
|
||||
"message": { "name": "message_content", "label": "Message", "placeholder": "Please provide details about your inquiry...", "required": true }
|
||||
},
|
||||
"submitLabel": "Send Message",
|
||||
"successMessage": "Your message has been sent successfully! Our team will contact you soon.",
|
||||
"errorMessage": "Something went wrong. Please try again later or contact us directly."
|
||||
},
|
||||
"faq": {
|
||||
"title": "Frequently Asked Questions",
|
||||
"subtitle": "Find quick answers to common questions about admissions, tuition, and online learning.",
|
||||
"items": [
|
||||
{
|
||||
"question": "Are LAMS degrees accredited?",
|
||||
"answer": "Yes, LAMS is regionally accredited by the Higher Learning Commission. Our programs meet rigorous academic standards and our degrees are recognized by employers and other educational institutions worldwide."
|
||||
},
|
||||
{
|
||||
"question": "How does the monthly subscription model work?",
|
||||
"answer": "Our subscription model allows you to pay a flat monthly fee to access your coursework. You can move through the material at your own pace, potentially completing more courses per term compared to traditional models."
|
||||
},
|
||||
{
|
||||
"question": "Can I transfer credits from another institution?",
|
||||
"answer": "Absolutely. We accept transfer credits from regionally or nationally accredited institutions. You can transfer up to 90 credits for a bachelor's degree program."
|
||||
},
|
||||
{
|
||||
"question": "Are there set class times I need to attend?",
|
||||
"answer": "No, our programs are 100% online and asynchronous. While there are deadlines, you do not need to log in at specific times for live lectures."
|
||||
}
|
||||
]
|
||||
},
|
||||
"cta": {
|
||||
"title": "Ready to take the next step?",
|
||||
"description": "Join thousands of students who have advanced their careers through our affordable, flexible online programs.",
|
||||
"primaryButton": { "label": "Request Information", "href": "/request" },
|
||||
"secondaryButton": { "label": "Apply Now", "href": "/apply" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user