@@ -11,32 +11,29 @@ type FeatureItem = {
1111
1212const FeatureList : FeatureItem [ ] = [
1313 {
14- title : 'Easy to Use ' ,
15- Svg : require ( '@site/static/img/undraw_docusaurus_mountain .svg' ) . default ,
14+ title : 'What is Mintlayer? ' ,
15+ Svg : require ( '@site/static/img/feature-extension-icon .svg' ) . default ,
1616 description : (
1717 < >
18- Docusaurus was designed from the ground up to be easily installed and
19- used to get your website up and running quickly.
18+ Learn more about Mintlayer and how it can help you build your next blockchain project.
2019 </ >
2120 ) ,
2221 } ,
2322 {
24- title : 'Focus on What Matters ' ,
25- Svg : require ( '@site/static/img/undraw_docusaurus_tree .svg' ) . default ,
23+ title : 'Documentation ' ,
24+ Svg : require ( '@site/static/img/feature_decentralised-icon .svg' ) . default ,
2625 description : (
2726 < >
28- Docusaurus lets you focus on your docs, and we'll do the chores. Go
29- ahead and move your docs into the < code > docs</ code > directory.
27+ Find the information you need to start building on Mintlayer.
3028 </ >
3129 ) ,
3230 } ,
3331 {
34- title : 'Powered by React ' ,
35- Svg : require ( '@site/static/img/undraw_docusaurus_react .svg' ) . default ,
32+ title : 'User Guide ' ,
33+ Svg : require ( '@site/static/img/feature-rocket-icon .svg' ) . default ,
3634 description : (
3735 < >
38- Extend or customize your website layout by reusing React. Docusaurus can
39- be extended while reusing the same header and footer.
36+ Learn how to use Mintlayer products and services.
4037 </ >
4138 ) ,
4239 } ,
0 commit comments