Skip to content

Commit 09c7727

Browse files
index.js
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 2780fc6 commit 09c7727

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • src/pages/cloud-native-management/solutions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
3+
import SEO from "../../../components/seo";
4+
5+
import Solutions from "../../../sections/Solutions/index";
6+
7+
const SolutionsPage = () => {
8+
return (
9+
<>
10+
<Solutions/>
11+
</>
12+
);
13+
};
14+
export default SolutionsPage;
15+
export const Head = () => {
16+
return <SEO title="Solutions" description="Collaboratively design and manage your Kubernetes workloads and Cloud services, infrastructure, and cloud native apps. Confidently configure your systems with Kanvas's visual topology and built-in design patterns." />;
17+
};

0 commit comments

Comments
 (0)