diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-12-08 14:24:14 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-12-08 14:25:32 -0500 |
| commit | 52b64eea152d33801e81b8063eaec51417c3e123 (patch) | |
| tree | e0433155a3f3ea81ac3637963625602016999939 /app | |
| parent | 59a8545c14caac146e8791e5ff9da7a07eefaf7e (diff) | |
| download | alure-website-52b64eea152d33801e81b8063eaec51417c3e123.tar.gz alure-website-52b64eea152d33801e81b8063eaec51417c3e123.tar.bz2 alure-website-52b64eea152d33801e81b8063eaec51417c3e123.zip | |
Package update; Changed immigration page
Diffstat (limited to 'app')
| -rw-r--r-- | app/immigration/page.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/immigration/page.js b/app/immigration/page.js index 55b4cc3..3d561f5 100644 --- a/app/immigration/page.js +++ b/app/immigration/page.js @@ -23,8 +23,6 @@ export default function Immigration() { <h1 className="text-2xl font-medium">Sections of the Application</h1> <ul> <li>Personal Information: Provide your Family Name, First Given Name, and Date of Birth.</li> - <li>Compliance Affirmation: Check the corresponding boxes for the activities you have undertaken. - </li> <li>The Oath of Citizenship: Upload an audio clip of yourself reciting the entire oath.</li> <li>Final Section: Upload your signature.</li> </ul> @@ -33,6 +31,7 @@ export default function Immigration() { verification code.</p> <p>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.</p> + <p>You will need to answer some questions in order to check whether you are able to live in the Alure Regions.</p> <p>Following this, you will be required to visit a passport office to obtain an official government-issued passport.</p> </div> |
