mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 10:11:31 +10:00
feat(client/landing): add testimonials section to landing page
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user