diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-14 22:46:05 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-14 22:46:05 -0400 |
| commit | f802ad1bb00d79c7205b6158a0d658fb721b9991 (patch) | |
| tree | 55f770f97e45ecb5d7c574fda6091a8a210b9e3f /app | |
| parent | 3ff0b8e3fd4b7097af90d16f0d147b0f26183ea7 (diff) | |
| download | alure-website-f802ad1bb00d79c7205b6158a0d658fb721b9991.tar.gz alure-website-f802ad1bb00d79c7205b6158a0d658fb721b9991.tar.bz2 alure-website-f802ad1bb00d79c7205b6158a0d658fb721b9991.zip | |
Fixed Silicon Valley image
Diffstat (limited to 'app')
| -rw-r--r-- | app/page.js | 10 | ||||
| -rw-r--r-- | app/travel-advisory/page.js | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/page.js b/app/page.js index ff1c141..2e4bd14 100644 --- a/app/page.js +++ b/app/page.js @@ -1,7 +1,7 @@ export default function Home() { return ( <main className="flex flex-col"> - <div className="bg-center bg-no-repeat bg-[url('/jumbotron.png')] bg-gray-500 bg-blend-multiply"> + <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 text-5xl">Welcome to the Alure Regions</h1> <h2 className="font-light text-3xl">The official website of the Government of Alure Regions</h2> @@ -9,7 +9,7 @@ export default function Home() { </div> <ul> <li> - <div className="bg-center bg-no-repeat bg-[url('/regions/alee-isle.png')] bg-gray-600 bg-blend-multiply"> + <div className="bg-center bg-no-repeat bg-[url('/regions/alee-isle.webp')] bg-gray-600 bg-blend-multiply"> <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2"> <h1 className="font-medium text-5xl">Alee Isle</h1> <span>Est. 2017 - Premier: Alee</span> @@ -18,7 +18,7 @@ export default function Home() { </div> </li> <li> - <div className="bg-center bg-no-repeat bg-[url('/regions/breadcroust.png')] bg-gray-600 bg-blend-multiply"> + <div className="bg-center bg-no-repeat bg-[url('/regions/breadcroust.webp')] bg-gray-600 bg-blend-multiply"> <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2"> <h1 className="font-medium text-5xl">BreadCroust</h1> <span>Est. 2018 - Premier: Croust</span> @@ -27,7 +27,7 @@ export default function Home() { </div> </li> <li> - <div className="bg-center bg-no-repeat bg-[url('/regions/skycity.png')] bg-gray-600 bg-blend-multiply"> + <div className="bg-center bg-no-repeat bg-[url('/regions/skycity.webp')] bg-gray-600 bg-blend-multiply"> <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2"> <h1 className="font-medium text-5xl">SkyCity</h1> <span>Est. 2018 - Premier: Rahilu</span> @@ -36,7 +36,7 @@ export default function Home() { </div> </li> <li> - <div className="bg-center bg-no-repeat bg-[url('/regions/silicon-valley.png')] bg-gray-600 bg-blend-multiply"> + <div className="bg-center bg-no-repeat bg-[url('/regions/silicon-valley.webp')] bg-gray-600 bg-blend-multiply"> <div className="px-4 mx-3 max-w-screen-xl text-left py-10 space-y-2"> <h1 className="font-medium text-5xl">Silicon Valley</h1> <span>Est. 2018 - Premier: Inkydink</span> diff --git a/app/travel-advisory/page.js b/app/travel-advisory/page.js index 2e4c852..923ec84 100644 --- a/app/travel-advisory/page.js +++ b/app/travel-advisory/page.js @@ -1,7 +1,7 @@ export default function TravelAdvisory(){ return ( <main className="flex flex-col"> - <div className="bg-center bg-no-repeat bg-[url('/jumbotron.png')] bg-gray-700 bg-blend-multiply"> + <div className="bg-center bg-no-repeat bg-[url('/jumbotron.webp')] bg-gray-700 bg-blend-multiply"> <div className="px-4 mx-auto max-w-screen-xl text-left py-24 lg:py-10 space-y-3"> <h1 className="font-medium text-2xl">Travel Advisory</h1> <h2 className="font-light text-lg">Information whether its safe to travel to other countries</h2> |
