Updated the banner

This commit is contained in:
Tiago Ribeiro
2023-10-21 17:47:14 +01:00
parent 655794bac7
commit 4ae04659f1
2 changed files with 2 additions and 2 deletions

BIN
public/banner_encoach.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -27,9 +27,9 @@ export default function Home({language}: Props) {
<Navbar currentPage="/" language={language} />
<section className="w-full relative bg-white">
<img src="/home/first_banner.png" alt="IELTS Packages - Together we prepare for the future" className="w-full" />
<img src="/banner_encoach.png" alt="IELTS Packages - Together we prepare for the future" className="w-full" />
<Link href="/join">
<button className="absolute bottom-1/10 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]}
</button>
</Link>