From b8816ee7d646c02511b0c2dbb4a07d84c5b1c122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9van=20Le=20Meur?= <1636769+slemeur@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:37:33 +0100 Subject: [PATCH] Website: Update title and landing page description (#915) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update title and description Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update website title. Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * fix formatting Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * update website title Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> --- website/src/pages/index.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index acb3bb20ae0..4cd5d1d5864 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -104,12 +104,8 @@ function Hero() { Containers and Kubernetes for application developers

- Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop - leverages{' '} - - Podman Engine - {' '} - to provide a lightweight and daemon-less container tool. + Podman Desktop is an open source graphical tool enabling you to seamlessly work with containers and + Kubernetes from your local environment.

{/* With client mode, provides the link to the client browser */} @@ -646,8 +642,8 @@ function Pods() { export default function Home(): JSX.Element { return ( + title="Podman Desktop - Containers and Kubernetes" + description="Podman Desktop - An open source graphical tool for developing on containers and Kubernetes">