Files

106 lines
4.8 KiB
JSON

{
"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"
}
]
},
"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" }
}
}