Skip to content

Commit

Permalink
website: update website hero and description (#8874)
Browse files Browse the repository at this point in the history
* Update index.tsx

Signed-off-by: Stévan Le Meur <[email protected]>

* Update index.tsx

Fix formatting

Signed-off-by: Stévan Le Meur <[email protected]>

* Apply suggestions from code review

Co-authored-by: Philippe Martin <[email protected]>
Signed-off-by: Stévan Le Meur <[email protected]>

* update description

Signed-off-by: Stévan Le Meur <[email protected]>

---------

Signed-off-by: Stévan Le Meur <[email protected]>
Co-authored-by: Philippe Martin <[email protected]>
  • Loading branch information
slemeur and feloy authored Sep 13, 2024
1 parent 2984e61 commit 6180161
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; Open Source Tool for Containers &amp; 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 */}
Expand Down

0 comments on commit 6180161

Please sign in to comment.