Skip to content

Commit 6cc82a4

Browse files
committed
change index content
1 parent dfb9623 commit 6cc82a4

8 files changed

Lines changed: 47 additions & 395 deletions

src/components/HomepageFeatures/index.js

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,50 @@ import clsx from "clsx";
22
import Heading from "@theme/Heading";
33
import 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+
59
const 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&apos;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

3842
function 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>

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export default function Home() {
3434
return (
3535
<Layout title="Welcome" description={siteConfig.customFields.longDetails}>
3636
<HomepageHeader />
37-
{/* <main>
37+
<main>
3838
<HomepageFeatures />
39-
</main> */}
39+
</main>
4040
</Layout>
4141
);
4242
}

static/img/chkware_accelerate_api_dev.svg

Lines changed: 9 additions & 0 deletions
Loading

static/img/chkware_define_expectations.svg

Lines changed: 9 additions & 0 deletions
Loading

static/img/chkware_revolutionize_api_test.svg

Lines changed: 9 additions & 0 deletions
Loading

static/img/undraw_docusaurus_mountain.svg

Lines changed: 0 additions & 171 deletions
This file was deleted.

static/img/undraw_docusaurus_react.svg

Lines changed: 0 additions & 170 deletions
This file was deleted.

static/img/undraw_docusaurus_tree.svg

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)