@@ -11,32 +11,32 @@ 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 : 'BBj to Web ' ,
15+ Svg : require ( '@site/static/img/bbj-to-web .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 how to transform your BBj applications into modern web experiences
19+ using the Dynamic Web Client .
2020 </ >
2121 ) ,
2222 } ,
2323 {
24- title : 'Focus on What Matters ' ,
25- Svg : require ( '@site/static/img/undraw_docusaurus_tree .svg' ) . default ,
24+ title : 'Modern CSS Layouts ' ,
25+ Svg : require ( '@site/static/img/css-layouts .svg' ) . default ,
2626 description : (
2727 < >
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 .
28+ Master CSS Grid and Flexbox to create responsive, professional layouts
29+ for your DWC applications .
3030 </ >
3131 ) ,
3232 } ,
3333 {
34- title : 'Powered by React ' ,
35- Svg : require ( '@site/static/img/undraw_docusaurus_react .svg' ) . default ,
34+ title : 'Control Validation ' ,
35+ Svg : require ( '@site/static/img/validation .svg' ) . default ,
3636 description : (
3737 < >
38- Extend or customize your website layout by reusing React. Docusaurus can
39- be extended while reusing the same header and footer .
38+ Implement robust input validation with custom validators and real-time
39+ user feedback .
4040 </ >
4141 ) ,
4242 } ,
0 commit comments