Added the translation for the price page

This commit is contained in:
Tiago Ribeiro
2024-02-05 14:37:36 +00:00
parent bbe51ab91e
commit 896db4b654
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ export default function Home({language}: Props) {
<section className="w-full relative bg-white"> <section className="w-full relative bg-white">
<img src="/banner_encoach_home.png" 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"> <Link href={language === "ar" ? "/ar/price" : "/price"}>
<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]}
</button> </button>

View File

@@ -9,18 +9,18 @@
}, },
"packageIncludes": { "packageIncludes": {
"en": "This includes:", "en": "This includes:",
"ar": "This includes:" "ar": "هذه الباقة تشمل :"
}, },
"packageIncludesA": { "packageIncludesA": {
"en": "Train your abilities for the IELTS exam", "en": "Train your abilities for the IELTS exam and English Language",
"ar": "Train your abilities for the IELTS exam" "ar": "درب وطور قدراتك في امتحان الآيلتس واللغة الإنجليزية"
}, },
"packageIncludesB": { "packageIncludesB": {
"en": "Gain insights into your weaknesses and strengths", "en": "Gain insights into your weaknesses and strengths",
"ar": "Gain insights into your weaknesses and strengths" "ar": "اكتسب تحليل دقيق حول نقاط ضعفك وقوتك"
}, },
"packageIncludesC": { "packageIncludesC": {
"en": "Allow yourself to correctly prepare for the exam", "en": "Allow yourself to correctly prepare for the exam",
"ar": "Allow yourself to correctly prepare for the exam" "ar": "امنح نفسك الفرصة للتحضير بشكل صحيح للإختبار"
} }
} }