diff options
Diffstat (limited to 'app/travel-advisory')
| -rw-r--r-- | app/travel-advisory/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
