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 | |
| parent | 0ebd004c557d43c45784484f9f0bb61a83df2dd7 (diff) | |
| download | alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.gz alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.tar.bz2 alure-website-56a4f5e7c600cc79075c51029c019dc8ba3e8c11.zip | |
Grammar fix
Diffstat (limited to 'app')
| -rw-r--r-- | app/components/Navbar.js | 4 | ||||
| -rw-r--r-- | app/immigration/page.js | 4 | ||||
| -rw-r--r-- | app/layout.js | 6 | ||||
| -rw-r--r-- | app/page.js | 8 | ||||
| -rw-r--r-- | app/services/page.js | 2 | ||||
| -rw-r--r-- | app/travel-advisory/page.js | 4 | ||||
| -rw-r--r-- | app/updates/page.js | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/app/components/Navbar.js b/app/components/Navbar.js index a4a97f3..4c172da 100644 --- a/app/components/Navbar.js +++ b/app/components/Navbar.js @@ -10,7 +10,7 @@ const Navbar = () => { <div className="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"> <div className="flex items-center"> <Image src="/alure_flag.svg" className="mr-5" alt="Alure Flag" width={70} height={70}/> - <span className="self-center text-2xl font-medium whitespace-nowrap dark:text-white"><p>Government</p><p>of Alure Regions</p></span> + <span className="self-center text-2xl font-medium whitespace-nowrap dark:text-white"><p>Government</p><p>of the Alure Regions</p></span> </div> <button data-collapse-toggle="navbar-default" type="button" className="transition duration-150 ease-out hover:ease-in inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-zinc-600 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" @@ -27,7 +27,7 @@ const Navbar = () => { {[ ['Home', '/'], ['Updates', '/updates'], - ['Services', '/services'], + // ['Services', '/services'], ['Travel Advisory', '/travel-advisory'], ['Visas', '/visas'], ['Immigration', '/immigration'], 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 diff --git a/app/layout.js b/app/layout.js index 536949b..09a6284 100644 --- a/app/layout.js +++ b/app/layout.js @@ -7,10 +7,10 @@ const exo = Exo({ subsets: ['latin'] }) export const metadata = { title: { - template: '%s - Government of Alure Regions', - default: 'Government of Alure Regions' + template: '%s - Government of the Alure Regions', + default: 'Government of the Alure Regions' }, - description: 'The official website of the Government of Alure Regions', + description: 'The official website of the Government of the Alure Regions', } export default function RootLayout({ children }) { diff --git a/app/page.js b/app/page.js index 442dfab..6601105 100644 --- a/app/page.js +++ b/app/page.js @@ -3,8 +3,8 @@ import PostPreview from "./updates/PostPreview"; import Link from "next/link"; export const metadata = { - title: 'Home - Government of Alure Regions', - description: 'The official website of the Government of Alure Regions', + title: 'Home - Government of the Alure Regions', + description: 'The official website of the Government of the Alure Regions', } export default function Home() { const postMetadata = getPostMetadata(); @@ -58,8 +58,8 @@ export default function Home() { </li> </ul> <div className="sm:px-40 px-10 py-3 space-y-3 bg-zinc-800"> - <h1 className="text-2xl font-medium" id="about">About Alure Regions</h1> - <p>Alure Regions was founded in July 2023 with the goal of achieving greater autonomy in our regions.</p> + <h1 className="text-2xl font-medium" id="about">About The Alure Regions</h1> + <p>The Alure Regions was founded in July 2023 with the goal of achieving greater autonomy in our regions.</p> <p>Originally known as Alee Isle Regions, we later became Southeastern Islands before branching out on our own.</p> <p>We are committed to continuous improvement and growth as small regions.</p> <h1 className="text-2xl font-medium">Latest Updates</h1> diff --git a/app/services/page.js b/app/services/page.js index d229b89..92c6332 100644 --- a/app/services/page.js +++ b/app/services/page.js @@ -2,7 +2,7 @@ import Header from "../components/Header"; export const metadata = { title: 'Services', - description: 'Local services that we have here in Alure Regions', + description: 'Local services that we have here in the Alure Regions', } export default function Services() { diff --git a/app/travel-advisory/page.js b/app/travel-advisory/page.js index 9e13e36..e08ba1d 100644 --- a/app/travel-advisory/page.js +++ b/app/travel-advisory/page.js @@ -15,12 +15,12 @@ export default async function TravelAdvisory(){ <ul> <li className="p-6 sm:px-40 px-10 bg-green-950"> <p className="font-medium text-lg">Take normal security precautions</p> - <p>Take similar precautions to those you would take in Alure Regions.</p> + <p>Take similar precautions to those you would take in the Alure Regions.</p> </li> <li className="p-6 sm:px-40 px-10 bg-yellow-700"> <p className="font-medium text-lg">Exercise a high degree of caution</p> <p>There are certain safety and security concerns or the situation could change quickly. Be very cautious at all times, monitor local media and follow the instructions of local authorities.</p> - <p><b className="font-semibold">IMPORTANT:</b> The two levels below are official Government of Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.</p> + <p><b className="font-semibold">IMPORTANT:</b> The two levels below are official Government of the Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.</p> </li> <li className="p-6 sm:px-40 px-10 bg-orange-700"> <p className="font-medium text-lg">Avoid non-essential travel</p> diff --git a/app/updates/page.js b/app/updates/page.js index cbc94e2..25423c4 100644 --- a/app/updates/page.js +++ b/app/updates/page.js @@ -4,7 +4,7 @@ import Header from "../components/Header"; export const metadata = { title: 'Updates', - description: 'Follow the latest updates from the Government of Alure Regions', + description: 'Follow the latest updates from the Government of the Alure Regions', } export default function Updates() { |
