@@ -8,19 +8,19 @@ import styles from './styles.module.css'
8
8
9
9
const features = [
10
10
{
11
- title :< > Your Editor </ > ,
11
+ title :< > Real Coding </ > ,
12
12
imageUrl :'img/undraw_editor.svg' ,
13
- description :< > Playing tutorials in a real-world setting: within your codingeditor. </ > ,
13
+ description :< > The first tutorial platform to run in a real codingenvironment: VSCode. </ > ,
14
14
} ,
15
15
{
16
- title :< > Your Code </ > ,
16
+ title :< > Real Progress </ > ,
17
17
imageUrl :'img/undraw_code.svg' ,
18
- description :< > You own your progress. Save with Git tobuild your timeline. Deploy to build your portfolio .</ > ,
18
+ description :< > CodeRoad is built on Git. Push your progress toGitHub, share with peers or potential employers .</ > ,
19
19
} ,
20
20
{
21
- title :< > Free & Open </ > ,
21
+ title :< > Create </ > ,
22
22
imageUrl :'img/undraw_open_source.svg' ,
23
- description :< > CodeRoad isopen-source. Build your own tutorials . Contribute to thetooling .</ > ,
23
+ description :< > CodeRoad isbuilt for creators . Contribute to theopen source platform or build tutorials .</ > ,
24
24
} ,
25
25
]
26
26