diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-12-06 22:22:46 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-12-06 22:22:46 -0500 |
| commit | dc726869455c376b8b9b6214536ced05987ba288 (patch) | |
| tree | 5e4ada19aaa8112f7d8a8ad34c09c5e5ba9ace0b | |
| parent | 605500872f65afe58854c1050e060400ab03cadf (diff) | |
| download | alure-website-dc726869455c376b8b9b6214536ced05987ba288.tar.gz alure-website-dc726869455c376b8b9b6214536ced05987ba288.tar.bz2 alure-website-dc726869455c376b8b9b6214536ced05987ba288.zip | |
Fixes
| -rw-r--r-- | app/page.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/page.js b/app/page.js index ec23cbd..5fb22db 100644 --- a/app/page.js +++ b/app/page.js @@ -16,7 +16,7 @@ export default function Home() { <div className="bg-center bg-no-repeat bg-[url('/jumbotron.webp')] bg-gray-500 bg-blend-multiply"> <div className="px-4 mx-auto max-w-screen-xl text-center py-24 lg:py-56 space-y-3"> <h1 className="font-medium md:text-5xl text-4xl">Welcome to the Alure Regions</h1> - <h2 className="font-light md:text-3xl text-xl">The official website of the Government of Alure Regions</h2> + <h2 className="font-light md:text-3xl text-xl">The official website of the Government of the Alure Regions</h2> </div> </div> <ul> @@ -25,7 +25,7 @@ export default function Home() { <div className="sm:px-40 px-10 py-14 space-y-2"> <h1 className="font-medium sm:text-5xl text-3xl">Alee Isle</h1> <span>Est. 2017 - Premier: Alee</span> - <h2 className="text-lg">Capital of Alure Regions and the original home of MinePot</h2> + <h2 className="text-lg">Capital of the Alure Regions and the original home of MinePot</h2> </div> </div> </li> |
