forked from UKSOURCE/hailearning.edu.vn
fix visa build
This commit is contained in:
@@ -10,6 +10,7 @@ interface VisaItem {
|
||||
}
|
||||
|
||||
interface VisaTypeCategory {
|
||||
title?: string;
|
||||
items: VisaItem[];
|
||||
}
|
||||
|
||||
@@ -433,7 +434,7 @@ function getFallbackVisaData(): VisaData {
|
||||
tagline: "35+ years of excellence in UK visa consulting.",
|
||||
visaTypes: [
|
||||
{
|
||||
category: "Student & Work",
|
||||
title: "Student & Work",
|
||||
items: [
|
||||
{
|
||||
title: "Student Visa",
|
||||
@@ -448,7 +449,7 @@ function getFallbackVisaData(): VisaData {
|
||||
],
|
||||
},
|
||||
{
|
||||
category: "Family & Other",
|
||||
title: "Family & Other",
|
||||
items: [
|
||||
{
|
||||
title: "Skilled Worker Visa",
|
||||
@@ -601,7 +602,7 @@ function getFallbackVisaData(): VisaData {
|
||||
tagline: "Your pathway to a better life in Canada starts here.",
|
||||
visaTypes: [
|
||||
{
|
||||
category: "Study & Work",
|
||||
title: "Study & Work",
|
||||
items: [
|
||||
{
|
||||
title: "Study Permit",
|
||||
@@ -614,7 +615,7 @@ function getFallbackVisaData(): VisaData {
|
||||
],
|
||||
},
|
||||
{
|
||||
category: "Immigration & Family",
|
||||
title: "Immigration & Family",
|
||||
items: [
|
||||
{
|
||||
title: "Express Entry",
|
||||
|
||||
Reference in New Issue
Block a user