@@ -2,44 +2,50 @@ import clsx from "clsx";
22import Heading from "@theme/Heading" ;
33import styles from "./styles.module.css" ;
44
5+ // import rev from "@site/static/img/chkware_revolutionize_api_test.svg"
6+ // import acc from "@site/static/img/chkware_accelerate_api_dev.svg"
7+ // import def from "@site/static/img/chkware_define_expectations.svg"
8+
59const FeatureList = [
610 {
7- title : "Easy to Use" ,
8- Svg : require ( "@site/static/img/undraw_docusaurus_mountain.svg" ) . default ,
11+ title : "Revolutionize Your API Testing – Achieve Up to 4x Faster Automation!" ,
12+ Svg : require ( "@site/static/img/chkware_revolutionize_api_test.svg" ) . default ,
13+ // Image: rev,
914 description : (
1015 < >
11- Docusaurus was designed from the ground up to be easily installed and
12- used to get your website up and running quickly.
16+ Boost efficiency and deliver results with unmatched speed and reliability.
1317 </ >
1418 ) ,
1519 } ,
1620 {
17- title : "Focus on What Matters" ,
18- Svg : require ( "@site/static/img/undraw_docusaurus_tree.svg" ) . default ,
21+ title : "Accelerate Your API Development – Launch Projects Faster Than Ever!" ,
22+ Svg : require ( "@site/static/img/chkware_accelerate_api_dev.svg" ) . default ,
23+ // Image: acc,
1924 description : (
2025 < >
21- Docusaurus lets you focus on your docs, and we'll do the chores. Go
22- ahead and move your docs into the < code > docs</ code > directory.
26+ Streamline your workflow with tools designed for speedy delivery and precision in mind.
2327 </ >
2428 ) ,
2529 } ,
2630 {
27- title : "Powered by React" ,
28- Svg : require ( "@site/static/img/undraw_docusaurus_react.svg" ) . default ,
31+ title : "Define Your Expectations – Let Us Handle the Details!" ,
32+ Svg : require ( "@site/static/img/chkware_define_expectations.svg" ) . default ,
33+ // Image: def,
2934 description : (
3035 < >
31- Extend or customize your website layout by reusing React. Docusaurus can
32- be extended while reusing the same header and footer.
36+ Simplify API testing with low-code automation that delivers accuracy and robustness.
3337 </ >
3438 ) ,
3539 } ,
3640] ;
3741
3842function Feature ( { Svg, title, description } ) {
43+ // function Feature({ Image, title, description }) {
3944 return (
4045 < div className = { clsx ( "col col--4" ) } >
4146 < div className = "text--center" >
4247 < Svg className = { styles . featureSvg } role = "img" />
48+ { /* <Image className={styles.featureSvg} /> */ }
4349 </ div >
4450 < div className = "text--center padding-horiz--md" >
4551 < Heading as = "h3" > { title } </ Heading >
0 commit comments