From bbe51ab91e467d9734d7de10aba85a2630ee61a2 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 5 Feb 2024 09:57:00 +0000 Subject: [PATCH] Added AR pages to Price --- src/templates/Price.tsx | 4 ++-- src/translation/price.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/Price.tsx b/src/templates/Price.tsx index 4529e07..c7bffcf 100644 --- a/src/templates/Price.tsx +++ b/src/templates/Price.tsx @@ -41,7 +41,7 @@ export default function Page({language}: {language: "en" | "ar"}) { }, []); return (
- +

{translation.title[language]}

@@ -74,7 +74,7 @@ export default function Page({language}: {language: "en" | "ar"}) { + href={`https://platform.encoach.com/register`}> {translation.joinus[language]}
diff --git a/src/translation/price.json b/src/translation/price.json index 79d7f9a..5292c66 100644 --- a/src/translation/price.json +++ b/src/translation/price.json @@ -1,11 +1,11 @@ { "joinus": { "en": "Join us", - "ar": "Join us" + "ar": "انضم إلينا" }, "title": { "en": "Available Packages", - "ar": "Available Packages" + "ar": "الباقات المتوفرة" }, "packageIncludes": { "en": "This includes:", @@ -23,4 +23,4 @@ "en": "Allow yourself to correctly prepare for the exam", "ar": "Allow yourself to correctly prepare for the exam" } -} +} \ No newline at end of file