Updated the banner of the home page

This commit is contained in:
Tiago Ribeiro
2023-12-14 16:19:09 +00:00
parent 28d91f1afa
commit 8538deebc5
2 changed files with 1 additions and 1 deletions

BIN
public/banner_encoach.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -31,7 +31,7 @@ export default function Home({language}: Props) {
<Navbar currentPage="/" language={language} /> <Navbar currentPage="/" language={language} />
<section className="w-full relative bg-white"> <section className="w-full relative bg-white">
<img src="/banner_encoach.png" alt="IELTS Packages - Together we prepare for the future" className="w-full" /> <img src="/banner_encoach.jpeg" alt="IELTS Packages - Together we prepare for the future" className="w-full" />
<Link href="/join"> <Link href="/join">
<button className="absolute bottom-1/12 -lg:hidden left-1/12 bg-mti-purple-light hover:bg-mti-purple text-white rounded-xl px-8 py-4 transition ease-in-out duration-300 shadow"> <button className="absolute bottom-1/12 -lg:hidden left-1/12 bg-mti-purple-light hover:bg-mti-purple text-white rounded-xl px-8 py-4 transition ease-in-out duration-300 shadow">
{translation.get_started_btn[language]} {translation.get_started_btn[language]}