From 561046aac669fa04014b40b4b0e78169f3d6e94f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 8 Dec 2023 13:50:45 -0500 Subject: New page; Travel advisory update; New post --- app/immigration/page.js | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/immigration/page.js (limited to 'app/immigration') diff --git a/app/immigration/page.js b/app/immigration/page.js new file mode 100644 index 0000000..55b4cc3 --- /dev/null +++ b/app/immigration/page.js @@ -0,0 +1,41 @@ +import Header from "@/app/components/Header"; + +export const metadata = { + title: 'Immigration', + description: 'Planning on immigrating to the Alure Regions? Follow the instructions in this page to get started.', +} + +export default function Immigration() { + return ( +
+
+
+

Getting Started on Immigration

+

Thinking about making Alure Regions your new home? We are here to guide you through the immigration + process.

+

To get started, simply fill in the form below.

+ +

Sections of the Application

+
    +
  • Personal Information: Provide your Family Name, First Given Name, and Date of Birth.
  • +
  • Compliance Affirmation: Check the corresponding boxes for the activities you have undertaken. +
  • +
  • The Oath of Citizenship: Upload an audio clip of yourself reciting the entire oath.
  • +
  • Final Section: Upload your signature.
  • +
+

What happens upon acceptance?

+

Upon acceptance, you will receive a letter by mail confirming your acceptance along with a + verification code.

+

Next, proceed to the Regional Hall in Alee Isle to submit a valid identification document (such as a + Passport or Driver's License) along with the verification code.

+

Following this, you will be required to visit a passport office to obtain an official + government-issued passport.

+
+
+ ) +} -- cgit v1.2.3