diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index a47cc362e37..9c755beec53 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -342,9 +342,7 @@ function EnterpriseReady() {

Code signing

-

- macOS binaries are digitally signed (Windows certification is in progress). -

+

Signed binaries for both macOS and Windows

@@ -380,7 +378,7 @@ const copyBrewInstructions = () => { function RunAnywhere() { return ( -
+

@@ -392,7 +390,7 @@ function RunAnywhere() {

-
+
-
+
-
+
+
@@ -502,10 +500,6 @@ function MainFeatures() { Start / Stop / Restart containers

-

- - Start / Stop / Restart pods -

@@ -569,6 +563,86 @@ function MainFeatures() { ); } +function Pods() { + return ( +
+
+
+ + +

+ Work with Pods and Kubernetes +

+
+
+
+
+
+ +
+
+

+ Create and "Podify" +

+

+ + Create Pods from existing containers +

+

+ + Create, start, inspect and manage pods +

+
+
+
+
+ +
+
+

Kubernetes

+

+ + Play Kubernetes YAML directly with Podman Engine +

+

+ + Generate Kubernetes YAML from pods +

+

+ + Deploy to existing Kubernetes environments +

+
+
+
+
+
+
+
+ +
+ Discover More + + + +
+ +
+
+
+ ); +} + export default function Home(): JSX.Element { return ( +