Fixed Silicon Valley image

This commit is contained in:
Andrew Lee 2023-07-14 22:46:05 -04:00
parent 3ff0b8e3fd
commit f802ad1bb0
Signed by: andrew
GPG key ID: 4DCE67C47836D125
2 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>