feat(client/landing): add testimonials section to landing page

This commit is contained in:
Amruth Pillai
2022-03-09 09:37:38 +01:00
parent 7e1448bbf9
commit 6f02048ebd
14 changed files with 216 additions and 15 deletions

View File

@ -9,11 +9,6 @@ export const languages: Language[] = [
code: 'en',
name: 'English',
},
{
code: 'ta',
name: 'Tamil',
localName: 'தமிழ்',
},
];
export const languageMap: Record<string, Language> = languages.reduce(