...
HTML values are kept out of the locale files
HTML values within translation key text can decrease the readability of it .
Hard coded text is not used outside the locale files
Using hard coded text within the <Trans> component, means the text has to be maintained in two places. Therefore, we should avoid using hard coded text outside the locale JSON files for easy maintenance.
Links used in the home page are kept inside the homeConfig.ts file
This is for easy alteration, if links happen to change
...