Added AR pages to Price
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Page({language}: {language: "en" | "ar"}) {
|
|||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
<main className="h-screen w-full bg-white text-mti-black flex flex-col">
|
<main className="h-screen w-full bg-white text-mti-black flex flex-col">
|
||||||
<Navbar currentPage="/join" language="en" />
|
<Navbar currentPage="/price" language="en" />
|
||||||
|
|
||||||
<section className="w-full relative bg-white px-8 flex flex-col items-center text-center gap-4">
|
<section className="w-full relative bg-white px-8 flex flex-col items-center text-center gap-4">
|
||||||
<h2 className="text-3xl font-bold">{translation.title[language]}</h2>
|
<h2 className="text-3xl font-bold">{translation.title[language]}</h2>
|
||||||
@@ -74,7 +74,7 @@ export default function Page({language}: {language: "en" | "ar"}) {
|
|||||||
</div>
|
</div>
|
||||||
<Link
|
<Link
|
||||||
className="transition ease-in-out duration-300 text-white hover:bg-mti-purple-dark hover:border-mti-purple-dark border border-mti-purple-light bg-mti-purple-light px-8 py-2 rounded-xl mb-8"
|
className="transition ease-in-out duration-300 text-white hover:bg-mti-purple-dark hover:border-mti-purple-dark border border-mti-purple-light bg-mti-purple-light px-8 py-2 rounded-xl mb-8"
|
||||||
href={`${process.env.NEXT_PUBLIC_APP_URL}/register`}>
|
href={`https://platform.encoach.com/register`}>
|
||||||
{translation.joinus[language]}
|
{translation.joinus[language]}
|
||||||
</Link>
|
</Link>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"joinus": {
|
"joinus": {
|
||||||
"en": "Join us",
|
"en": "Join us",
|
||||||
"ar": "Join us"
|
"ar": "انضم إلينا"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"en": "Available Packages",
|
"en": "Available Packages",
|
||||||
"ar": "Available Packages"
|
"ar": "الباقات المتوفرة"
|
||||||
},
|
},
|
||||||
"packageIncludes": {
|
"packageIncludes": {
|
||||||
"en": "This includes:",
|
"en": "This includes:",
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
"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": "Allow yourself to correctly prepare for the exam"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user