Updated the banner
This commit is contained in:
BIN
public/banner_encoach.png
Normal file
BIN
public/banner_encoach.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user