mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
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:
parent
3f151473c7
commit
b8816ee7d6
1 changed files with 4 additions and 8 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Reference in a new issue