Adding backend of Student Support, Contact, Request

This commit is contained in:
2026-04-20 16:22:37 +07:00
parent fab72e86a6
commit ac5fa14c97
23 changed files with 3167 additions and 2324 deletions
+102 -115
View File
@@ -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" }
}
}
+70
View File
@@ -0,0 +1,70 @@
{
"metadata": {
"title": "Request Information | LAMS",
"description": "Start your journey with LAMS. Request more information about our affordable, flexible online degree programs.",
"keywords": "request university info, LAMS programs, admissions inquiry, online degree steps",
"ogImage": "/images/og-request.jpg"
},
"hero": {
"badge": "Your Future Starts Here",
"titleMain": "Take the Next Step in Your ",
"titleHighlight": "Career",
"description": "Join thousands of students achieving their goals through our flexible, affordable, and accredited online programs.",
"valueProps": [
{
"icon": "fa-solid fa-piggy-bank",
"title": "Affordable Tuition",
"description": "Learn by monthly subscription or pay-per-course. We believe quality education should be accessible to everyone."
},
{
"icon": "fa-solid fa-clock",
"title": "Flexible Schedules",
"description": "100% online courses designed to fit your busy life. Study when and where it works best for you."
},
{
"icon": "fa-solid fa-certificate",
"title": "Accredited Programs",
"description": "Earn a recognized degree from an institution committed to academic excellence and industry relevance."
}
]
},
"form": {
"heading": "Request Information",
"description": "Fill out the form below and an admissions advisor will contact you within 24 hours.",
"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_address", "label": "Email Address", "placeholder": "john.doe@example.com", "required": true },
"phone": { "name": "phone_number", "label": "Phone Number", "placeholder": "(555) 123-4567", "required": false },
"program": {
"name": "program_id",
"label": "Program of Interest",
"placeholder": "Select a program...",
"required": true,
"options": [
{ "label": "B.S. Computer Science", "value": "bs-cs" },
{ "label": "B.S. Business Administration", "value": "bs-ba" },
{ "label": "B.A. Psychology", "value": "ba-psych" },
{ "label": "Master of Business Administration (MBA)", "value": "mba" },
{ "label": "M.S. Data Science", "value": "ms-ds" },
{ "label": "Digital Marketing Certificate", "value": "cert-dm" }
]
},
"timeline": {
"name": "start_timeline",
"label": "Start Timeline",
"options": [
{ "label": "Immediately", "value": "immediate" },
{ "label": "1-3 Months", "value": "1-3-months" },
{ "label": "3-6 Months", "value": "3-6-months" },
{ "label": "Undecided", "value": "undecided" }
]
}
},
"consentText": "By submitting this form, I consent to receive emails, texts, and calls from LAMS regarding educational programs. I understand consent is not required to enroll.",
"submitLabel": "Get Information Now",
"footerText": "Your information is secure and encrypted.",
"successMessage": "Your request has been submitted successfully! An advisor will reach out to you within 24 hours.",
"errorMessage": "There was an error submitting your request. Please check your information and try again."
}
}
+134
View File
@@ -0,0 +1,134 @@
{
"metadata": {
"title": "Student Support | LAMS",
"description": "Comprehensive student support at LAMS. Access academic advising, career services, and technical support to thrive in your online learning journey."
},
"hero": {
"badge": "Student Success Center",
"title": "Comprehensive Student Support",
"description": "We are dedicated to your success. Access academic advising, tutoring, career services, and technical support designed to help you thrive in your online learning journey.",
"primaryButton": {
"label": "Explore Services",
"href": "#directory"
},
"secondaryButton": {
"label": "Get Help Now",
"href": "#contact-support"
},
"image": "https://storage.googleapis.com/uxpilot-auth.appspot.com/5a10584b95-33a6a34a5a6353e69a2c.png",
"imageAlt": "Support advisor helping student online"
},
"directory": {
"title": "Support Services Directory",
"subtitle": "Everything you need to succeed academically, professionally, and personally while studying at LAMS.",
"services": [
{
"icon": "fa-solid fa-compass",
"title": "Academic Advising",
"description": "Personalized guidance to help you select courses, stay on track for graduation, and navigate academic policies.",
"hours": "Mon-Fri: 8am - 8pm EST",
"hoursIcon": "fa-regular fa-clock",
"buttonLabel": "Schedule Appointment",
"buttonHref": "#"
},
{
"icon": "fa-solid fa-language",
"title": "Language Enhancement",
"description": "Enhance your language skills through our Language system, supporting both general and specialised language learning tailored to your academic and professional needs.",
"hours": "24/7 Online Support",
"hoursIcon": "fa-regular fa-clock",
"buttonLabel": "Start Learning",
"buttonHref": "#"
},
{
"icon": "fa-solid fa-briefcase",
"title": "Career Services",
"description": "Resume reviews, interview preparation, networking events, and access to our exclusive job board.",
"hours": "Mon-Fri: 9am - 6pm EST",
"hoursIcon": "fa-regular fa-clock",
"buttonLabel": "Access Career Hub",
"buttonHref": "#"
},
{
"icon": "fa-solid fa-laptop-code",
"title": "Tech Support",
"description": "Assistance with learning management systems, student email, software access, and general technical troubleshooting.",
"hours": "24/7 Help Desk",
"hoursIcon": "fa-regular fa-clock",
"buttonLabel": "Submit IT Ticket",
"buttonHref": "#"
},
{
"icon": "fa-solid fa-universal-access",
"title": "Accessibility Services",
"description": "Ensuring equal access to educational opportunities through accommodations, assistive tech, and advocacy.",
"hours": "Mon-Fri: 8am - 5pm EST",
"hoursIcon": "fa-regular fa-clock",
"buttonLabel": "Request Accommodations",
"buttonHref": "#"
},
{
"icon": "fa-solid fa-users",
"title": "Community Resources",
"description": "Mental health resources, student clubs, diversity initiatives, and online community forums.",
"hours": "Virtual Campus",
"hoursIcon": "fa-solid fa-globe",
"buttonLabel": "Join the Community",
"buttonHref": "#"
}
]
},
"contactSection": {
"heading": "Need Immediate Assistance?",
"description": "Our support team is ready to help you navigate any challenges. Reach out through your preferred channel.",
"channels": [
{
"icon": "fa-solid fa-phone",
"title": "Call Us",
"detail": "123456789"
},
{
"icon": "fa-solid fa-envelope",
"title": "Email Support",
"detail": "info@lams.ac"
},
{
"icon": "fa-solid fa-comments",
"title": "Live Chat",
"detail": "Available 24/7 on Student Portal"
}
],
"form": {
"heading": "Send a Message",
"fields": {
"firstName": {
"label": "First Name",
"placeholder": "John"
},
"lastName": {
"label": "Last Name",
"placeholder": "Doe"
},
"studentId": {
"label": "Student ID (Optional)",
"placeholder": "e.g. 12345678"
},
"department": {
"label": "Department"
},
"message": {
"label": "Message",
"placeholder": "How can we help you?"
}
},
"departments": [
"Academic Advising",
"Financial Aid",
"Tech Support",
"Other"
],
"submitLabel": "Submit Request",
"successMessage": "Your message has been sent successfully!"
}
}
}