From f89d96440f7f855b9655bbc4dbb44c07ad11f877 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Mon, 12 Feb 2024 11:30:51 +0000 Subject: [PATCH 1/3] Updated Join us translations --- src/translation/home.json | 6 +----- src/translation/navbar.json | 2 +- src/translation/price.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/translation/home.json b/src/translation/home.json index 9428d4d..4bc414e 100644 --- a/src/translation/home.json +++ b/src/translation/home.json @@ -57,10 +57,6 @@ "description": { "en": "Our algorithms provide speedy results and evaluate the test, providing a brief feedback on areas that are strong and the areas where improvement is needed. So there is no need to pay a hefty amount to a tutor and spend hours upon hours to review your performance. With EnCoach, you receive the evaluation within seconds.", "ar": "خوارزمياتنا توفر نتائج وتقييم سريع للاختبار، وتقدم ملاحظات موجزًة على الجوانب التي تتميز بها والجوانب التي تحتاج إلى تحسين. لذا ليس هناك حاجة لدفع مبلغ ضخم لمدرس وقضاء ساعات وساعات في مراجعة أدائك. مع إنكوتش، ستتلقى التقييم في غضون ثوانٍ." - }, - "join": { - "en": "Join", - "ar": "انضم" } }, "learn_more": { @@ -121,4 +117,4 @@ "en": "Accreditation", "ar": "الاعتمادات الأكاديمية" } -} \ No newline at end of file +} diff --git a/src/translation/navbar.json b/src/translation/navbar.json index 08e6609..be1a8e0 100644 --- a/src/translation/navbar.json +++ b/src/translation/navbar.json @@ -28,7 +28,7 @@ "ar": "منصة انكوتش" }, "join": { - "en": "Join", + "en": "Sign up", "ar": "انضم إلينا" } } \ No newline at end of file diff --git a/src/translation/price.json b/src/translation/price.json index 4596fd1..a0abc15 100644 --- a/src/translation/price.json +++ b/src/translation/price.json @@ -1,6 +1,6 @@ { "joinus": { - "en": "Join us", + "en": "Sign up", "ar": "انضم إلينا" }, "title": { From 80c0a9e21c189d37517ffaff3b039a87656755bd Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Mon, 12 Feb 2024 11:36:19 +0000 Subject: [PATCH 2/3] Removed /join legacy page --- src/app/join/page.tsx | 28 ---------------------------- src/app/layout.tsx | 3 --- src/components/Navbar.tsx | 6 +----- src/components/PricingTable.tsx | 23 ----------------------- src/templates/Home.tsx | 2 +- 5 files changed, 2 insertions(+), 60 deletions(-) delete mode 100644 src/app/join/page.tsx delete mode 100644 src/components/PricingTable.tsx diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx deleted file mode 100644 index e8270d7..0000000 --- a/src/app/join/page.tsx +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable @next/next/no-img-element */ -import Link from "next/link"; -import {BsInstagram, BsTwitter} from "react-icons/bs"; -import {BiLogoFacebook} from "react-icons/bi"; -import Navbar from "@/components/Navbar"; -import PricingTable from "@/components/PricingTable"; -import Footer from "@/components/Footer"; - -export default function Home() { - return ( -
- - -
-

Available Packages

-
- - Once the payment process is complete, you will receive a code via e-mail to register to the application. - - (Or have time added to your account, if already registered with the given e-mail). - -
-
- -
-
- ); -} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0553799..e3b998c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,9 +26,6 @@ export default function RootLayout({children}: {children: React.ReactNode}) { httpEquiv="Content-Security-Policy-Report-Only" content="default-src 'self' *.stripe.com *.encoach.com staging.encoach.com localhost" /> - -