diff --git a/crowdin/messages.json b/crowdin/messages.json index cc1b39698ef..468d8ad403f 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -3121,6 +3121,7 @@ "-1179918966": "Browser Update Alert", "-684271315": "OK", "-1809314981": "Other markets you might be interested in", + "-1255879419": "Trader's Hub", "-1124845179": "Open demo account", "-696867299": "Get trading", "-943701585": "Available on", diff --git a/src/data/trustpilot.json b/src/data/trustpilot.json index d63e4de8044..86f3853279e 100644 --- a/src/data/trustpilot.json +++ b/src/data/trustpilot.json @@ -1,5 +1,5 @@ { "stars": 4.5, "trustScore": 4.6, - "numberOfReviews": "37,000" + "numberOfReviews": "39,092" } diff --git a/src/features/components/molecules/traders-hub-cta-button/index.tsx b/src/features/components/molecules/traders-hub-cta-button/index.tsx index 2896ec7932d..ff1f2944425 100644 --- a/src/features/components/molecules/traders-hub-cta-button/index.tsx +++ b/src/features/components/molecules/traders-hub-cta-button/index.tsx @@ -1,5 +1,6 @@ import React, { ComponentPropsWithRef, forwardRef } from 'react' import { Button } from '@deriv/quill-design' +import { LabelPairedGrid2LgBoldIcon } from '@deriv/quill-icons' import useAuthCheck from 'components/hooks/use-auth-check' import useHandleSignup from 'components/hooks/use-handle-signup' import { handleRedirectToTradersHub } from 'components/custom/utils' @@ -17,11 +18,13 @@ const TradersHubCtaButton = forwardRef - + ) } diff --git a/src/features/pages/home/cta/index.tsx b/src/features/pages/home/cta/index.tsx index 9bfe06c0fc2..651a2168bb8 100644 --- a/src/features/pages/home/cta/index.tsx +++ b/src/features/pages/home/cta/index.tsx @@ -38,7 +38,9 @@ const CTA = () => { - +
+ +
) diff --git a/src/features/pages/home/start-trading-steps/index.tsx b/src/features/pages/home/start-trading-steps/index.tsx index 521c8367d50..926cbcc883a 100644 --- a/src/features/pages/home/start-trading-steps/index.tsx +++ b/src/features/pages/home/start-trading-steps/index.tsx @@ -11,7 +11,11 @@ const StartTradingSteps = () => { } - cta={} + cta={ +
+ +
+ } cols="three" variant="ContentTop" cards={is_eu ? EUCards : RowCards} diff --git a/src/pages/home/_translations.tsx b/src/pages/home/_translations.tsx index 54c89827150..73e16895c91 100644 --- a/src/pages/home/_translations.tsx +++ b/src/pages/home/_translations.tsx @@ -62,4 +62,5 @@ export const translation_strings = [ '_t_60+ global payment methods. Deposit instantly starting from just USD 5. Withdraw in minutes.*_t_', '_t_* Availability of payment methods and processing speeds may vary based on location and selected payment option_t_', '_t_Trade CFDs & Multipliers_t_', + "_t_Trader's Hub_t_", ]