diff --git a/website/src/components/3MBanner.tsx b/website/src/components/3MBanner.tsx deleted file mode 100644 index afebbec8268..00000000000 --- a/website/src/components/3MBanner.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react'; - -function Banner(): JSX.Element { - return ( -
-
- 3 balloon - 0 balloon - 0 balloon - 0 balloon - 0 balloon - 0 balloon - 0 balloon -
-
- DOWNLOADS. Proven in the real world.{' '} - - Celebrate! - -
-
- ); -} - -export default Banner; diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 3a8ff6c88e4..d1cda7e13f6 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -5,7 +5,6 @@ import Layout from '@theme/Layout'; import ThemedImage from '@theme/ThemedImage'; import React from 'react'; -import Banner from '../components/3MBanner'; import { CNCFCommunityBanner } from '../components/CNCFCommunityBanner'; import { DownloadClientLinks, DownloadGenericLinks } from '../components/DownloadButton'; import { ExpandableFAQ } from '../components/ExpandableFAQ'; @@ -19,30 +18,14 @@ function Hero(): JSX.Element {
-
- - -

- Best Free & Open Source Tool for Containers & Kubernetes -

-
-
- -

- The best free and open source tool for developers to work with containers and Kubernetes. Simplify - container management, streamline Kubernetes workflows, and transition from local development to - production with ease. -

-
+

+ Best Free & Open Source Tool for Containers & Kubernetes +

+

+ The best free and open source tool for developers to work with containers and Kubernetes. Simplify + container management, streamline Kubernetes workflows, and transition from local development to production + with ease. +

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