forked from UKSOURCE/cms.hailearning.edu.vn
Merge branch 'main' of https://gits.techvanguard.vn/UKSOURCE/cms.hailearning.edu.vn into fea/thanh-02022026-news
This commit is contained in:
77
data/appointment.json
Normal file
77
data/appointment.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Make Appointment",
|
||||
"backgroundImage": "/assets/img/inner-page/breadcrumb.jpg",
|
||||
"subtitle": "About Our Consultancy",
|
||||
"heading": "Want to meet us for your need?",
|
||||
"description": "24/7 customer support is always ready to answer all your questions"
|
||||
},
|
||||
"visaOptions": [
|
||||
"Canada Immigration",
|
||||
"Tourist Visa",
|
||||
"Medical Visa",
|
||||
"Coaching",
|
||||
"Student Visa",
|
||||
"Spouse Visa",
|
||||
"Job Opportunity",
|
||||
"Exam"
|
||||
],
|
||||
"form": {
|
||||
"heading": "Request Appointment",
|
||||
"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": false,
|
||||
"colClass": "col-lg-4"
|
||||
},
|
||||
{
|
||||
"name": "address",
|
||||
"label": "Your Address",
|
||||
"type": "text",
|
||||
"placeholder": "Your address",
|
||||
"required": false,
|
||||
"colClass": "col-lg-6"
|
||||
},
|
||||
{
|
||||
"name": "appointmentDate",
|
||||
"label": "Appointment Date",
|
||||
"type": "date",
|
||||
"placeholder": "",
|
||||
"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": "Request Appointment",
|
||||
"icon": "fa-solid fa-arrow-right",
|
||||
"buttonClass": "theme-btn"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Contact Us",
|
||||
"backgroundImage": "/uploads/banner/b10.jpg",
|
||||
"overlayColor": "rgba(0, 0, 0, 0)",
|
||||
"sectionClass": "uk-section-secondary uk-section-overlap uk-preserve-color uk-light",
|
||||
"titleClass": "uk-heading-large uk-text-center !text-[5vw]",
|
||||
"enableScrollspy": true,
|
||||
"backgroundPosition": "top-center"
|
||||
},
|
||||
"contactCards": [
|
||||
{
|
||||
"type": "phone",
|
||||
"title": "Phone Number",
|
||||
"content": ["+123456789"],
|
||||
"iconType": "fas fa-phone",
|
||||
"iconSource": "fontawesome"
|
||||
},
|
||||
{
|
||||
"type": "email",
|
||||
"title": "Email Address",
|
||||
"content": ["office@ggcamp.org"],
|
||||
"iconType": "fas fa-envelope",
|
||||
"iconSource": "fontawesome"
|
||||
},
|
||||
{
|
||||
"type": "location",
|
||||
"title": "Our Location",
|
||||
"content": ["Poblacion, Madridejos 22, Cebu City, Philippines"],
|
||||
"iconType": "fas fa-map-marker-alt",
|
||||
"iconSource": "fontawesome"
|
||||
},
|
||||
{
|
||||
"type": "hours",
|
||||
"title": "Working hours",
|
||||
"content": ["Monday to Saturday: 07pm - 05am", "Sunday: Closed"],
|
||||
"iconType": "fas fa-clock",
|
||||
"iconSource": "fontawesome"
|
||||
}
|
||||
],
|
||||
"map": {
|
||||
"coordinates": {
|
||||
"lat": 10.3157,
|
||||
"lng": 123.8854
|
||||
},
|
||||
"zoom": 15,
|
||||
"location": "Poblacion, Madridejos 22, Cebu City, Philippines",
|
||||
"markerTitle": "Our Office",
|
||||
"tileLayer": {
|
||||
"url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||
"attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors",
|
||||
"maxZoom": 18,
|
||||
"minZoom": 0
|
||||
}
|
||||
},
|
||||
"form": {
|
||||
"sectionLabel": "Contact Us",
|
||||
"heading": "Let's plan your dream adventure - contact our team today",
|
||||
"fields": [
|
||||
{
|
||||
"name": "firstName",
|
||||
"type": "text",
|
||||
"placeholder": "First name",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "lastName",
|
||||
"type": "text",
|
||||
"placeholder": "Last name",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "phone",
|
||||
"type": "tel",
|
||||
"placeholder": "Phone Number",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "email",
|
||||
"type": "email",
|
||||
"placeholder": "Email Address",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"type": "textarea",
|
||||
"placeholder": "Send Message",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"submitButton": {
|
||||
"text": "Send Message"
|
||||
}
|
||||
}
|
||||
}
|
||||
119
data/contact.json
Normal file
119
data/contact.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
118
data/pricing.json
Normal file
118
data/pricing.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Pricing Plan",
|
||||
"backgroundImage": "/assets/img/inner-page/breadcrumb.jpg",
|
||||
"shapeImage": "/assets/img/inner-page/shape.png",
|
||||
"breadcrumb": [
|
||||
{
|
||||
"text": "Home",
|
||||
"link": "/"
|
||||
},
|
||||
{
|
||||
"text": "Pricing Plan",
|
||||
"link": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"pricingSection": {
|
||||
"subtitle": "pricing plan",
|
||||
"heading": "Flexible Plans to Suit Every Traveler",
|
||||
"description": "Choose the plan that fits your visa needs and enjoy expert guidance every step of the way."
|
||||
},
|
||||
"plans": {
|
||||
"monthly": [
|
||||
{
|
||||
"name": "Basic Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "default",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "style-2",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
}
|
||||
],
|
||||
"yearly": [
|
||||
{
|
||||
"name": "Basic Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "default",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Premium Plan",
|
||||
"price": "32",
|
||||
"period": "mo",
|
||||
"currency": "$",
|
||||
"buttonText": "Get Started Today",
|
||||
"buttonLink": "/pricing",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"style": "style-2",
|
||||
"features": [
|
||||
"Everything in Basic Plan",
|
||||
"Visa Interview Preparation",
|
||||
"Priority Processing Support",
|
||||
"Phone & Email Assistance",
|
||||
"Step-by-Step Application Support"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"testimonials": {
|
||||
"subtitle": "What Our Clients Say",
|
||||
"heading": "Immigration Success Stories",
|
||||
"buttonText": "View All Review",
|
||||
"buttonLink": "/contact",
|
||||
"buttonIcon": "fa-solid fa-arrow-right",
|
||||
"image": "/assets/img/home-3/test-thumb.jpg",
|
||||
"items": [
|
||||
{
|
||||
"name": "Mohammed Ali",
|
||||
"role": "Family Visa",
|
||||
"rating": 5,
|
||||
"content": "The team provided exceptional guidance throughout my immigration process. Their expertise, personalized support, and attention to detail ensured a smooth, stress-free experience and successful visa approval."
|
||||
},
|
||||
{
|
||||
"name": "Mohammed Ali",
|
||||
"role": "Family Visa",
|
||||
"rating": 5,
|
||||
"content": "The team provided exceptional guidance throughout my immigration process. Their expertise, personalized support, and attention to detail ensured a smooth, stress-free experience and successful visa approval."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
363
data/service.json
Normal file
363
data/service.json
Normal file
@@ -0,0 +1,363 @@
|
||||
{
|
||||
"pageTitle": "Visaway – Immigration & Visa Consulting HTML Template",
|
||||
|
||||
"services": {
|
||||
"title": {
|
||||
"subTitle": "What We Offer",
|
||||
"mainTitle": "Our Immigration Services"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"slug": "immigration-appeal",
|
||||
"name": "Immigration Appeal & Legal Support",
|
||||
"description": "Our experts provide professional guidance for immigration appeals and legal matters, helping clients overcome visa rejections with personalized strategies and strong case representation.",
|
||||
"image": "img/home-3/service/01.jpg",
|
||||
"layout": "left",
|
||||
"details": {
|
||||
"title": "Immigration Appeal & Legal Support",
|
||||
"description": "Our experts provide professional guidance for immigration appeals and legal matters, helping clients overcome visa rejections with personalized strategies and strong case representation. We analyze your case thoroughly and develop custom strategies to maximize your chances of success.",
|
||||
"mainImage": "img/inner-page/service-details/details-1.jpg",
|
||||
"overviewTitle": "Service Overview",
|
||||
"overviewDescription": "Our Immigration Appeal & Legal Support service is designed to help clients navigate complex immigration challenges. We provide expert legal guidance, case analysis, and strategic representation to maximize your chances of success. With our expert consultants, personalized approach, and global network, we ensure a smooth transition for every client.",
|
||||
"additionalDescription": "From start to finish, we are committed to turning your immigration challenges into success stories through professional legal representation and strategic planning.",
|
||||
"keyFeaturesTitle": "Key Features",
|
||||
"keyFeaturesImage": "img/inner-page/service-details/details-2.jpg",
|
||||
"features": [
|
||||
{
|
||||
"title": "Personalized Guidance",
|
||||
"description": "Tailored support for each client's specific legal situation and requirements."
|
||||
},
|
||||
{
|
||||
"title": "Expert Legal Team",
|
||||
"description": "Experienced immigration lawyers with proven track records in appeals."
|
||||
},
|
||||
{
|
||||
"title": "Case Analysis & Strategy",
|
||||
"description": "Thorough case review and development of winning appeal strategies."
|
||||
},
|
||||
{
|
||||
"title": "Document Preparation",
|
||||
"description": "Professional preparation of all legal documents and supporting evidence."
|
||||
},
|
||||
{
|
||||
"title": "Court Representation",
|
||||
"description": "Expert representation in immigration courts and tribunals."
|
||||
},
|
||||
{
|
||||
"title": "Success Monitoring",
|
||||
"description": "Regular updates and monitoring throughout the appeal process."
|
||||
}
|
||||
],
|
||||
"faqTitle": "Frequently Asked Question",
|
||||
"faqImage": "img/inner-page/service-details/details-3.jpg",
|
||||
"faq": [
|
||||
{
|
||||
"id": "faq-appeal-1",
|
||||
"question": "01. What are the chances of a successful appeal?",
|
||||
"answer": "Success rates vary by case type and circumstances, but our experienced legal team significantly improves your chances through thorough case analysis and strategic representation tailored to your specific situation.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-appeal-2",
|
||||
"question": "02. How long does the appeal process take?",
|
||||
"answer": "Appeal timelines vary by jurisdiction and case complexity, typically ranging from 6-18 months. We keep you informed throughout the process and work to expedite where possible.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-appeal-3",
|
||||
"question": "03. What documents do I need for an appeal?",
|
||||
"answer": "Required documents vary by case but typically include the original decision, supporting evidence, and legal submissions. We provide a comprehensive checklist and assist with document preparation.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-appeal-4",
|
||||
"question": "04. Do you handle all types of immigration appeals?",
|
||||
"answer": "Yes, we handle various types of immigration appeals including visa refusals, deportation orders, and residency rejections. Our team has expertise across all immigration categories.",
|
||||
"isExpanded": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "scholarship-guidance",
|
||||
"name": "Scholarship & Study Grant Guidance",
|
||||
"description": "We help students unlock opportunities to study abroad with the right financial support. Our expert advisors guide you in finding scholarships, grants, and funding options that match your academic background, chosen destination, and career goals.",
|
||||
"image": "img/home-3/service/02.jpg",
|
||||
"layout": "right",
|
||||
"details": {
|
||||
"title": "Scholarship & Study Grant Guidance",
|
||||
"description": "We help students unlock opportunities to study abroad with the right financial support. Our expert advisors guide you in finding scholarships, grants, and funding options that match your academic background, chosen destination, and career goals. From preparing strong applications to meeting eligibility criteria, we ensure you maximize your chances of securing financial aid.",
|
||||
"mainImage": "img/inner-page/service-details/details-1.jpg",
|
||||
"overviewTitle": "Service Overview",
|
||||
"overviewDescription": "Our Education Visa Consultancy is dedicated to guiding students in achieving their study abroad dreams. We provide complete support including university selection, application assistance, scholarship guidance, visa documentation, and interview preparation. With our expert consultants, personalized approach, and global network, we ensure a smooth transition for every student.",
|
||||
"additionalDescription": "From start to finish, we are committed to turning your education journey into a successful international experience.",
|
||||
"keyFeaturesTitle": "Key Features",
|
||||
"keyFeaturesImage": "img/inner-page/service-details/details-2.jpg",
|
||||
"features": [
|
||||
{
|
||||
"title": "Personalized Guidance",
|
||||
"description": "Tailored support for each student's goals and requirements."
|
||||
},
|
||||
{
|
||||
"title": "Target Audience & Persona Development",
|
||||
"description": "Experienced team with global education and visa knowledge."
|
||||
},
|
||||
{
|
||||
"title": "Scholarship & Grant Assistance",
|
||||
"description": "Helping students secure financial aid opportunities."
|
||||
},
|
||||
{
|
||||
"title": "Visa Application Support",
|
||||
"description": "Step-by-step guidance for smooth visa processing."
|
||||
},
|
||||
{
|
||||
"title": "Interview Preparation",
|
||||
"description": "Coaching for successful student visa interviews."
|
||||
},
|
||||
{
|
||||
"title": "Documentation Assistance",
|
||||
"description": "Accurate and complete paperwork for faster approvals."
|
||||
}
|
||||
],
|
||||
"faqTitle": "Frequently Asked Question",
|
||||
"faqImage": "img/inner-page/service-details/details-3.jpg",
|
||||
"faq": [
|
||||
{
|
||||
"id": "faq-scholarship-1",
|
||||
"question": "01. Do you assist with university selection?",
|
||||
"answer": "Absolutely! We identify suitable scholarships, guide application processes, and maximize your chances of receiving financial aid.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-scholarship-2",
|
||||
"question": "02. Can you help with scholarship applications?",
|
||||
"answer": "Absolutely! We identify suitable scholarships, guide application processes, and maximize your chances of receiving financial aid.",
|
||||
"isExpanded": true
|
||||
},
|
||||
{
|
||||
"id": "faq-scholarship-3",
|
||||
"question": "03. How long does the visa process take?",
|
||||
"answer": "Absolutely! We identify suitable scholarships, guide application processes, and maximize your chances of receiving financial aid.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-scholarship-4",
|
||||
"question": "04. Is post-arrival support available?",
|
||||
"answer": "Absolutely! We identify suitable scholarships, guide application processes, and maximize your chances of receiving financial aid.",
|
||||
"isExpanded": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "permanent-residency",
|
||||
"name": "Permanent Residency (PR) Services",
|
||||
"description": "Our PR services guide clients through every step of the residency process, including documentation, eligibility assessment, and application support, ensuring a smooth and successful approval.",
|
||||
"image": "img/home-3/service/03.jpg",
|
||||
"layout": "left",
|
||||
"details": {
|
||||
"title": "Permanent Residency (PR) Services",
|
||||
"description": "Our PR services guide clients through every step of the residency process, including documentation, eligibility assessment, and application support, ensuring a smooth and successful approval.",
|
||||
"mainImage": "img/inner-page/service-details/details-1.jpg",
|
||||
"overviewTitle": "Service Overview",
|
||||
"overviewDescription": "Our Permanent Residency services provide comprehensive support for individuals seeking to establish permanent residence in their chosen country. We handle all aspects of the PR application process with expertise and care.",
|
||||
"additionalDescription": "Our experienced team ensures that your PR application is handled professionally and efficiently, maximizing your chances of approval.",
|
||||
"keyFeaturesTitle": "Key Features",
|
||||
"keyFeaturesImage": "img/inner-page/service-details/details-2.jpg",
|
||||
"features": [
|
||||
{
|
||||
"title": "Eligibility Assessment",
|
||||
"description": "Comprehensive evaluation of your PR eligibility and options."
|
||||
},
|
||||
{
|
||||
"title": "Points Calculation",
|
||||
"description": "Accurate calculation and optimization of your points score."
|
||||
},
|
||||
{
|
||||
"title": "Document Verification",
|
||||
"description": "Thorough verification and preparation of all required documents."
|
||||
},
|
||||
{
|
||||
"title": "Application Tracking",
|
||||
"description": "Regular updates and tracking of your PR application status."
|
||||
},
|
||||
{
|
||||
"title": "Interview Preparation",
|
||||
"description": "Coaching and preparation for PR interviews if required."
|
||||
},
|
||||
{
|
||||
"title": "Post-Approval Support",
|
||||
"description": "Guidance on next steps after PR approval and settlement."
|
||||
}
|
||||
],
|
||||
"faqTitle": "Frequently Asked Question",
|
||||
"faqImage": "img/inner-page/service-details/details-3.jpg",
|
||||
"faq": [
|
||||
{
|
||||
"id": "faq-pr-1",
|
||||
"question": "01. How long does the PR process take?",
|
||||
"answer": "Processing times vary by country and program, typically ranging from 12-24 months. We provide realistic timelines based on current processing standards.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-pr-2",
|
||||
"question": "02. What documents are required for PR application?",
|
||||
"answer": "Document requirements vary by country but typically include educational credentials, work experience, language test results, and medical examinations. We provide a complete checklist.",
|
||||
"isExpanded": true
|
||||
},
|
||||
{
|
||||
"id": "faq-pr-3",
|
||||
"question": "03. Can I include my family in the PR application?",
|
||||
"answer": "Yes, most PR programs allow you to include your spouse and dependent children. We help you understand family inclusion requirements and processes.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-pr-4",
|
||||
"question": "04. What happens if my PR application is rejected?",
|
||||
"answer": "If rejected, we analyze the reasons and explore options including appeals, reapplication, or alternative immigration pathways to achieve your goals.",
|
||||
"isExpanded": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "citizenship-naturalization",
|
||||
"name": "Citizenship & Naturalization Guidance",
|
||||
"description": "We provide expert guidance for citizenship and naturalization processes, assisting clients with documentation, eligibility, and legal procedures to achieve a smooth and successful application.",
|
||||
"image": "img/home-3/service/04.jpg",
|
||||
"layout": "right",
|
||||
"details": {
|
||||
"title": "Citizenship & Naturalization Guidance",
|
||||
"description": "We provide expert guidance for citizenship and naturalization processes, assisting clients with documentation, eligibility, and legal procedures to achieve a smooth and successful application.",
|
||||
"mainImage": "img/inner-page/service-details/details-1.jpg",
|
||||
"overviewTitle": "Service Overview",
|
||||
"overviewDescription": "Our Citizenship & Naturalization service helps individuals navigate the complex process of becoming a citizen. We provide step-by-step guidance, documentation support, and legal expertise throughout the entire process.",
|
||||
"additionalDescription": "With our comprehensive approach, we make the path to citizenship clear, manageable, and successful for every client.",
|
||||
"keyFeaturesTitle": "Key Features",
|
||||
"keyFeaturesImage": "img/inner-page/service-details/details-2.jpg",
|
||||
"features": [
|
||||
{
|
||||
"title": "Citizenship Test Preparation",
|
||||
"description": "Comprehensive preparation for citizenship knowledge tests."
|
||||
},
|
||||
{
|
||||
"title": "Language Requirements",
|
||||
"description": "Guidance on meeting language proficiency requirements."
|
||||
},
|
||||
{
|
||||
"title": "Residency Verification",
|
||||
"description": "Assistance with proving residency and physical presence requirements."
|
||||
},
|
||||
{
|
||||
"title": "Application Processing",
|
||||
"description": "Complete support throughout the citizenship application process."
|
||||
},
|
||||
{
|
||||
"title": "Interview Coaching",
|
||||
"description": "Preparation and coaching for citizenship interviews."
|
||||
},
|
||||
{
|
||||
"title": "Ceremony Preparation",
|
||||
"description": "Support and guidance for the citizenship ceremony process."
|
||||
}
|
||||
],
|
||||
"faqTitle": "Frequently Asked Question",
|
||||
"faqImage": "img/inner-page/service-details/details-3.jpg",
|
||||
"faq": [
|
||||
{
|
||||
"id": "faq-citizenship-1",
|
||||
"question": "What are the basic requirements for citizenship?",
|
||||
"answer": "Requirements typically include permanent residency, physical presence, language proficiency, and knowledge of the country's history and government. Specific requirements vary by country.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-citizenship-2",
|
||||
"question": "How do I prepare for the citizenship test?",
|
||||
"answer": "We provide comprehensive study materials, practice tests, and coaching sessions to help you prepare for both the knowledge test and language requirements.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-citizenship-3",
|
||||
"question": "How long does the citizenship process take?",
|
||||
"answer": "Processing times vary by country but typically range from 12-24 months from application to ceremony. We help you understand specific timelines for your situation.",
|
||||
"isExpanded": false
|
||||
},
|
||||
{
|
||||
"id": "faq-citizenship-4",
|
||||
"question": "Can I maintain dual citizenship?",
|
||||
"answer": "Dual citizenship policies vary by country. We help you understand the implications and requirements for maintaining multiple citizenships if applicable.",
|
||||
"isExpanded": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"destinations": {
|
||||
"backgroundImage": "img/home-3/choose-us/bg.png",
|
||||
"title": {
|
||||
"subTitle": "Countries we offer",
|
||||
"mainTitle": "Choose Your Immigration Destination"
|
||||
}
|
||||
},
|
||||
|
||||
"visas": {
|
||||
"items": [
|
||||
{
|
||||
"id": "family-visa",
|
||||
"number": "01",
|
||||
"name": "Family Visa",
|
||||
"description": "Our Family Visa services help reunite loved ones by providing expert guidance.",
|
||||
"buttonText": "service _ 02",
|
||||
"buttonLink": "service-details.html"
|
||||
},
|
||||
{
|
||||
"id": "student-visa",
|
||||
"number": "02",
|
||||
"name": "Student Visa",
|
||||
"description": "We provide expert guidance for student visa applications.",
|
||||
"buttonText": "service _ 02",
|
||||
"buttonLink": "service-details.html"
|
||||
},
|
||||
{
|
||||
"id": "work-visa",
|
||||
"number": "03",
|
||||
"name": "Work Visa",
|
||||
"description": "Collaboratively disintermediate one to one functionalities and long term.",
|
||||
"buttonText": "service _ 02",
|
||||
"buttonLink": "service-details.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"reviews": {
|
||||
"title": {
|
||||
"subTitle": "What Our Clients Say",
|
||||
"mainTitle": "Immigration Success Stories"
|
||||
},
|
||||
"thumb": "img/home-3/test-thumb.jpg",
|
||||
"items": [
|
||||
{
|
||||
"id": "client-review-1",
|
||||
"rating": 5,
|
||||
"content": "The team provided exceptional guidance throughout my immigration process.",
|
||||
"author": {
|
||||
"name": "Mohammed Ali,",
|
||||
"type": "Family Visa"
|
||||
},
|
||||
"icon": "fa-solid fa-quote-right"
|
||||
},
|
||||
{
|
||||
"id": "client-review-2",
|
||||
"rating": 5,
|
||||
"content": "Their expertise and personalized support ensured a smooth visa approval.",
|
||||
"author": {
|
||||
"name": "Sarah Johnson,",
|
||||
"type": "Student Visa"
|
||||
},
|
||||
"icon": "fa-solid fa-quote-right"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user