Updated Encoach banner
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
BIN
public/banner_encoach_home.png
Normal file
BIN
public/banner_encoach_home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 KiB |
@@ -2,21 +2,13 @@
|
||||
import Link from "next/link";
|
||||
import {
|
||||
BsBook,
|
||||
BsCardChecklist,
|
||||
BsClipboardFill,
|
||||
BsClockFill,
|
||||
BsHeadphones,
|
||||
BsInstagram,
|
||||
BsMegaphone,
|
||||
BsPen,
|
||||
BsShieldFillCheck,
|
||||
BsTwitter,
|
||||
} from "react-icons/bs";
|
||||
import {BiLogoFacebook} from "react-icons/bi";
|
||||
import Navbar from "@/components/Navbar";
|
||||
import Footer from "@/components/Footer";
|
||||
import translation from "@/translation/home.json";
|
||||
import reactStringReplace from "react-string-replace";
|
||||
import clsx from "clsx";
|
||||
import Tag from "@/components/Tag";
|
||||
import Title from "@/components/Title";
|
||||
@@ -31,7 +23,7 @@ export default function Home({language}: Props) {
|
||||
<Navbar currentPage="/" language={language} />
|
||||
|
||||
<section className="w-full relative bg-white">
|
||||
<img src="/banner_encoach.jpeg" alt="IELTS Packages - Together we prepare for the future" className="w-full" />
|
||||
<img src="/banner_encoach_home.png" alt="IELTS Packages - Together we prepare for the future" className="w-full" />
|
||||
<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">
|
||||
{translation.get_started_btn[language]}
|
||||
|
||||
Reference in New Issue
Block a user