Skip to content

Commit 8e65b97

Browse files
authored
Update solutionsSection.tsx
Signed-off-by: Neha Gupta <[email protected]>
1 parent ace035c commit 8e65b97

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

components/nav/solutionsSection.tsx

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ export default function Solutions() {
3333
{
3434
icon: <TestDataGeneration />,
3535
name: "Test Data Generation",
36-
url: "https://keploy.io/test-data-generator",
36+
url: "https://keploy-websites.vercel.app/test-data-generator",
3737
},
3838
{
3939
icon: <TestCaseGeneration />,
4040
name: "Test Case Generation",
41-
url: "https://keploy.io/test-case-generator",
41+
url: "https://keploy-websites.vercel.app/test-case-generator",
4242
},
4343
{
4444
icon: <UnitTestGeneration />,
4545
name: "Unit Test Generation",
46-
url: "https://keploy.io/unit-test-generator",
46+
url: "https://keploy-websites.vercel.app/unit-test-generator",
4747
},
4848
{
4949
icon: <CodeCoverage />,
5050
name: "Code Coverage",
51-
url: "https://keploy.io/code-coverage",
51+
url: "https://keploy-websites.vercel.app/code-coverage",
5252
},
5353
],
5454
},
@@ -58,22 +58,22 @@ export default function Solutions() {
5858
{
5959
icon: <CITesting />,
6060
name: "CI Testing",
61-
url: "https://keploy.io/continuous-integration-testing",
61+
url: "https://keploy-websites.vercel.app/continuous-integration-testing",
6262
},
6363
{
6464
icon: <RegressionTesting />,
6565
name: "Regression Testing",
66-
url: "https://keploy.io/docs/concepts/reference/glossary/regression-testing/#heading",
66+
url: "https://keploy-websites.vercel.app/docs/concepts/reference/glossary/regression-testing/#heading",
6767
},
6868
{
6969
icon: <APITesting />,
7070
name: "API Testing",
71-
url: "https://keploy.io/api-testing",
71+
url: "https://keploy-websites.vercel.app/api-testing",
7272
},
7373
{
7474
icon: <ContractTesting />,
7575
name: "Contract Testing",
76-
url: "https://keploy.io/contract-testing",
76+
url: "https://keploy-websites.vercel.app/contract-testing",
7777
},
7878
],
7979
},

0 commit comments

Comments
 (0)