diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-15 20:22:10 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-15 20:22:10 -0400 |
| commit | 8c1cf540c998d554b10282292edeb28b74349297 (patch) | |
| tree | 1553070a4c5b6a555b96c71a98b4b5406dd87c76 /app/page.js | |
| parent | f4abb8200e49024311d9fd8f5130ed189e139fe3 (diff) | |
| download | alure-website-8c1cf540c998d554b10282292edeb28b74349297.tar.gz alure-website-8c1cf540c998d554b10282292edeb28b74349297.tar.bz2 alure-website-8c1cf540c998d554b10282292edeb28b74349297.zip | |
Getting ready to properly add travel advisory; Added additional cities
Diffstat (limited to 'app/page.js')
| -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 188c214..1ff6dab 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 sm:text-5xl text-2xl">Welcome to the Alure Regions</h1> - <h2 className="font-light sm:text-3xl text-lg">The official website of the Government of Alure Regions</h2> + <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> </div> </div> <ul> |
