diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-13 00:52:31 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-13 00:52:31 -0400 |
| commit | 56a4f5e7c600cc79075c51029c019dc8ba3e8c11 (patch) | |
| tree | de6e611c8b84427b2120a07e0faa97bc6f67b3e7 /app/immigration | |
| parent | 0ebd004c557d43c45784484f9f0bb61a83df2dd7 (diff) | |
| download | alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.gz alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.bz2 alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.zip | |
Grammar fix
Diffstat (limited to 'app/immigration')
| -rw-r--r-- | app/immigration/page.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/immigration/page.js b/app/immigration/page.js index 3d561f5..679417d 100644 --- a/app/immigration/page.js +++ b/app/immigration/page.js @@ -2,7 +2,7 @@ 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.', + description: 'Planning on immigrating to the the Alure Regions? Follow the instructions in this page to get started.', } export default function Immigration() { @@ -11,7 +11,7 @@ export default function Immigration() { <Header title={metadata.title} description={metadata.description}/> <div className="sm:px-40 px-10 py-3 space-y-3 bg-zinc-800"> <h1 className="text-2xl font-medium">Getting Started on Immigration</h1> - <p>Thinking about making Alure Regions your new home? We are here to guide you through the immigration + <p>Thinking about making the Alure Regions your new home? We are here to guide you through the immigration process.</p> <p>To get started, simply fill in the form below.</p> <button |
