diff --git a/root-wrapper.js b/root-wrapper.js
index 7472bcbe0ea329..1ad353871488d2 100644
--- a/root-wrapper.js
+++ b/root-wrapper.js
@@ -7,6 +7,7 @@ import CTA_Bottom from "./src/components/Call-To-Actions/CTA_Bottom";
import { ContextWrapper } from "./context-wrapper";
import { IoIosCopy } from "@react-icons/all-files/io/IoIosCopy";
import { IoIosCheckmark } from "@react-icons/all-files/io/IoIosCheckmark";
+import SimpleReactLightbox from "simple-react-lightbox";
// Custom image component for better CLS scores
const OptimizedImage = (props) => {
@@ -118,6 +119,8 @@ const components = {
export const wrapRootElement = ({ element }) => (
- {element}
+
+ {element}
+
);
diff --git a/src/pages/solutions/orchestration-management/index.js b/src/pages/solutions/orchestration-management/index.js
index 897fea8c6d762f..a5fd294ec78da1 100644
--- a/src/pages/solutions/orchestration-management/index.js
+++ b/src/pages/solutions/orchestration-management/index.js
@@ -1,14 +1,25 @@
import React from "react";
import Orchestration from "../../../sections/OrchestrationManagement";
import ServiceMeshFocused from "../../../sections/Home/Service-mesh-focussed";
+import SEO from "../../../components/seo";
const OrchestrationManagement = () => {
return (
<>
-
+
>
);
};
-export default OrchestrationManagement;
\ No newline at end of file
+export default OrchestrationManagement;
+
+export const Head = () => {
+ return (
+
+ );
+};
diff --git a/src/sections/Solutions/images/solutions-cost.svg b/src/sections/Solutions/images/solutions-cost.svg
index 8166df76b8f80f..792abdaae672e8 100644
--- a/src/sections/Solutions/images/solutions-cost.svg
+++ b/src/sections/Solutions/images/solutions-cost.svg
@@ -143,7 +143,7 @@
-
+