@@ -8,19 +8,19 @@ import styles from './styles.module.css'
88
99const features = [
1010{
11- title :< > Your Editor </ > ,
11+ title :< > Real Coding </ > ,
1212imageUrl :'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. </ > ,
1414} ,
1515{
16- title :< > Your Code </ > ,
16+ title :< > Real Progress </ > ,
1717imageUrl :'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 .</ > ,
1919} ,
2020{
21- title :< > Free & Open </ > ,
21+ title :< > Create </ > ,
2222imageUrl :'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 .</ > ,
2424} ,
2525]
2626