@@ -33,22 +33,22 @@ export default function Solutions() {
33
33
{
34
34
icon : < TestDataGeneration /> ,
35
35
name : "Test Data Generation" ,
36
- url : "https://keploy.io /test-data-generator" ,
36
+ url : "https://keploy-websites.vercel.app /test-data-generator" ,
37
37
} ,
38
38
{
39
39
icon : < TestCaseGeneration /> ,
40
40
name : "Test Case Generation" ,
41
- url : "https://keploy.io /test-case-generator" ,
41
+ url : "https://keploy-websites.vercel.app /test-case-generator" ,
42
42
} ,
43
43
{
44
44
icon : < UnitTestGeneration /> ,
45
45
name : "Unit Test Generation" ,
46
- url : "https://keploy.io /unit-test-generator" ,
46
+ url : "https://keploy-websites.vercel.app /unit-test-generator" ,
47
47
} ,
48
48
{
49
49
icon : < CodeCoverage /> ,
50
50
name : "Code Coverage" ,
51
- url : "https://keploy.io /code-coverage" ,
51
+ url : "https://keploy-websites.vercel.app /code-coverage" ,
52
52
} ,
53
53
] ,
54
54
} ,
@@ -58,22 +58,22 @@ export default function Solutions() {
58
58
{
59
59
icon : < CITesting /> ,
60
60
name : "CI Testing" ,
61
- url : "https://keploy.io /continuous-integration-testing" ,
61
+ url : "https://keploy-websites.vercel.app /continuous-integration-testing" ,
62
62
} ,
63
63
{
64
64
icon : < RegressionTesting /> ,
65
65
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" ,
67
67
} ,
68
68
{
69
69
icon : < APITesting /> ,
70
70
name : "API Testing" ,
71
- url : "https://keploy.io /api-testing" ,
71
+ url : "https://keploy-websites.vercel.app /api-testing" ,
72
72
} ,
73
73
{
74
74
icon : < ContractTesting /> ,
75
75
name : "Contract Testing" ,
76
- url : "https://keploy.io /contract-testing" ,
76
+ url : "https://keploy-websites.vercel.app /contract-testing" ,
77
77
} ,
78
78
] ,
79
79
} ,
0 commit comments