Website: Update title and landing page description (#915)

* 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>
This commit is contained in:
Stévan Le Meur 2022-11-29 09:37:33 +01:00 committed by GitHub
parent 3f151473c7
commit b8816ee7d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,12 +104,8 @@ function Hero() {
Containers and Kubernetes for application developers
</h1>
<p className="text-base md:text-lg">
Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop
leverages{' '}
<a href="https://podman.io/" className="text-purple-700 dark:text-purple-400" target="_blank">
Podman Engine
</a>{' '}
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.
</p>
<div className="flex-none">
{/* With client mode, provides the link to the client browser */}
@ -646,8 +642,8 @@ function Pods() {
export default function Home(): JSX.Element {
return (
<Layout
title="Leverage Podman with a Desktop App"
description="Containers and Kubernetes for application developers">
title="Podman Desktop - Containers and Kubernetes"
description="Podman Desktop - An open source graphical tool for developing on containers and Kubernetes">
<TailWindThemeSelector />
<Hero />
<RunAnywhere />