Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit a02cc04

Browse files
fix(app-team-landing): update localization text for page
1 parent c5043dc commit a02cc04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/assets/i18n/en.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ export const translations = {
8383
},
8484
},
8585
},
86+
landing: {
87+
container: {
88+
title1: 'What',
89+
title2: 'Does',
90+
skills: 'Skills'
91+
},
92+
cta: {
93+
title: 'Meet The Team',
94+
button: `Let's Go`
95+
}
96+
}
8697
},
8798

8899
contact: {

0 commit comments

Comments
 (0)