+
+ );
+};
+
+export default FeatureDetails;
diff --git a/src/sections/Products/icons/collaboration.svg b/src/sections/Products/icons/collaboration.svg
new file mode 100644
index 000000000000..683ad1022c70
--- /dev/null
+++ b/src/sections/Products/icons/collaboration.svg
@@ -0,0 +1,27 @@
+
diff --git a/src/sections/Products/icons/coming-soon.webp b/src/sections/Products/icons/coming-soon.webp
new file mode 100644
index 000000000000..93de1783302d
Binary files /dev/null and b/src/sections/Products/icons/coming-soon.webp differ
diff --git a/src/sections/Products/icons/configuration.svg b/src/sections/Products/icons/configuration.svg
new file mode 100644
index 000000000000..696ed5572da3
--- /dev/null
+++ b/src/sections/Products/icons/configuration.svg
@@ -0,0 +1,24 @@
+
diff --git a/src/sections/Products/icons/identity.svg b/src/sections/Products/icons/identity.svg
new file mode 100644
index 000000000000..59fa766e4b51
--- /dev/null
+++ b/src/sections/Products/icons/identity.svg
@@ -0,0 +1,23 @@
+
diff --git a/src/sections/Products/icons/lifecycle.svg b/src/sections/Products/icons/lifecycle.svg
new file mode 100644
index 000000000000..11e82abde6cc
--- /dev/null
+++ b/src/sections/Products/icons/lifecycle.svg
@@ -0,0 +1,176 @@
+
diff --git a/src/sections/Products/icons/notification.svg b/src/sections/Products/icons/notification.svg
new file mode 100644
index 000000000000..1d9698647bdf
--- /dev/null
+++ b/src/sections/Products/icons/notification.svg
@@ -0,0 +1,21 @@
+
diff --git a/src/sections/Products/icons/support.svg b/src/sections/Products/icons/support.svg
new file mode 100644
index 000000000000..d80be5db0aa0
--- /dev/null
+++ b/src/sections/Products/icons/support.svg
@@ -0,0 +1,52 @@
+
diff --git a/src/sections/Products/images/Rectangle.svg b/src/sections/Products/images/Rectangle.svg
new file mode 100644
index 000000000000..12598c820c17
--- /dev/null
+++ b/src/sections/Products/images/Rectangle.svg
@@ -0,0 +1,9 @@
+
diff --git a/src/sections/Products/images/circle_dark.svg b/src/sections/Products/images/circle_dark.svg
new file mode 100644
index 000000000000..66066cf07f00
--- /dev/null
+++ b/src/sections/Products/images/circle_dark.svg
@@ -0,0 +1,57 @@
+
diff --git a/src/sections/Products/images/circle_light.svg b/src/sections/Products/images/circle_light.svg
new file mode 100644
index 000000000000..b0dd9fa862fa
--- /dev/null
+++ b/src/sections/Products/images/circle_light.svg
@@ -0,0 +1,57 @@
+
diff --git a/src/sections/Products/images/codicon_extensions.svg b/src/sections/Products/images/codicon_extensions.svg
new file mode 100644
index 000000000000..004b17101e21
--- /dev/null
+++ b/src/sections/Products/images/codicon_extensions.svg
@@ -0,0 +1,10 @@
+
diff --git a/src/sections/Products/images/fluent_desktop-mac.svg b/src/sections/Products/images/fluent_desktop-mac.svg
new file mode 100644
index 000000000000..8fbf4d4bd6b0
--- /dev/null
+++ b/src/sections/Products/images/fluent_desktop-mac.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/sections/Products/images/layer5-products-overview-dark.svg b/src/sections/Products/images/layer5-products-overview-dark.svg
new file mode 100644
index 000000000000..d00fb50c066a
--- /dev/null
+++ b/src/sections/Products/images/layer5-products-overview-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/sections/Products/images/layer5-products-overview.svg b/src/sections/Products/images/layer5-products-overview.svg
new file mode 100644
index 000000000000..67cb2939d6cb
--- /dev/null
+++ b/src/sections/Products/images/layer5-products-overview.svg
@@ -0,0 +1,801 @@
+
+
+
diff --git a/src/sections/Products/index.js b/src/sections/Products/index.js
new file mode 100644
index 000000000000..70778b9a4cec
--- /dev/null
+++ b/src/sections/Products/index.js
@@ -0,0 +1,331 @@
+import React from "react";
+import { Container, Row, Col } from "../../reusecore/Layout";
+import ProductsWrapper from "./products.style";
+import FeatureDetails from "./collapsible-details";
+import Button from "../../reusecore/Button";
+import darkbgSvg from "./images/circle_dark.svg";
+import lightbgSvg from "./images/circle_light.svg";
+import product_hero_img from "./images/layer5-products-overview.svg";
+import product_hero_img_light from "./images/layer5-products-overview-dark.svg";
+import desktop from "./images/fluent_desktop-mac.svg";
+import codicon from "./images/codicon_extensions.svg";
+import mesheryLogo from "../../assets/images/meshery/icon-only/meshery-logo-light.svg";
+import meshmap from "../../assets/images/meshmap/icon-only/meshmap-icon.svg";
+import comingSoon from "./icons/coming-soon.webp";
+import { useStyledDarkMode } from "../../theme/app/useStyledDarkMode";
+
+const options = [
+ {
+ tier: "Personal",
+ featured: true,
+ monthlyprice: 0,
+ yearlyprice: 0,
+ byline: "Open Source features, plus:",
+ button: ["Join for Free", "https://meshery.layer5.io"],
+ summary: [
+ {
+ id: 0,
+ category: "Cloud Native Design Patterns",
+ description:
+ "Import and export your designs using your local filesystem or remote URL.",
+ },
+ {
+ id: 1,
+ category: "Multiple Kubernetes Clusters",
+ description:
+ "Ongoing synchronization of Kubernetes configuration, workloads and cloud native infrastructure changes across any number of Kubernetes clusters.",
+ },
+ {
+ id: 2,
+ category: "Cluster Discovery",
+ description:
+ "Day 2 support for ongoing synchronization of Kubernetes configuration, workloads and cloud native infrastructure changes.",
+ },
+ {
+ id: 3,
+ category: "Microservices Performance",
+ description:
+ "Continuous visibility across all of your clusters and workloads.",
+ },
+ {
+ id: 4,
+ category: "Load Generation",
+ description:
+ "Single Load Generator: Support testing multiple endpoints simultaneously.",
+ },
+ {
+ id: 5,
+ category: "MeshMark",
+ description: "Identify the cost of a specific network function.",
+ },
+ ],
+ },
+
+ {
+ tier: "Team",
+ featured: false,
+ monthlyprice: 9.99,
+ yearlyprice: 100,
+ byline: "Everything in Free, plus:",
+ button: [
+ "Contact Sales",
+ "https://us15.list-manage.com/contact-form?u=6b50be5aea3dfe1fd4c041d80&form_id=d0ffe17c92d8014ede6b721aa16096e8",
+ ],
+ summary: [
+ {
+ id: 0,
+ category: "Dry-run",
+ description:
+ "Test and verify configuration changes in a separate environment.",
+ },
+ {
+ id: 1,
+ category: "Design Reviews",
+ description:
+ "Discuss any design by leaving review comments or notes on a specific design. Control who has access, notify discussion participants with updates, and link from anywhere.",
+ },
+ {
+ id: 2,
+ category: "Visual Design",
+ description:
+ "Drag-n-drop cloud native infrastructure designer to configure, model, and deploy your workloads",
+ },
+ {
+ id: 3,
+ category: "Performance Profiles",
+ description:
+ "Share performance profiles and test results with individual users or teams.",
+ },
+ {
+ id: 4,
+ category: "Built-in Roles",
+ description: "Static - out of the box",
+ },
+ {
+ id: 5,
+ category: "Standard Support",
+ description:
+ "Layer5 Support can help you troubleshoot issues you run into while using Meshery. Get support via the web.",
+ },
+ ],
+ },
+ {
+ tier: "Enterprise",
+ featured: false,
+ monthlyprice: 15.99,
+ yearlyprice: 180,
+ pricing_coming_soon: ,
+ byline: "Everything in Team, plus:",
+ button: ["Coming Soon", ""],
+ summary: [
+ {
+ id: 0,
+ category: "User-defined Roles",
+ description: "Customizable roles for specific permission assignments",
+ },
+ {
+ id: 1,
+ category: "Authentication: LDAP",
+ description:
+ "Access Meshery using your existing accounts and centrally manage repository access.",
+ },
+ {
+ id: 2,
+ category: "Authentication: SAML",
+ description:
+ "Use an identity provider to manage the identities of Meshery users and applications.",
+ },
+ {
+ id: 3,
+ category: "Self-hosted Deployment",
+ description:
+ "Self-hosted Meshery Cloud for on-prem appliances or self-managed cloud tenants.",
+ },
+ {
+ id: 4,
+ category: "Traffic Replay",
+ description: "Visual event replay in MeshMap",
+ },
+ {
+ id: 5,
+ category: "Phone Support",
+ description:
+ "Layer5 Support can help you troubleshoot issues you run into while using Meshery. Get support via phone.",
+ },
+ ],
+ },
+];
+const CardsData = [
+ {
+ id: 1,
+ logo: meshmap,
+ title: "MeshMap",
+ icon: [codicon, desktop],
+ text: "GitOps-infused cloud native visual designer for Kubernetes and cloud native infrastucture.",
+ //as there is no soluton page.
+ url: "/cloud-native-management/meshmap"
+ },
+ {
+ id: 2,
+ logo: mesheryLogo,
+ title: "Meshery",
+ icon: ["",desktop],
+ text: "As a self-service engineering platform, Meshery enables collaborative design and operation of cloud native infrastructure.",
+ url: "/cloud-native-management/meshery"
+ },
+];
+
+const index = () => {
+ const { isDark } = useStyledDarkMode();
+ return (
+
+
+
+
+
+
+ Effortless Configuration & Complete Control of Your Cloud Native{" "}
+
+ Infrastructure
+
+ .
+
+
+ Unlock your enterprise's capabilities with our innovative cloud
+ native solutions. Crafted to tackle cloud challenges, our
+ offerings enhance processes for effectiveness, scalability, and
+ flexibility, elevating operations to new efficiencies.{" "}
+
+ Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
+
+
+
+
+
+
+ Plans For Every Team Size
+
+
+ Choose the ideal plan to propel your infrastructure goals. From startups to seasoned enterprises, we have a plan designed to fit your unique needs.
+
+
+
+
+ {options.map((x) => (
+
+
+ {x.featured ? (
+
Free Forever
+ ) : (
+ ""
+ )}
+
+ {x.pricing_coming_soon}
+
+
{x.tier}
+
{x.byline}
+
+ {x.summary.map((t) => (
+
+
+
+ ))}
+
+
+
+
+ ))}
+
+
+
+
+ Don’t Just Take Our Word For It, Experience It!
+
+
+
See how our products can transform your cloud experience today.
+
+ Book to see it in action! Our experts are eager to guide you through the incredible possibilities that Layer5 offers. Take this opportunity to discover what more your infrastructure can do for you!
+