Skip to content

Commit b8c5823

Browse files
committed
old routes with new page
Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
1 parent 42eef0b commit b8c5823

File tree

132 files changed

+29257
-16186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+29257
-16186
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

app/(default)/ai-code-generation/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData,faqQuestions } from "@/components/utils/ai-code-generation";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
2020

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | Transform Testing with AI that actually works! Explore Now!',
23-
description: "Unlock the power of AI generated tests and mocks with Keploy's coding assistance. Transform your testing with AI code generation that actually works. Check Now!",
24-
keywords: 'test generation, ai generated test, automated unit testing',
25-
};
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | Transform Testing with AI that actually works! Explore Now!',
23+
// description: "Unlock the power of AI generated tests and mocks with Keploy's coding assistance. Transform your testing with AI code generation that actually works. Check Now!",
24+
// keywords: 'test generation, ai generated test, automated unit testing',
25+
// };
2626

2727
const heroData = {
2828
titleTop: "Integration Test Generator ",
@@ -90,7 +90,7 @@ const BannerData = {
9090
};
9191
export default function Home() {
9292
return (
93-
<RootLayout metadata={pageMetadata}>
93+
<RootLayout>
9494
<Hero
9595
titleTop={heroData.titleTop}
9696
titleBottom={heroData.titleBottom}

app/(default)/api-testing/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData , faqQuestions} from "@/components/utils/api-testing";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
2020

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | One-click API test with OpenSource and Free API Testing Tool',
23-
description: "Discover how Keploy's free API testing tools can drastically transform your e2e api testing process and why developers love it! Get the free tool now!",
24-
keywords: 'API test, FREE API Testing Tool, API Testing tool',
25-
};
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | One-click API test with OpenSource and Free API Testing Tool',
23+
// description: "Discover how Keploy's free API testing tools can drastically transform your e2e api testing process and why developers love it! Get the free tool now!",
24+
// keywords: 'API test, FREE API Testing Tool, API Testing tool',
25+
// };
2626

2727
const blocksData = [
2828
{
@@ -90,7 +90,7 @@ const BannerData = {
9090
};
9191
export default function Home() {
9292
return (
93-
<RootLayout metadata={pageMetadata}>
93+
<RootLayout>
9494
<Hero
9595
titleTop={heroData.titleTop}
9696
titleBottom={heroData.titleBottom}

app/(default)/case-studies/page.tsx

-153
This file was deleted.

app/(default)/code-coverage/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData,faqQuestions } from "@/components/utils/code-coverage";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
2020

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | Need Complete Code Coverage? Check this Test Coverage Tool!',
23-
description: 'Explore how Keploy test coverage tools help you cover every scenario. 100% unit test coverage, Python code coverage, Java, Gotest, Jest Test Coverage. Start now',
24-
keywords: 'test coverage tools, python code coverage, python coverage, Junit, Jest, Go test, code coverage, test coverage',
25-
};
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | Need Complete Code Coverage? Check this Test Coverage Tool!',
23+
// description: 'Explore how Keploy test coverage tools help you cover every scenario. 100% unit test coverage, Python code coverage, Java, Gotest, Jest Test Coverage. Start now',
24+
// keywords: 'test coverage tools, python code coverage, python coverage, Junit, Jest, Go test, code coverage, test coverage',
25+
// };
2626
const heroData = {
2727
titleTop: "Improve Code Coverage ",
2828
titleBottom: "with Confidence",
@@ -88,7 +88,7 @@ const BannerData = {
8888
};
8989
export default function Home() {
9090
return (
91-
<RootLayout metadata={pageMetadata}>
91+
<RootLayout>
9292

9393
<Hero
9494
titleTop={heroData.titleTop}

app/(default)/coming-soon/page.tsx

-35
This file was deleted.

app/(default)/continuous-integration-testing/page.tsx

+8-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData,faqQuestions } from "@/components/utils/continuous-testing";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
20+
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | Speed Up Testing in CI/CD with secret Virtual Environments!',
23+
// description: "Virtualise Services and Dependencies during Continuous Integration Testing. Accelerate your software releases with Keploy's CI testing tool. Know How?",
24+
// keywords: 'CI testing, cicd testing, gitlab, github, jenkins',
25+
// };
2026

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | Speed Up Testing in CI/CD with secret Virtual Environments!',
23-
description: "Virtualise Services and Dependencies during Continuous Integration Testing. Accelerate your software releases with Keploy's CI testing tool. Know How?",
24-
keywords: 'CI testing, cicd testing, gitlab, github, jenkins',
25-
};
2627
const heroData = {
2728
titleTop: "Speed Up Testing ",
2829
titleBottom: "in CI/CD pipeline",
@@ -90,7 +91,7 @@ const BannerData = {
9091
};
9192
export default function Home() {
9293
return (
93-
<RootLayout metadata={pageMetadata}>
94+
<RootLayout>
9495
<Hero
9596
titleTop={heroData.titleTop}
9697
titleBottom={heroData.titleBottom}

app/(default)/contract-testing/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData,faqQuestions } from "@/components/utils/contract-testing";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
2020

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | Consumer Driven Contract Testing without Code Changes!',
23-
description: "Discover how Keploy automates contract tests more effectively than Pact, with no code changes required. Effective, efficient, and reliable!",
24-
keywords: 'contract testing, contract tests, pact.io alternative',
25-
};
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | Consumer Driven Contract Testing without Code Changes!',
23+
// description: "Discover how Keploy automates contract tests more effectively than Pact, with no code changes required. Effective, efficient, and reliable!",
24+
// keywords: 'contract testing, contract tests, pact.io alternative',
25+
// };
2626

2727
const blocksData = [
2828
{
@@ -90,7 +90,7 @@ const BannerData = {
9090
};
9191
export default function Home() {
9292
return (
93-
<RootLayout metadata={pageMetadata}>
93+
<RootLayout>
9494
<Hero
9595
titleTop={heroData.titleTop}
9696
titleBottom={heroData.titleBottom}

app/(default)/integration-testing/page.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import {MdiLightningBolt,FluentPuzzleCubePiece20Filled,
1616
import { featuresData,faqQuestions } from "@/components/utils/integration-testing";
1717
import BannerBunny from "@/public/images/banner-bunny.png";
1818
import FAQ from "@/components/pillar-page/faq";
19-
import RootLayout, { Metadata } from "@/app/layout";
19+
import RootLayout from "@/app/layout";
2020

21-
const pageMetadata: Metadata = {
22-
title: 'Keploy | Maximize Integration Testing Efficiency with Our Tools!',
23-
description: 'Discover how Keploy’s integration testing tools streamline complex workflows. Achieve scalable, reliable, and automated testing with zero-code solutions. Start now.',
24-
keywords: 'integration testing, test coverage tools, automated testing, zero-code testing, Python integration testing, Java integration testing, Jest, Go test',
25-
};
21+
// const pageMetadata: Metadata = {
22+
// title: 'Keploy | Maximize Integration Testing Efficiency with Our Tools!',
23+
// description: 'Discover how Keploy’s integration testing tools streamline complex workflows. Achieve scalable, reliable, and automated testing with zero-code solutions. Start now.',
24+
// keywords: 'integration testing, test coverage tools, automated testing, zero-code testing, Python integration testing, Java integration testing, Jest, Go test',
25+
// };
2626

2727
const heroData = {
2828
titleTop: "Optimize Integration Testing",
@@ -90,7 +90,7 @@ const BannerData = {
9090
};
9191
export default function Home() {
9292
return (
93-
<RootLayout metadata={pageMetadata}>
93+
<RootLayout>
9494

9595
<Hero
9696
titleTop={heroData.titleTop}

0 commit comments

Comments
 (0)