mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
website: update website hero and description (#8874)
* Update index.tsx Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Update index.tsx Fix formatting Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Philippe Martin <phmartin@redhat.com> Signed-off-by: Stévan Le Meur <1636769+slemeur@users.noreply.github.com> * update description 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> Co-authored-by: Philippe Martin <phmartin@redhat.com>
This commit is contained in:
parent
2984e61abf
commit
6180161ee8
1 changed files with 4 additions and 3 deletions
|
|
@ -106,11 +106,12 @@ function Hero(): JSX.Element {
|
|||
<div className="text-center lg:w-2/3 w-full bg-hero-pattern bg-no-repeat bg-center">
|
||||
<div className="bg-white/30 dark:bg-transparent">
|
||||
<h1 className="title-font sm:text-4xl text-3xl lg:text-6xl mb-8 font-medium text-gray-900 dark:text-white leading-[1.2]">
|
||||
Containers and Kubernetes for application developers
|
||||
Best Free & Open Source Tool for Containers & Kubernetes - Podman Desktop
|
||||
</h1>
|
||||
<p className="text-base md:text-lg">
|
||||
Podman Desktop is an open source graphical tool enabling you to seamlessly work with containers and
|
||||
Kubernetes from your local environment.
|
||||
Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for
|
||||
developers. Get an intuitive and user-friendly interface to effortlessly bridge the gap between local
|
||||
development and Kubernetes clusters. Build, manage, and deploy everywhere with ease from a single tool.
|
||||
</p>
|
||||
<div className="flex-none">
|
||||
{/* With client mode, provides the link to the client browser */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue