diff options
Diffstat (limited to 'app/page.js')
| -rw-r--r-- | app/page.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/page.js b/app/page.js index 1ff6dab..ec05d34 100644 --- a/app/page.js +++ b/app/page.js @@ -7,8 +7,8 @@ export default function Home() { <main className="flex flex-col"> <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-2xl">Welcome to the Alure Regions</h1> - <h2 className="font-light md:text-3xl text-lg">The official website of the Government of Alure Regions</h2> + <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> </div> </div> <ul> @@ -49,9 +49,11 @@ export default function Home() { </div> </li> </ul> - <div className="sm:px-40 px-10 py-3"> + <div className="sm:px-40 px-10 py-3 space-y-3"> <h1 className="text-2xl font-medium" id="about">About Alure Regions</h1> <p>Founded in July 2023, the goal of Alure Regions is to have more freedom on our regions.</p> + <p>Originally Alee Isle Regions then formed to become Southeastern Islands and then split from it.</p> + <p>We strife on trying to become stronger and better, as small regions.</p> <h1 className="text-2xl font-medium">Latest Updates</h1> </div> </main> |
