Updated more of the translations
This commit is contained in:
@@ -120,7 +120,7 @@ export default function Home({language}: Props) {
|
||||
</button>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="relative h-full grid grid-cols-1 place-items-center gap-8">
|
||||
<div className="relative -md:h-64 grid grid-cols-1 place-items-center gap-8">
|
||||
<img src="/writing-evaluation.png" alt="Writing Evaluation" className="-md:w-full md:h-80 shadow rounded-xl" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -129,7 +129,7 @@ export default function Home({language}: Props) {
|
||||
{/* EnCoach Benefits Section */}
|
||||
<section className="w-full bg-white">
|
||||
<div className="w-full p-8 md:p-20 lg:p-32 flex flex-col-reverse gap-8 md:gap-24 md:flex-row items-center justify-center container mx-auto">
|
||||
<div className="relative h-full grid grid-cols-2 place-items-center gap-8 -md:px-8">
|
||||
<div className="relative h-fit grid grid-cols-2 place-items-center gap-8 -md:px-8">
|
||||
<div className="w-60 h-60 rounded-xl overflow-hidden flex items-center justify-center">
|
||||
<img src="/person_laptop_3.jpg" alt="Person using a laptop" />
|
||||
</div>
|
||||
@@ -185,7 +185,7 @@ export default function Home({language}: Props) {
|
||||
|
||||
{/* CEO Message Section */}
|
||||
<section className="w-full bg-white">
|
||||
<div className="w-full p-8 md:p-20 lg:p-32 flex flex-col gap-12 md:flex-row items-center justify-around container mx-auto">
|
||||
<div className="w-full px-8 pt-12 pb-20 md:p-20 lg:p-32 flex flex-col gap-12 md:flex-row items-center justify-around container mx-auto">
|
||||
<div className="flex flex-col gap-8">
|
||||
<Tag>{translation.ceo_message.tag[language]}</Tag>
|
||||
<div className="flex flex-col gap-3">
|
||||
|
||||
Reference in New Issue
Block a user