Added AR pages to Price

This commit is contained in:
Tiago Ribeiro
2024-02-05 09:57:00 +00:00
parent 5e442fc054
commit bbe51ab91e
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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:",