-
The Service Mesh Landscape is a comprehensive collection of prominent service mesh projects and offerings laid out in contrast to one another.
@@ -87,7 +87,7 @@ The Service Mesh P
-Image Hub is a demo application which runs on Consul and facilitates exploring WebAssembly modules used as Envoy Filters.
@@ -136,7 +136,7 @@ alt="Service Mesh Interface Conformance" align="left" />
We warmly welcome all contributors! Our projects are community-built and each welcomes open collaboration. As you get started, please review this project's contributing guidelines. Whether you are a user or code contributor and whether your opening an issue or a pull requests, know that any form of your engagement is considered contribution and is appreciated. Contributors are expected to adhere to the CNCF Code of Conduct.
- Join us in the discussion forum and on Slack to learn more about Layer5 and its community! Make sure you see the newcomer's guide for a tour of resources available to you.
+ Join us in the discussion forum and on Slack to learn more about Layer5 and its community! Make sure you see the newcomer's guide for a tour of resources available to you.
-
+
βοΈ Join any or all of the weekly meetings on the community calendar.
βοΈ Watch community meeting recordings.
βοΈ Fill-in a community member form to gain access to community resources.
diff --git a/_headers b/_headers
index 59ede4ef8be7..ad684eb7db5b 100644
--- a/_headers
+++ b/_headers
@@ -2,9 +2,9 @@
/*.js
/*.css
/*.woff2
-/*.jpg
+/*.webp
/*.jpeg
-/*.png
+/*.webp
/*.gif
/*.svg
Cache-Control: public, max-age=25920000
diff --git a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/index.mdx b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/index.mdx
index 609587c16f01..6b6c163414a9 100644
--- a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/index.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/index.mdx
@@ -15,7 +15,7 @@ meshesYouLearn:
name: "Istio",
},
{
- imagepath: "../../../src/assets/images/service-mesh-icons/linkerd.png",
+ imagepath: "../../../src/assets/images/service-mesh-icons/linkerd.webp",
name: "Linkerd",
}
]
diff --git a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/deploy-an-application.mdx b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/deploy-an-application.mdx
index 6f9952bd0c39..00df68020032 100644
--- a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/deploy-an-application.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/deploy-an-application.mdx
@@ -8,8 +8,8 @@ order: 2
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import BookInfoOffMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-off-mesh.png";
-import BookInfoOnMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-on-mesh.png";
+import BookInfoOffMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-off-mesh.webp";
+import BookInfoOnMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-on-mesh.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/getting-started.mdx b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/getting-started.mdx
index 907bbde70c60..2ade4ca4ea86 100644
--- a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/getting-started.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/getting-started.mdx
@@ -8,8 +8,8 @@ order: 1
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import InstallIstio from "../../../../src/assets/images/learn-layer5/istio/install-istio.png";
-import IstioAdapter from "../../../../src/assets/images/learn-layer5/istio/istio-adapter.png";
+import InstallIstio from "../../../../src/assets/images/learn-layer5/istio/install-istio.webp";
+import IstioAdapter from "../../../../src/assets/images/learn-layer5/istio/istio-adapter.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/observability.mdx b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/observability.mdx
index 02e7cc6f6a1b..9f3e9dc637c2 100644
--- a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/observability.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/observability.mdx
@@ -8,10 +8,10 @@ order: 4
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import ImageAppIcon from "../../../../src/assets/images/learn-layer5/istio/istio-addons.png";
-import GraffanaDash from "../../../../src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.png";
-import Prometheus from "../../../../src/assets/images/learn-layer5/istio/Prometheus.png";
-import Jaeger from "../../../../src/assets/images/learn-layer5/istio/jaeger copy.png";
+import ImageAppIcon from "../../../../src/assets/images/learn-layer5/istio/istio-addons.webp";
+import GraffanaDash from "../../../../src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.webp";
+import Prometheus from "../../../../src/assets/images/learn-layer5/istio/Prometheus.webp";
+import Jaeger from "../../../../src/assets/images/learn-layer5/istio/jaeger copy.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/webassembly-and-intelligent-data-planes.mdx b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/webassembly-and-intelligent-data-planes.mdx
index bc6cf180de84..77c61e6cbec7 100644
--- a/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/webassembly-and-intelligent-data-planes.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/advance-concepts-of-service-mesh/istio/webassembly-and-intelligent-data-planes.mdx
@@ -9,8 +9,8 @@ order: 7
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import installimagehub from "../../../../src/assets/images/learn-layer5/istio/install-imagehub.png";
-import deployenvoyfilter from "../../../../src/assets/images/learn-layer5/istio/deploy-envoyfilter.png";
+import installimagehub from "../../../../src/assets/images/learn-layer5/istio/install-imagehub.webp";
+import deployenvoyfilter from "../../../../src/assets/images/learn-layer5/istio/deploy-envoyfilter.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/circuit-breaking.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/circuit-breaking.mdx
index db1254614b20..78f693496e22 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/circuit-breaking.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/circuit-breaking.mdx
@@ -8,8 +8,8 @@ order: 8
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import MesheryInitialLoadTest from "../../../../src/assets/images/learn-layer5/istio/meshery_initial_load_test.png";
-import MesheryCbLoadTest from "../../../../src/assets/images/learn-layer5/istio/meshery_cb_load_test.png";
+import MesheryInitialLoadTest from "../../../../src/assets/images/learn-layer5/istio/meshery_initial_load_test.webp";
+import MesheryCbLoadTest from "../../../../src/assets/images/learn-layer5/istio/meshery_cb_load_test.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/deploy-an-application.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/deploy-an-application.mdx
index f64008fae6dc..e26c9cff007a 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/deploy-an-application.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/deploy-an-application.mdx
@@ -8,8 +8,8 @@ order: 2
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import BookInfoOffMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-off-mesh.png";
-import BookInfoOnMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-on-mesh.png";
+import BookInfoOffMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-off-mesh.webp";
+import BookInfoOnMesh from "../../../../src/assets/images/learn-layer5/istio/bookinfo-on-mesh.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/getting-started.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/getting-started.mdx
index f657e8f0a5c1..64576a92cb73 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/getting-started.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/getting-started.mdx
@@ -10,8 +10,8 @@ order: 1
+import InstallIstio from "../../../../src/assets/images/learn-layer5/istio/install-istio1.webp";
+import IstioDeploy from "../../../../src/assets/images/learn-layer5/istio/install-istio2.webp"; -->
@@ -42,14 +42,14 @@ In the Istio management page:
1. Type `istio-system` into the namespace field.
2. Click the (+) icon on the `Install` card and click on `Istio Service Mesh` to install latest version of Istio.
-
-
+
+
3. Click the `Deploy` button on the confirmation modal.
-
-
+
+
Alternative:Manual installation
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/observability.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/observability.mdx
index bf9930f21828..f4080e3d6746 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/observability.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/istio/observability.mdx
@@ -8,10 +8,10 @@ order: 4
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import ImageAppIcon from "../../../../src/assets/images/learn-layer5/istio/istio-addons.png";
-import GraffanaDash from "../../../../src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.png";
-import Prometheus from "../../../../src/assets/images/learn-layer5/istio/Prometheus.png";
-import Jaeger from "../../../../src/assets/images/learn-layer5/istio/jaeger.png";
+import ImageAppIcon from "../../../../src/assets/images/learn-layer5/istio/istio-addons.webp";
+import GraffanaDash from "../../../../src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.webp";
+import Prometheus from "../../../../src/assets/images/learn-layer5/istio/Prometheus.webp";
+import Jaeger from "../../../../src/assets/images/learn-layer5/istio/jaeger.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/dashboard.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/dashboard.mdx
index 798de2f5edc9..a60095fa5d88 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/dashboard.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/dashboard.mdx
@@ -8,8 +8,8 @@ order: 4
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import Top from "../../../../src/assets/images/learn-layer5/linkerd/top.png";
-import Tap from "../../../../src/assets/images/learn-layer5/linkerd/tap.png";
+import Top from "../../../../src/assets/images/learn-layer5/linkerd/top.webp";
+import Tap from "../../../../src/assets/images/learn-layer5/linkerd/tap.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/debugging.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/debugging.mdx
index 15bd049c2d6b..1ba3fb292573 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/debugging.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/debugging.mdx
@@ -8,9 +8,9 @@ order: 5
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import Octopus from "../../../../src/assets/images/learn-layer5/linkerd/octopus.png";
-import WebTop from "../../../../src/assets/images/learn-layer5/linkerd/webtop.png";
-import WebTap from "../../../../src/assets/images/learn-layer5/linkerd/webtap.png";
+import Octopus from "../../../../src/assets/images/learn-layer5/linkerd/octopus.webp";
+import WebTop from "../../../../src/assets/images/learn-layer5/linkerd/webtop.webp";
+import WebTap from "../../../../src/assets/images/learn-layer5/linkerd/webtap.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/getting-started.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/getting-started.mdx
index a89f8a66d776..823005d30b1b 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/getting-started.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/getting-started.mdx
@@ -8,8 +8,8 @@ order: 1
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import LinkerdAdapter from "../../../../src/assets/images/learn-layer5/linkerd/linkerd-adapter.png";
-import InstallLinkerd from "../../../../src/assets/images/learn-layer5/linkerd/install-linkerd.png";
+import LinkerdAdapter from "../../../../src/assets/images/learn-layer5/linkerd/linkerd-adapter.webp";
+import InstallLinkerd from "../../../../src/assets/images/learn-layer5/linkerd/install-linkerd.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/observability.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/observability.mdx
index 2e1dde2f0715..edef067a036d 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/observability.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/observability.mdx
@@ -8,8 +8,8 @@ order: 6
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import Tracing from "../../../../src/assets/images/learn-layer5/linkerd/emojivoto-tracing.png";
-import JaegerUI from "../../../../src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.png";
+import Tracing from "../../../../src/assets/images/learn-layer5/linkerd/emojivoto-tracing.webp";
+import JaegerUI from "../../../../src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.webp";
diff --git a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/traffic-splitting.mdx b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/traffic-splitting.mdx
index 3df6ea9e5eff..4d312dc7a6e7 100644
--- a/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/traffic-splitting.mdx
+++ b/content-learn/mastering-service-meshes-for-developers/introduction-to-service-meshes/linkerd/traffic-splitting.mdx
@@ -8,7 +8,7 @@ order: 7
---
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
-import ControlPlane from "../../../../src/assets/images/learn-layer5/linkerd/control-plane-c.png";
+import ControlPlane from "../../../../src/assets/images/learn-layer5/linkerd/control-plane-c.webp";
diff --git a/gatsby-config.js b/gatsby-config.js
index ff6d8adbfff0..efa45b63be93 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -8,7 +8,7 @@ module.exports = {
author: "Layer5 Authors",
permalink: "https://layer5.io",
siteUrl: "https://layer5.io",
- image: "/images/layer5-gradient.png",
+ image: "/images/layer5-gradient.webp",
twitterUsername: "@layer5",
},
flags: {
@@ -537,7 +537,7 @@ module.exports = {
background_color: "#3c494f",
theme_color: "#00b39f",
display: "minimal-ui",
- icon: "src/assets/images/favicon.png", // This path is relative to the root of the site.
+ icon: "src/assets/images/favicon.webp", // This path is relative to the root of the site.
},
},
{
diff --git a/src/assets/data/testimonial/index.js b/src/assets/data/testimonial/index.js
index 908c2dc1b785..3b20ffaa4e36 100644
--- a/src/assets/data/testimonial/index.js
+++ b/src/assets/data/testimonial/index.js
@@ -1,9 +1,9 @@
-import image1 from "../../images/app/testimonial/intraserve.png";
-import image2 from "../../images/app/testimonial/hpe-logo-text.png";
-import image3 from "../../images/app/testimonial/testimonial-thumb-3.jpg";
-import image4 from "../../images/app/testimonial/testimonial-thumb-4.jpg";
-import image5 from "../../images/app/testimonial/testimonial-thumb-5.jpg";
-import image6 from "../../images/app/testimonial/testimonial-thumb-6.jpg";
+import image1 from "../../images/app/testimonial/intraserve.webp";
+import image2 from "../../images/app/testimonial/hpe-logo-text.webp";
+import image3 from "../../images/app/testimonial/testimonial-thumb-3.webp";
+import image4 from "../../images/app/testimonial/testimonial-thumb-4.webp";
+import image5 from "../../images/app/testimonial/testimonial-thumb-5.webp";
+import image6 from "../../images/app/testimonial/testimonial-thumb-6.webp";
const data = {
thumbs: [image1, image2, image3, image4, image5, image6],
diff --git a/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.jpg b/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.jpg
deleted file mode 100644
index 528bea5a630f..000000000000
Binary files a/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.webp b/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.webp
new file mode 100644
index 000000000000..b9a1b8acb3cf
Binary files /dev/null and b/src/assets/images/Community-pictures/1 ed-warnicke-network-service-mesh.webp differ
diff --git a/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.png b/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.png
deleted file mode 100644
index ce1242452804..000000000000
Binary files a/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.webp b/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.webp
new file mode 100644
index 000000000000..e5c0702e0767
Binary files /dev/null and b/src/assets/images/Community-pictures/2 Nikhil Ladha - MeshMate of the Year.webp differ
diff --git a/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.png b/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.png
deleted file mode 100644
index 17fbceb4e627..000000000000
Binary files a/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.webp b/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.webp
new file mode 100644
index 000000000000..5e6a42cf9263
Binary files /dev/null and b/src/assets/images/Community-pictures/3 Yogi Porla showing Layer5 partnership at HPE Discover.webp differ
diff --git a/src/assets/images/Community-pictures/4 Aisuko Li.png b/src/assets/images/Community-pictures/4 Aisuko Li.png
deleted file mode 100644
index f9031735a52f..000000000000
Binary files a/src/assets/images/Community-pictures/4 Aisuko Li.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/4 Aisuko Li.webp b/src/assets/images/Community-pictures/4 Aisuko Li.webp
new file mode 100644
index 000000000000..10810375ece2
Binary files /dev/null and b/src/assets/images/Community-pictures/4 Aisuko Li.webp differ
diff --git a/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.jpg b/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.jpg
deleted file mode 100644
index 393c719dc477..000000000000
Binary files a/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.webp b/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.webp
new file mode 100644
index 000000000000..9d994c8231c7
Binary files /dev/null and b/src/assets/images/Community-pictures/5 Derek Weeks and Lee at book signing at All Things Open.webp differ
diff --git a/src/assets/images/Community-pictures/6 Michael Gfeller.png b/src/assets/images/Community-pictures/6 Michael Gfeller.png
deleted file mode 100644
index ad357103ec08..000000000000
Binary files a/src/assets/images/Community-pictures/6 Michael Gfeller.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/6 Michael Gfeller.webp b/src/assets/images/Community-pictures/6 Michael Gfeller.webp
new file mode 100644
index 000000000000..94f2b21ecc94
Binary files /dev/null and b/src/assets/images/Community-pictures/6 Michael Gfeller.webp differ
diff --git a/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg b/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg
deleted file mode 100644
index 72499fac3461..000000000000
Binary files a/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp b/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp
new file mode 100644
index 000000000000..6d28f0b6dfb9
Binary files /dev/null and b/src/assets/images/Community-pictures/7 First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp differ
diff --git a/src/assets/images/Community-pictures/8 Abishek Kumar.png b/src/assets/images/Community-pictures/8 Abishek Kumar.png
deleted file mode 100644
index 1a3157eab859..000000000000
Binary files a/src/assets/images/Community-pictures/8 Abishek Kumar.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/8 Abishek Kumar.webp b/src/assets/images/Community-pictures/8 Abishek Kumar.webp
new file mode 100644
index 000000000000..2de6bb628a88
Binary files /dev/null and b/src/assets/images/Community-pictures/8 Abishek Kumar.webp differ
diff --git a/src/assets/images/Community-pictures/9 gsoc-shirt.jpg b/src/assets/images/Community-pictures/9 gsoc-shirt.jpg
deleted file mode 100644
index 3bccfb27b5c0..000000000000
Binary files a/src/assets/images/Community-pictures/9 gsoc-shirt.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/9 gsoc-shirt.webp b/src/assets/images/Community-pictures/9 gsoc-shirt.webp
new file mode 100644
index 000000000000..c941383bbe66
Binary files /dev/null and b/src/assets/images/Community-pictures/9 gsoc-shirt.webp differ
diff --git a/src/assets/images/Community-pictures/A Augustine Ogiza.png b/src/assets/images/Community-pictures/A Augustine Ogiza.png
deleted file mode 100644
index f36f870cbc51..000000000000
Binary files a/src/assets/images/Community-pictures/A Augustine Ogiza.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/A Augustine Ogiza.webp b/src/assets/images/Community-pictures/A Augustine Ogiza.webp
new file mode 100644
index 000000000000..7499dcbf9005
Binary files /dev/null and b/src/assets/images/Community-pictures/A Augustine Ogiza.webp differ
diff --git a/src/assets/images/Community-pictures/B istio-up-and-running-framed.jpg b/src/assets/images/Community-pictures/B istio-up-and-running-framed.jpg
deleted file mode 100644
index 76e714498d2c..000000000000
Binary files a/src/assets/images/Community-pictures/B istio-up-and-running-framed.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/B istio-up-and-running-framed.webp b/src/assets/images/Community-pictures/B istio-up-and-running-framed.webp
new file mode 100644
index 000000000000..751ef9b1142d
Binary files /dev/null and b/src/assets/images/Community-pictures/B istio-up-and-running-framed.webp differ
diff --git a/src/assets/images/Community-pictures/C Anirudh Jain.png b/src/assets/images/Community-pictures/C Anirudh Jain.png
deleted file mode 100644
index 7ba3a21f4232..000000000000
Binary files a/src/assets/images/Community-pictures/C Anirudh Jain.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/C Anirudh Jain.webp b/src/assets/images/Community-pictures/C Anirudh Jain.webp
new file mode 100644
index 000000000000..95793823548d
Binary files /dev/null and b/src/assets/images/Community-pictures/C Anirudh Jain.webp differ
diff --git a/src/assets/images/Community-pictures/E Dhruv Patel.png b/src/assets/images/Community-pictures/E Dhruv Patel.png
deleted file mode 100644
index 734806b57303..000000000000
Binary files a/src/assets/images/Community-pictures/E Dhruv Patel.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/E Dhruv Patel.webp b/src/assets/images/Community-pictures/E Dhruv Patel.webp
new file mode 100644
index 000000000000..bee97b3713b0
Binary files /dev/null and b/src/assets/images/Community-pictures/E Dhruv Patel.webp differ
diff --git a/src/assets/images/Community-pictures/G Navendu Pottekkat.png b/src/assets/images/Community-pictures/G Navendu Pottekkat.png
deleted file mode 100644
index 4c4de76451dc..000000000000
Binary files a/src/assets/images/Community-pictures/G Navendu Pottekkat.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/G Navendu Pottekkat.webp b/src/assets/images/Community-pictures/G Navendu Pottekkat.webp
new file mode 100644
index 000000000000..6d80d8a24db6
Binary files /dev/null and b/src/assets/images/Community-pictures/G Navendu Pottekkat.webp differ
diff --git a/src/assets/images/Community-pictures/I Jash Patel.png b/src/assets/images/Community-pictures/I Jash Patel.png
deleted file mode 100644
index 8eee87a6c563..000000000000
Binary files a/src/assets/images/Community-pictures/I Jash Patel.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/I Jash Patel.webp b/src/assets/images/Community-pictures/I Jash Patel.webp
new file mode 100644
index 000000000000..384f39812cc0
Binary files /dev/null and b/src/assets/images/Community-pictures/I Jash Patel.webp differ
diff --git a/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.jpg b/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.jpg
deleted file mode 100644
index 08e405453a0d..000000000000
Binary files a/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.webp b/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.webp
new file mode 100644
index 000000000000..5b93206c7ab8
Binary files /dev/null and b/src/assets/images/Community-pictures/K Girish Ranganathan presenting at NSMCon.webp differ
diff --git a/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.png b/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.png
deleted file mode 100644
index 3d17aaf631a5..000000000000
Binary files a/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.webp b/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.webp
new file mode 100644
index 000000000000..67a51e3769fc
Binary files /dev/null and b/src/assets/images/Community-pictures/L Rodolfo Martinez Vega.webp differ
diff --git a/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg b/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg
deleted file mode 100644
index 4fd4374b047a..000000000000
Binary files a/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg and /dev/null differ
diff --git a/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp b/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp
new file mode 100644
index 000000000000..77bc4d861406
Binary files /dev/null and b/src/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp differ
diff --git a/src/assets/images/Community-pictures/Utkarsh Srivasta.png b/src/assets/images/Community-pictures/Utkarsh Srivasta.png
deleted file mode 100644
index 42404162a242..000000000000
Binary files a/src/assets/images/Community-pictures/Utkarsh Srivasta.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/Utkarsh Srivasta.webp b/src/assets/images/Community-pictures/Utkarsh Srivasta.webp
new file mode 100644
index 000000000000..0bdc8733bea6
Binary files /dev/null and b/src/assets/images/Community-pictures/Utkarsh Srivasta.webp differ
diff --git a/src/assets/images/Community-pictures/Vineeth Reddy.png b/src/assets/images/Community-pictures/Vineeth Reddy.png
deleted file mode 100644
index f972333f58b8..000000000000
Binary files a/src/assets/images/Community-pictures/Vineeth Reddy.png and /dev/null differ
diff --git a/src/assets/images/Community-pictures/Vineeth Reddy.webp b/src/assets/images/Community-pictures/Vineeth Reddy.webp
new file mode 100644
index 000000000000..5e4b7ed8446b
Binary files /dev/null and b/src/assets/images/Community-pictures/Vineeth Reddy.webp differ
diff --git a/src/assets/images/app/about.png b/src/assets/images/app/about.png
deleted file mode 100644
index d24f687ba00f..000000000000
Binary files a/src/assets/images/app/about.png and /dev/null differ
diff --git a/src/assets/images/app/about.webp b/src/assets/images/app/about.webp
new file mode 100644
index 000000000000..95d25e8426ed
Binary files /dev/null and b/src/assets/images/app/about.webp differ
diff --git a/src/assets/images/app/app-screen/01.png b/src/assets/images/app/app-screen/01.png
deleted file mode 100644
index c9a12cdcd6d8..000000000000
Binary files a/src/assets/images/app/app-screen/01.png and /dev/null differ
diff --git a/src/assets/images/app/app-screen/01.webp b/src/assets/images/app/app-screen/01.webp
new file mode 100644
index 000000000000..0a6165ebc4e7
Binary files /dev/null and b/src/assets/images/app/app-screen/01.webp differ
diff --git a/src/assets/images/app/app-screen/02.png b/src/assets/images/app/app-screen/02.png
deleted file mode 100644
index 9b05c6ef5398..000000000000
Binary files a/src/assets/images/app/app-screen/02.png and /dev/null differ
diff --git a/src/assets/images/app/app-screen/02.webp b/src/assets/images/app/app-screen/02.webp
new file mode 100644
index 000000000000..0a6165ebc4e7
Binary files /dev/null and b/src/assets/images/app/app-screen/02.webp differ
diff --git a/src/assets/images/app/app-screen/03.png b/src/assets/images/app/app-screen/03.png
deleted file mode 100644
index 58aea385b9ff..000000000000
Binary files a/src/assets/images/app/app-screen/03.png and /dev/null differ
diff --git a/src/assets/images/app/app-screen/03.webp b/src/assets/images/app/app-screen/03.webp
new file mode 100644
index 000000000000..0a6165ebc4e7
Binary files /dev/null and b/src/assets/images/app/app-screen/03.webp differ
diff --git a/src/assets/images/app/app-screen/04.png b/src/assets/images/app/app-screen/04.png
deleted file mode 100644
index 58aea385b9ff..000000000000
Binary files a/src/assets/images/app/app-screen/04.png and /dev/null differ
diff --git a/src/assets/images/app/app-screen/04.webp b/src/assets/images/app/app-screen/04.webp
new file mode 100644
index 000000000000..0a6165ebc4e7
Binary files /dev/null and b/src/assets/images/app/app-screen/04.webp differ
diff --git a/src/assets/images/app/app-screen/05.png b/src/assets/images/app/app-screen/05.png
deleted file mode 100644
index fe943ddc0ac1..000000000000
Binary files a/src/assets/images/app/app-screen/05.png and /dev/null differ
diff --git a/src/assets/images/app/app-screen/05.webp b/src/assets/images/app/app-screen/05.webp
new file mode 100644
index 000000000000..bfdcb585263f
Binary files /dev/null and b/src/assets/images/app/app-screen/05.webp differ
diff --git a/src/assets/images/app/clients/client-1.png b/src/assets/images/app/clients/client-1.png
deleted file mode 100644
index 90d8ab49bb96..000000000000
Binary files a/src/assets/images/app/clients/client-1.png and /dev/null differ
diff --git a/src/assets/images/app/clients/client-1.webp b/src/assets/images/app/clients/client-1.webp
new file mode 100644
index 000000000000..e3e80c3caf1c
Binary files /dev/null and b/src/assets/images/app/clients/client-1.webp differ
diff --git a/src/assets/images/app/clients/client-2.png b/src/assets/images/app/clients/client-2.png
deleted file mode 100644
index 52b2471351ee..000000000000
Binary files a/src/assets/images/app/clients/client-2.png and /dev/null differ
diff --git a/src/assets/images/app/clients/client-2.webp b/src/assets/images/app/clients/client-2.webp
new file mode 100644
index 000000000000..39fea448ccf1
Binary files /dev/null and b/src/assets/images/app/clients/client-2.webp differ
diff --git a/src/assets/images/app/clients/client-3.png b/src/assets/images/app/clients/client-3.png
deleted file mode 100644
index ec505bece6eb..000000000000
Binary files a/src/assets/images/app/clients/client-3.png and /dev/null differ
diff --git a/src/assets/images/app/clients/client-3.webp b/src/assets/images/app/clients/client-3.webp
new file mode 100644
index 000000000000..8706bd263d74
Binary files /dev/null and b/src/assets/images/app/clients/client-3.webp differ
diff --git a/src/assets/images/app/clients/client-4.png b/src/assets/images/app/clients/client-4.png
deleted file mode 100644
index 357f75ba7f11..000000000000
Binary files a/src/assets/images/app/clients/client-4.png and /dev/null differ
diff --git a/src/assets/images/app/clients/client-4.webp b/src/assets/images/app/clients/client-4.webp
new file mode 100644
index 000000000000..bf176a1e08ae
Binary files /dev/null and b/src/assets/images/app/clients/client-4.webp differ
diff --git a/src/assets/images/app/clients/client-5.png b/src/assets/images/app/clients/client-5.png
deleted file mode 100644
index 684d8e1264a1..000000000000
Binary files a/src/assets/images/app/clients/client-5.png and /dev/null differ
diff --git a/src/assets/images/app/clients/client-5.webp b/src/assets/images/app/clients/client-5.webp
new file mode 100644
index 000000000000..863dfe5adcf5
Binary files /dev/null and b/src/assets/images/app/clients/client-5.webp differ
diff --git a/src/assets/images/app/features-icon.png b/src/assets/images/app/features-icon.png
deleted file mode 100644
index 26208cef509c..000000000000
Binary files a/src/assets/images/app/features-icon.png and /dev/null differ
diff --git a/src/assets/images/app/features-icon.webp b/src/assets/images/app/features-icon.webp
new file mode 100644
index 000000000000..c654418b10bf
Binary files /dev/null and b/src/assets/images/app/features-icon.webp differ
diff --git a/src/assets/images/app/features/bg-1.png b/src/assets/images/app/features/bg-1.png
deleted file mode 100644
index 01c6e619d67f..000000000000
Binary files a/src/assets/images/app/features/bg-1.png and /dev/null differ
diff --git a/src/assets/images/app/features/bg-1.webp b/src/assets/images/app/features/bg-1.webp
new file mode 100644
index 000000000000..ba22d80108cf
Binary files /dev/null and b/src/assets/images/app/features/bg-1.webp differ
diff --git a/src/assets/images/app/features/bg-2.png b/src/assets/images/app/features/bg-2.png
deleted file mode 100644
index 27d36edabd84..000000000000
Binary files a/src/assets/images/app/features/bg-2.png and /dev/null differ
diff --git a/src/assets/images/app/features/bg-2.webp b/src/assets/images/app/features/bg-2.webp
new file mode 100644
index 000000000000..add27143af87
Binary files /dev/null and b/src/assets/images/app/features/bg-2.webp differ
diff --git a/src/assets/images/app/features/vintage-1.png b/src/assets/images/app/features/vintage-1.png
deleted file mode 100644
index e28b331416c4..000000000000
Binary files a/src/assets/images/app/features/vintage-1.png and /dev/null differ
diff --git a/src/assets/images/app/features/vintage-1.webp b/src/assets/images/app/features/vintage-1.webp
new file mode 100644
index 000000000000..f7f0fe1b3b32
Binary files /dev/null and b/src/assets/images/app/features/vintage-1.webp differ
diff --git a/src/assets/images/app/features/vintage-2.png b/src/assets/images/app/features/vintage-2.png
deleted file mode 100644
index 6b6839364b2a..000000000000
Binary files a/src/assets/images/app/features/vintage-2.png and /dev/null differ
diff --git a/src/assets/images/app/features/vintage-2.webp b/src/assets/images/app/features/vintage-2.webp
new file mode 100644
index 000000000000..8ab9ea38d238
Binary files /dev/null and b/src/assets/images/app/features/vintage-2.webp differ
diff --git a/src/assets/images/app/get-app/get-app-bg.png b/src/assets/images/app/get-app/get-app-bg.png
deleted file mode 100644
index d856917a959e..000000000000
Binary files a/src/assets/images/app/get-app/get-app-bg.png and /dev/null differ
diff --git a/src/assets/images/app/get-app/get-app-bg.webp b/src/assets/images/app/get-app/get-app-bg.webp
new file mode 100644
index 000000000000..2d39d089ba12
Binary files /dev/null and b/src/assets/images/app/get-app/get-app-bg.webp differ
diff --git a/src/assets/images/app/get-app/get-app-screen.png b/src/assets/images/app/get-app/get-app-screen.png
deleted file mode 100644
index 9492b9f1b5f6..000000000000
Binary files a/src/assets/images/app/get-app/get-app-screen.png and /dev/null differ
diff --git a/src/assets/images/app/get-app/get-app-screen.webp b/src/assets/images/app/get-app/get-app-screen.webp
new file mode 100644
index 000000000000..0a6165ebc4e7
Binary files /dev/null and b/src/assets/images/app/get-app/get-app-screen.webp differ
diff --git a/src/assets/images/app/hero/hero-two.png b/src/assets/images/app/hero/hero-two.png
deleted file mode 100644
index 1430567c308f..000000000000
Binary files a/src/assets/images/app/hero/hero-two.png and /dev/null differ
diff --git a/src/assets/images/app/hero/hero-two.webp b/src/assets/images/app/hero/hero-two.webp
new file mode 100644
index 000000000000..59665f1e6d35
Binary files /dev/null and b/src/assets/images/app/hero/hero-two.webp differ
diff --git a/src/assets/images/app/hero/hero.png b/src/assets/images/app/hero/hero.png
deleted file mode 100644
index 15fcc629de7c..000000000000
Binary files a/src/assets/images/app/hero/hero.png and /dev/null differ
diff --git a/src/assets/images/app/hero/hero.webp b/src/assets/images/app/hero/hero.webp
new file mode 100644
index 000000000000..f2f36434d618
Binary files /dev/null and b/src/assets/images/app/hero/hero.webp differ
diff --git a/src/assets/images/app/hero/mobile-screen.png b/src/assets/images/app/hero/mobile-screen.png
deleted file mode 100644
index 5bf84613693e..000000000000
Binary files a/src/assets/images/app/hero/mobile-screen.png and /dev/null differ
diff --git a/src/assets/images/app/hero/mobile-screen.webp b/src/assets/images/app/hero/mobile-screen.webp
new file mode 100644
index 000000000000..f297ec9d6461
Binary files /dev/null and b/src/assets/images/app/hero/mobile-screen.webp differ
diff --git a/src/assets/images/app/integrations/arrow.png b/src/assets/images/app/integrations/arrow.png
deleted file mode 100644
index 22fef00faccf..000000000000
Binary files a/src/assets/images/app/integrations/arrow.png and /dev/null differ
diff --git a/src/assets/images/app/integrations/arrow.webp b/src/assets/images/app/integrations/arrow.webp
new file mode 100644
index 000000000000..6969ea01d72f
Binary files /dev/null and b/src/assets/images/app/integrations/arrow.webp differ
diff --git a/src/assets/images/app/integrations/integration-1.png b/src/assets/images/app/integrations/integration-1.png
deleted file mode 100644
index 7af245bd501f..000000000000
Binary files a/src/assets/images/app/integrations/integration-1.png and /dev/null differ
diff --git a/src/assets/images/app/integrations/integration-1.webp b/src/assets/images/app/integrations/integration-1.webp
new file mode 100644
index 000000000000..782d035cf0ee
Binary files /dev/null and b/src/assets/images/app/integrations/integration-1.webp differ
diff --git a/src/assets/images/app/integrations/integration-2.png b/src/assets/images/app/integrations/integration-2.png
deleted file mode 100644
index f3ec0556132f..000000000000
Binary files a/src/assets/images/app/integrations/integration-2.png and /dev/null differ
diff --git a/src/assets/images/app/integrations/integration-2.webp b/src/assets/images/app/integrations/integration-2.webp
new file mode 100644
index 000000000000..00770c3afa18
Binary files /dev/null and b/src/assets/images/app/integrations/integration-2.webp differ
diff --git a/src/assets/images/app/integrations/integration-3.png b/src/assets/images/app/integrations/integration-3.png
deleted file mode 100644
index 7be2b16c55d0..000000000000
Binary files a/src/assets/images/app/integrations/integration-3.png and /dev/null differ
diff --git a/src/assets/images/app/integrations/integration-3.webp b/src/assets/images/app/integrations/integration-3.webp
new file mode 100644
index 000000000000..3b35fea214de
Binary files /dev/null and b/src/assets/images/app/integrations/integration-3.webp differ
diff --git a/src/assets/images/app/integrations/integration-4.png b/src/assets/images/app/integrations/integration-4.png
deleted file mode 100644
index 7aee08bfce01..000000000000
Binary files a/src/assets/images/app/integrations/integration-4.png and /dev/null differ
diff --git a/src/assets/images/app/integrations/integration-4.webp b/src/assets/images/app/integrations/integration-4.webp
new file mode 100644
index 000000000000..5446340748f8
Binary files /dev/null and b/src/assets/images/app/integrations/integration-4.webp differ
diff --git a/src/assets/images/app/news/news-thumb-1.png b/src/assets/images/app/news/news-thumb-1.png
deleted file mode 100644
index 0b2ba5e7783f..000000000000
Binary files a/src/assets/images/app/news/news-thumb-1.png and /dev/null differ
diff --git a/src/assets/images/app/news/news-thumb-1.webp b/src/assets/images/app/news/news-thumb-1.webp
new file mode 100644
index 000000000000..f2daad3720ec
Binary files /dev/null and b/src/assets/images/app/news/news-thumb-1.webp differ
diff --git a/src/assets/images/app/news/news-thumb-2.png b/src/assets/images/app/news/news-thumb-2.png
deleted file mode 100644
index dec94c3cd945..000000000000
Binary files a/src/assets/images/app/news/news-thumb-2.png and /dev/null differ
diff --git a/src/assets/images/app/news/news-thumb-2.webp b/src/assets/images/app/news/news-thumb-2.webp
new file mode 100644
index 000000000000..b5c9137f4062
Binary files /dev/null and b/src/assets/images/app/news/news-thumb-2.webp differ
diff --git a/src/assets/images/app/news/news-thumb-3.png b/src/assets/images/app/news/news-thumb-3.png
deleted file mode 100644
index fe971e71a300..000000000000
Binary files a/src/assets/images/app/news/news-thumb-3.png and /dev/null differ
diff --git a/src/assets/images/app/news/news-thumb-3.webp b/src/assets/images/app/news/news-thumb-3.webp
new file mode 100644
index 000000000000..b5c9137f4062
Binary files /dev/null and b/src/assets/images/app/news/news-thumb-3.webp differ
diff --git a/src/assets/images/app/particle/01.png b/src/assets/images/app/particle/01.png
deleted file mode 100644
index 31fa7a615f41..000000000000
Binary files a/src/assets/images/app/particle/01.png and /dev/null differ
diff --git a/src/assets/images/app/particle/01.webp b/src/assets/images/app/particle/01.webp
new file mode 100644
index 000000000000..2fdda89424c1
Binary files /dev/null and b/src/assets/images/app/particle/01.webp differ
diff --git a/src/assets/images/app/particle/02.png b/src/assets/images/app/particle/02.png
deleted file mode 100644
index fc18b71fd53e..000000000000
Binary files a/src/assets/images/app/particle/02.png and /dev/null differ
diff --git a/src/assets/images/app/particle/02.webp b/src/assets/images/app/particle/02.webp
new file mode 100644
index 000000000000..5a83c973d6a8
Binary files /dev/null and b/src/assets/images/app/particle/02.webp differ
diff --git a/src/assets/images/app/particle/03.png b/src/assets/images/app/particle/03.png
deleted file mode 100644
index ed1e57fdc8cd..000000000000
Binary files a/src/assets/images/app/particle/03.png and /dev/null differ
diff --git a/src/assets/images/app/particle/03.webp b/src/assets/images/app/particle/03.webp
new file mode 100644
index 000000000000..6e629fa10635
Binary files /dev/null and b/src/assets/images/app/particle/03.webp differ
diff --git a/src/assets/images/app/particle/04.png b/src/assets/images/app/particle/04.png
deleted file mode 100644
index 44f1c1728e89..000000000000
Binary files a/src/assets/images/app/particle/04.png and /dev/null differ
diff --git a/src/assets/images/app/particle/04.webp b/src/assets/images/app/particle/04.webp
new file mode 100644
index 000000000000..40d5873bb730
Binary files /dev/null and b/src/assets/images/app/particle/04.webp differ
diff --git a/src/assets/images/app/particle/05.png b/src/assets/images/app/particle/05.png
deleted file mode 100644
index 8cb0f0b7ea26..000000000000
Binary files a/src/assets/images/app/particle/05.png and /dev/null differ
diff --git a/src/assets/images/app/particle/05.webp b/src/assets/images/app/particle/05.webp
new file mode 100644
index 000000000000..80dbbc812dc0
Binary files /dev/null and b/src/assets/images/app/particle/05.webp differ
diff --git a/src/assets/images/app/particle/06.png b/src/assets/images/app/particle/06.png
deleted file mode 100644
index bc4c1b76f6f4..000000000000
Binary files a/src/assets/images/app/particle/06.png and /dev/null differ
diff --git a/src/assets/images/app/particle/06.webp b/src/assets/images/app/particle/06.webp
new file mode 100644
index 000000000000..a21b1f49cb16
Binary files /dev/null and b/src/assets/images/app/particle/06.webp differ
diff --git a/src/assets/images/app/particle/07.png b/src/assets/images/app/particle/07.png
deleted file mode 100644
index 33c6f55f8f79..000000000000
Binary files a/src/assets/images/app/particle/07.png and /dev/null differ
diff --git a/src/assets/images/app/particle/07.webp b/src/assets/images/app/particle/07.webp
new file mode 100644
index 000000000000..cdf2a81d2ae9
Binary files /dev/null and b/src/assets/images/app/particle/07.webp differ
diff --git a/src/assets/images/app/particle/08.png b/src/assets/images/app/particle/08.png
deleted file mode 100644
index 1954983b2838..000000000000
Binary files a/src/assets/images/app/particle/08.png and /dev/null differ
diff --git a/src/assets/images/app/particle/08.webp b/src/assets/images/app/particle/08.webp
new file mode 100644
index 000000000000..144d2f95b797
Binary files /dev/null and b/src/assets/images/app/particle/08.webp differ
diff --git a/src/assets/images/app/particle/09.png b/src/assets/images/app/particle/09.png
deleted file mode 100644
index e13016b51da6..000000000000
Binary files a/src/assets/images/app/particle/09.png and /dev/null differ
diff --git a/src/assets/images/app/particle/09.webp b/src/assets/images/app/particle/09.webp
new file mode 100644
index 000000000000..eafeedf342cc
Binary files /dev/null and b/src/assets/images/app/particle/09.webp differ
diff --git a/src/assets/images/app/particle/10.png b/src/assets/images/app/particle/10.png
deleted file mode 100644
index 3d2609123e4f..000000000000
Binary files a/src/assets/images/app/particle/10.png and /dev/null differ
diff --git a/src/assets/images/app/particle/10.webp b/src/assets/images/app/particle/10.webp
new file mode 100644
index 000000000000..f52c8000cca8
Binary files /dev/null and b/src/assets/images/app/particle/10.webp differ
diff --git a/src/assets/images/app/particle/11.png b/src/assets/images/app/particle/11.png
deleted file mode 100644
index cca9a4ed597d..000000000000
Binary files a/src/assets/images/app/particle/11.png and /dev/null differ
diff --git a/src/assets/images/app/particle/11.webp b/src/assets/images/app/particle/11.webp
new file mode 100644
index 000000000000..1cb59247e668
Binary files /dev/null and b/src/assets/images/app/particle/11.webp differ
diff --git a/src/assets/images/app/particle/12.png b/src/assets/images/app/particle/12.png
deleted file mode 100644
index 441c765159b9..000000000000
Binary files a/src/assets/images/app/particle/12.png and /dev/null differ
diff --git a/src/assets/images/app/particle/12.webp b/src/assets/images/app/particle/12.webp
new file mode 100644
index 000000000000..fb141dfb8b04
Binary files /dev/null and b/src/assets/images/app/particle/12.webp differ
diff --git a/src/assets/images/app/particle/13.png b/src/assets/images/app/particle/13.png
deleted file mode 100644
index 821b0b86c409..000000000000
Binary files a/src/assets/images/app/particle/13.png and /dev/null differ
diff --git a/src/assets/images/app/particle/13.webp b/src/assets/images/app/particle/13.webp
new file mode 100644
index 000000000000..ad52cf6e96ec
Binary files /dev/null and b/src/assets/images/app/particle/13.webp differ
diff --git a/src/assets/images/app/particle/14.png b/src/assets/images/app/particle/14.png
deleted file mode 100644
index 6f6d6c7f7a6c..000000000000
Binary files a/src/assets/images/app/particle/14.png and /dev/null differ
diff --git a/src/assets/images/app/particle/14.webp b/src/assets/images/app/particle/14.webp
new file mode 100644
index 000000000000..6e8373765cf5
Binary files /dev/null and b/src/assets/images/app/particle/14.webp differ
diff --git a/src/assets/images/app/particle/15.png b/src/assets/images/app/particle/15.png
deleted file mode 100644
index 68b97d02de18..000000000000
Binary files a/src/assets/images/app/particle/15.png and /dev/null differ
diff --git a/src/assets/images/app/particle/15.webp b/src/assets/images/app/particle/15.webp
new file mode 100644
index 000000000000..d225f950a06e
Binary files /dev/null and b/src/assets/images/app/particle/15.webp differ
diff --git a/src/assets/images/app/particle/16.png b/src/assets/images/app/particle/16.png
deleted file mode 100644
index 126b3f2ac1be..000000000000
Binary files a/src/assets/images/app/particle/16.png and /dev/null differ
diff --git a/src/assets/images/app/particle/16.webp b/src/assets/images/app/particle/16.webp
new file mode 100644
index 000000000000..8bec22184709
Binary files /dev/null and b/src/assets/images/app/particle/16.webp differ
diff --git a/src/assets/images/app/pricing/01.png b/src/assets/images/app/pricing/01.png
deleted file mode 100644
index 7d4d5d4d09e5..000000000000
Binary files a/src/assets/images/app/pricing/01.png and /dev/null differ
diff --git a/src/assets/images/app/pricing/01.webp b/src/assets/images/app/pricing/01.webp
new file mode 100644
index 000000000000..8357e047b75c
Binary files /dev/null and b/src/assets/images/app/pricing/01.webp differ
diff --git a/src/assets/images/app/pricing/02.png b/src/assets/images/app/pricing/02.png
deleted file mode 100644
index 3c38760f39d3..000000000000
Binary files a/src/assets/images/app/pricing/02.png and /dev/null differ
diff --git a/src/assets/images/app/pricing/02.webp b/src/assets/images/app/pricing/02.webp
new file mode 100644
index 000000000000..8357e047b75c
Binary files /dev/null and b/src/assets/images/app/pricing/02.webp differ
diff --git a/src/assets/images/app/pricing/03.png b/src/assets/images/app/pricing/03.png
deleted file mode 100644
index c023b9ded641..000000000000
Binary files a/src/assets/images/app/pricing/03.png and /dev/null differ
diff --git a/src/assets/images/app/pricing/03.webp b/src/assets/images/app/pricing/03.webp
new file mode 100644
index 000000000000..8357e047b75c
Binary files /dev/null and b/src/assets/images/app/pricing/03.webp differ
diff --git a/src/assets/images/app/projects/arrow.png b/src/assets/images/app/projects/arrow.png
deleted file mode 100644
index 22fef00faccf..000000000000
Binary files a/src/assets/images/app/projects/arrow.png and /dev/null differ
diff --git a/src/assets/images/app/projects/arrow.webp b/src/assets/images/app/projects/arrow.webp
new file mode 100644
index 000000000000..6969ea01d72f
Binary files /dev/null and b/src/assets/images/app/projects/arrow.webp differ
diff --git a/src/assets/images/app/projects/image-hub/layer5-image-hub.png b/src/assets/images/app/projects/image-hub/layer5-image-hub.png
deleted file mode 100644
index 45c13e67f67b..000000000000
Binary files a/src/assets/images/app/projects/image-hub/layer5-image-hub.png and /dev/null differ
diff --git a/src/assets/images/app/projects/image-hub/layer5-image-hub.webp b/src/assets/images/app/projects/image-hub/layer5-image-hub.webp
new file mode 100644
index 000000000000..2ed01cd4a36b
Binary files /dev/null and b/src/assets/images/app/projects/image-hub/layer5-image-hub.webp differ
diff --git a/src/assets/images/app/projects/landscape.png b/src/assets/images/app/projects/landscape.png
deleted file mode 100644
index f25fdfc30d9e..000000000000
Binary files a/src/assets/images/app/projects/landscape.png and /dev/null differ
diff --git a/src/assets/images/app/projects/landscape.webp b/src/assets/images/app/projects/landscape.webp
new file mode 100644
index 000000000000..c6722c794f71
Binary files /dev/null and b/src/assets/images/app/projects/landscape.webp differ
diff --git a/src/assets/images/app/projects/landscape_white.png b/src/assets/images/app/projects/landscape_white.png
deleted file mode 100644
index 0f8b8460e099..000000000000
Binary files a/src/assets/images/app/projects/landscape_white.png and /dev/null differ
diff --git a/src/assets/images/app/projects/landscape_white.webp b/src/assets/images/app/projects/landscape_white.webp
new file mode 100644
index 000000000000..2c770d347c5c
Binary files /dev/null and b/src/assets/images/app/projects/landscape_white.webp differ
diff --git a/src/assets/images/app/projects/layer5-image-hub.png b/src/assets/images/app/projects/layer5-image-hub.png
deleted file mode 100644
index 45c13e67f67b..000000000000
Binary files a/src/assets/images/app/projects/layer5-image-hub.png and /dev/null differ
diff --git a/src/assets/images/app/projects/layer5-image-hub.webp b/src/assets/images/app/projects/layer5-image-hub.webp
new file mode 100644
index 000000000000..2ed01cd4a36b
Binary files /dev/null and b/src/assets/images/app/projects/layer5-image-hub.webp differ
diff --git a/src/assets/images/app/projects/layer5-projects.png b/src/assets/images/app/projects/layer5-projects.png
deleted file mode 100644
index 0de21d96ae34..000000000000
Binary files a/src/assets/images/app/projects/layer5-projects.png and /dev/null differ
diff --git a/src/assets/images/app/projects/layer5-projects.webp b/src/assets/images/app/projects/layer5-projects.webp
new file mode 100644
index 000000000000..4e7549b1b684
Binary files /dev/null and b/src/assets/images/app/projects/layer5-projects.webp differ
diff --git a/src/assets/images/app/projects/meshery-logo-light.png b/src/assets/images/app/projects/meshery-logo-light.png
deleted file mode 100644
index f02bc43aff11..000000000000
Binary files a/src/assets/images/app/projects/meshery-logo-light.png and /dev/null differ
diff --git a/src/assets/images/app/projects/meshery-logo-light.webp b/src/assets/images/app/projects/meshery-logo-light.webp
new file mode 100644
index 000000000000..a79c40e95276
Binary files /dev/null and b/src/assets/images/app/projects/meshery-logo-light.webp differ
diff --git a/src/assets/images/app/projects/meshery-logo-white.png b/src/assets/images/app/projects/meshery-logo-white.png
deleted file mode 100644
index b31e0ef2c3e8..000000000000
Binary files a/src/assets/images/app/projects/meshery-logo-white.png and /dev/null differ
diff --git a/src/assets/images/app/projects/meshery-logo-white.webp b/src/assets/images/app/projects/meshery-logo-white.webp
new file mode 100644
index 000000000000..ebd5a2443656
Binary files /dev/null and b/src/assets/images/app/projects/meshery-logo-white.webp differ
diff --git a/src/assets/images/app/projects/nighthawk-logo.png b/src/assets/images/app/projects/nighthawk-logo.png
deleted file mode 100644
index 98fceec1b9a0..000000000000
Binary files a/src/assets/images/app/projects/nighthawk-logo.png and /dev/null differ
diff --git a/src/assets/images/app/projects/nighthawk-logo.webp b/src/assets/images/app/projects/nighthawk-logo.webp
new file mode 100644
index 000000000000..7cf6275ab142
Binary files /dev/null and b/src/assets/images/app/projects/nighthawk-logo.webp differ
diff --git a/src/assets/images/app/projects/smp-light.png b/src/assets/images/app/projects/smp-light.png
deleted file mode 100644
index 9a522d12cc7d..000000000000
Binary files a/src/assets/images/app/projects/smp-light.png and /dev/null differ
diff --git a/src/assets/images/app/projects/smp-light.webp b/src/assets/images/app/projects/smp-light.webp
new file mode 100644
index 000000000000..52cb38ab04f3
Binary files /dev/null and b/src/assets/images/app/projects/smp-light.webp differ
diff --git a/src/assets/images/app/projects/smp-white.png b/src/assets/images/app/projects/smp-white.png
deleted file mode 100644
index ccb413d641c3..000000000000
Binary files a/src/assets/images/app/projects/smp-white.png and /dev/null differ
diff --git a/src/assets/images/app/projects/smp-white.webp b/src/assets/images/app/projects/smp-white.webp
new file mode 100644
index 000000000000..ce1321c342e8
Binary files /dev/null and b/src/assets/images/app/projects/smp-white.webp differ
diff --git a/src/assets/images/app/projects/smp.png b/src/assets/images/app/projects/smp.png
deleted file mode 100644
index 3a2cbe469b9d..000000000000
Binary files a/src/assets/images/app/projects/smp.png and /dev/null differ
diff --git a/src/assets/images/app/projects/smp.webp b/src/assets/images/app/projects/smp.webp
new file mode 100644
index 000000000000..6bc2a7827ee8
Binary files /dev/null and b/src/assets/images/app/projects/smp.webp differ
diff --git a/src/assets/images/app/testimonial/hpe-logo-text.png b/src/assets/images/app/testimonial/hpe-logo-text.png
deleted file mode 100644
index ca546de8655c..000000000000
Binary files a/src/assets/images/app/testimonial/hpe-logo-text.png and /dev/null differ
diff --git a/src/assets/images/app/testimonial/hpe-logo-text.webp b/src/assets/images/app/testimonial/hpe-logo-text.webp
new file mode 100644
index 000000000000..bb980edfa99d
Binary files /dev/null and b/src/assets/images/app/testimonial/hpe-logo-text.webp differ
diff --git a/src/assets/images/app/testimonial/hpe.png b/src/assets/images/app/testimonial/hpe.png
deleted file mode 100644
index cc8a7c98bc79..000000000000
Binary files a/src/assets/images/app/testimonial/hpe.png and /dev/null differ
diff --git a/src/assets/images/app/testimonial/hpe.webp b/src/assets/images/app/testimonial/hpe.webp
new file mode 100644
index 000000000000..6275c7b938ef
Binary files /dev/null and b/src/assets/images/app/testimonial/hpe.webp differ
diff --git a/src/assets/images/app/testimonial/intraserve.png b/src/assets/images/app/testimonial/intraserve.png
deleted file mode 100644
index 54f320e5645a..000000000000
Binary files a/src/assets/images/app/testimonial/intraserve.png and /dev/null differ
diff --git a/src/assets/images/app/testimonial/intraserve.webp b/src/assets/images/app/testimonial/intraserve.webp
new file mode 100644
index 000000000000..89eaa0d9d501
Binary files /dev/null and b/src/assets/images/app/testimonial/intraserve.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-1.jpg b/src/assets/images/app/testimonial/testimonial-thumb-1.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-1.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-1.webp b/src/assets/images/app/testimonial/testimonial-thumb-1.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-1.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-2.jpg b/src/assets/images/app/testimonial/testimonial-thumb-2.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-2.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-2.webp b/src/assets/images/app/testimonial/testimonial-thumb-2.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-2.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-3.jpg b/src/assets/images/app/testimonial/testimonial-thumb-3.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-3.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-3.webp b/src/assets/images/app/testimonial/testimonial-thumb-3.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-3.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-4.jpg b/src/assets/images/app/testimonial/testimonial-thumb-4.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-4.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-4.webp b/src/assets/images/app/testimonial/testimonial-thumb-4.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-4.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-5.jpg b/src/assets/images/app/testimonial/testimonial-thumb-5.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-5.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-5.webp b/src/assets/images/app/testimonial/testimonial-thumb-5.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-5.webp differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-6.jpg b/src/assets/images/app/testimonial/testimonial-thumb-6.jpg
deleted file mode 100644
index 9353017eafa1..000000000000
Binary files a/src/assets/images/app/testimonial/testimonial-thumb-6.jpg and /dev/null differ
diff --git a/src/assets/images/app/testimonial/testimonial-thumb-6.webp b/src/assets/images/app/testimonial/testimonial-thumb-6.webp
new file mode 100644
index 000000000000..fe82a87321e9
Binary files /dev/null and b/src/assets/images/app/testimonial/testimonial-thumb-6.webp differ
diff --git a/src/assets/images/app/testimonial/vintage.png b/src/assets/images/app/testimonial/vintage.png
deleted file mode 100644
index 2b9a02af34e4..000000000000
Binary files a/src/assets/images/app/testimonial/vintage.png and /dev/null differ
diff --git a/src/assets/images/app/testimonial/vintage.webp b/src/assets/images/app/testimonial/vintage.webp
new file mode 100644
index 000000000000..ce80111883ed
Binary files /dev/null and b/src/assets/images/app/testimonial/vintage.webp differ
diff --git a/src/assets/images/bookmarks.jpg b/src/assets/images/bookmarks.jpg
deleted file mode 100644
index 3a259839fca0..000000000000
Binary files a/src/assets/images/bookmarks.jpg and /dev/null differ
diff --git a/src/assets/images/bookmarks.webp b/src/assets/images/bookmarks.webp
new file mode 100644
index 000000000000..ad5e2f078121
Binary files /dev/null and b/src/assets/images/bookmarks.webp differ
diff --git a/src/assets/images/callout/callout.png b/src/assets/images/callout/callout.png
deleted file mode 100644
index 66a55205a6a6..000000000000
Binary files a/src/assets/images/callout/callout.png and /dev/null differ
diff --git a/src/assets/images/callout/callout.webp b/src/assets/images/callout/callout.webp
new file mode 100644
index 000000000000..c71cf56ae332
Binary files /dev/null and b/src/assets/images/callout/callout.webp differ
diff --git a/src/assets/images/classic/app-screen-thumb-1.png b/src/assets/images/classic/app-screen-thumb-1.png
deleted file mode 100644
index cae9ca113d76..000000000000
Binary files a/src/assets/images/classic/app-screen-thumb-1.png and /dev/null differ
diff --git a/src/assets/images/classic/app-screen-thumb-1.webp b/src/assets/images/classic/app-screen-thumb-1.webp
new file mode 100644
index 000000000000..503cfb18b722
Binary files /dev/null and b/src/assets/images/classic/app-screen-thumb-1.webp differ
diff --git a/src/assets/images/classic/app-screen-thumb-2.png b/src/assets/images/classic/app-screen-thumb-2.png
deleted file mode 100644
index 3634f1bee6bd..000000000000
Binary files a/src/assets/images/classic/app-screen-thumb-2.png and /dev/null differ
diff --git a/src/assets/images/classic/app-screen-thumb-2.webp b/src/assets/images/classic/app-screen-thumb-2.webp
new file mode 100644
index 000000000000..a0af5b053a0c
Binary files /dev/null and b/src/assets/images/classic/app-screen-thumb-2.webp differ
diff --git a/src/assets/images/classic/app-screen.png b/src/assets/images/classic/app-screen.png
deleted file mode 100644
index 04314dc18506..000000000000
Binary files a/src/assets/images/classic/app-screen.png and /dev/null differ
diff --git a/src/assets/images/classic/app-screen.webp b/src/assets/images/classic/app-screen.webp
new file mode 100644
index 000000000000..c887f95a6c02
Binary files /dev/null and b/src/assets/images/classic/app-screen.webp differ
diff --git a/src/assets/images/classic/blog-thumb1.png b/src/assets/images/classic/blog-thumb1.png
deleted file mode 100644
index 7350ed6693b4..000000000000
Binary files a/src/assets/images/classic/blog-thumb1.png and /dev/null differ
diff --git a/src/assets/images/classic/blog-thumb1.webp b/src/assets/images/classic/blog-thumb1.webp
new file mode 100644
index 000000000000..c61b14b07331
Binary files /dev/null and b/src/assets/images/classic/blog-thumb1.webp differ
diff --git a/src/assets/images/classic/blog-thumb2.png b/src/assets/images/classic/blog-thumb2.png
deleted file mode 100644
index a23bcc863cae..000000000000
Binary files a/src/assets/images/classic/blog-thumb2.png and /dev/null differ
diff --git a/src/assets/images/classic/blog-thumb2.webp b/src/assets/images/classic/blog-thumb2.webp
new file mode 100644
index 000000000000..4afaa1d3ff38
Binary files /dev/null and b/src/assets/images/classic/blog-thumb2.webp differ
diff --git a/src/assets/images/classic/hero-bg.png b/src/assets/images/classic/hero-bg.png
deleted file mode 100644
index 7d22b46349aa..000000000000
Binary files a/src/assets/images/classic/hero-bg.png and /dev/null differ
diff --git a/src/assets/images/classic/hero-bg.webp b/src/assets/images/classic/hero-bg.webp
new file mode 100644
index 000000000000..c7302ebdafbc
Binary files /dev/null and b/src/assets/images/classic/hero-bg.webp differ
diff --git a/src/assets/images/classic/screens/secreens-1.png b/src/assets/images/classic/screens/secreens-1.png
deleted file mode 100644
index a3436bcf245f..000000000000
Binary files a/src/assets/images/classic/screens/secreens-1.png and /dev/null differ
diff --git a/src/assets/images/classic/screens/secreens-1.webp b/src/assets/images/classic/screens/secreens-1.webp
new file mode 100644
index 000000000000..7bd9eaff2de9
Binary files /dev/null and b/src/assets/images/classic/screens/secreens-1.webp differ
diff --git a/src/assets/images/classic/screens/secreens-2.png b/src/assets/images/classic/screens/secreens-2.png
deleted file mode 100644
index 4a177a634668..000000000000
Binary files a/src/assets/images/classic/screens/secreens-2.png and /dev/null differ
diff --git a/src/assets/images/classic/screens/secreens-2.webp b/src/assets/images/classic/screens/secreens-2.webp
new file mode 100644
index 000000000000..7bd9eaff2de9
Binary files /dev/null and b/src/assets/images/classic/screens/secreens-2.webp differ
diff --git a/src/assets/images/classic/screens/secreens-3.png b/src/assets/images/classic/screens/secreens-3.png
deleted file mode 100644
index 73218db7bf7c..000000000000
Binary files a/src/assets/images/classic/screens/secreens-3.png and /dev/null differ
diff --git a/src/assets/images/classic/screens/secreens-3.webp b/src/assets/images/classic/screens/secreens-3.webp
new file mode 100644
index 000000000000..7bd9eaff2de9
Binary files /dev/null and b/src/assets/images/classic/screens/secreens-3.webp differ
diff --git a/src/assets/images/classic/screens/secreens-4.png b/src/assets/images/classic/screens/secreens-4.png
deleted file mode 100644
index 1616db13a24d..000000000000
Binary files a/src/assets/images/classic/screens/secreens-4.png and /dev/null differ
diff --git a/src/assets/images/classic/screens/secreens-4.webp b/src/assets/images/classic/screens/secreens-4.webp
new file mode 100644
index 000000000000..7bd9eaff2de9
Binary files /dev/null and b/src/assets/images/classic/screens/secreens-4.webp differ
diff --git a/src/assets/images/classic/screens/secreens-5.png b/src/assets/images/classic/screens/secreens-5.png
deleted file mode 100644
index dd016cb2784c..000000000000
Binary files a/src/assets/images/classic/screens/secreens-5.png and /dev/null differ
diff --git a/src/assets/images/classic/screens/secreens-5.webp b/src/assets/images/classic/screens/secreens-5.webp
new file mode 100644
index 000000000000..7bd9eaff2de9
Binary files /dev/null and b/src/assets/images/classic/screens/secreens-5.webp differ
diff --git a/src/assets/images/classic/section-icon.png b/src/assets/images/classic/section-icon.png
deleted file mode 100644
index 56df69e3ff2b..000000000000
Binary files a/src/assets/images/classic/section-icon.png and /dev/null differ
diff --git a/src/assets/images/classic/section-icon.webp b/src/assets/images/classic/section-icon.webp
new file mode 100644
index 000000000000..4294816d38b9
Binary files /dev/null and b/src/assets/images/classic/section-icon.webp differ
diff --git a/src/assets/images/community/Layer5-mentor-program.png b/src/assets/images/community/Layer5-mentor-program.png
deleted file mode 100644
index 1b31213233f6..000000000000
Binary files a/src/assets/images/community/Layer5-mentor-program.png and /dev/null differ
diff --git a/src/assets/images/community/Layer5-mentor-program.webp b/src/assets/images/community/Layer5-mentor-program.webp
new file mode 100644
index 000000000000..dd3aa31b667b
Binary files /dev/null and b/src/assets/images/community/Layer5-mentor-program.webp differ
diff --git a/src/assets/images/community/Lee_Workshop.png b/src/assets/images/community/Lee_Workshop.png
deleted file mode 100644
index 8908cdb4e49a..000000000000
Binary files a/src/assets/images/community/Lee_Workshop.png and /dev/null differ
diff --git a/src/assets/images/community/Lee_Workshop.webp b/src/assets/images/community/Lee_Workshop.webp
new file mode 100644
index 000000000000..9eaa32e9d0ba
Binary files /dev/null and b/src/assets/images/community/Lee_Workshop.webp differ
diff --git a/src/assets/images/discuss/layer5-discuss-white.png b/src/assets/images/discuss/layer5-discuss-white.png
deleted file mode 100644
index 469a337521bf..000000000000
Binary files a/src/assets/images/discuss/layer5-discuss-white.png and /dev/null differ
diff --git a/src/assets/images/discuss/layer5-discuss-white.webp b/src/assets/images/discuss/layer5-discuss-white.webp
new file mode 100644
index 000000000000..dce5a02052cb
Binary files /dev/null and b/src/assets/images/discuss/layer5-discuss-white.webp differ
diff --git a/src/assets/images/discuss/layer_discuss.png b/src/assets/images/discuss/layer_discuss.png
deleted file mode 100644
index 2324f0eebeb5..000000000000
Binary files a/src/assets/images/discuss/layer_discuss.png and /dev/null differ
diff --git a/src/assets/images/discuss/layer_discuss.webp b/src/assets/images/discuss/layer_discuss.webp
new file mode 100644
index 000000000000..48a04391842e
Binary files /dev/null and b/src/assets/images/discuss/layer_discuss.webp differ
diff --git a/src/assets/images/docker-extension/docker-extension-meshery-logo.png b/src/assets/images/docker-extension/docker-extension-meshery-logo.png
deleted file mode 100755
index 3d2d973518b8..000000000000
Binary files a/src/assets/images/docker-extension/docker-extension-meshery-logo.png and /dev/null differ
diff --git a/src/assets/images/docker-extension/docker-extension-meshery-logo.webp b/src/assets/images/docker-extension/docker-extension-meshery-logo.webp
new file mode 100644
index 000000000000..331fc425ec34
Binary files /dev/null and b/src/assets/images/docker-extension/docker-extension-meshery-logo.webp differ
diff --git a/src/assets/images/docker-extension/docker-extension-meshery.png b/src/assets/images/docker-extension/docker-extension-meshery.png
deleted file mode 100644
index 0971021d0800..000000000000
Binary files a/src/assets/images/docker-extension/docker-extension-meshery.png and /dev/null differ
diff --git a/src/assets/images/docker-extension/docker-extension-meshery.webp b/src/assets/images/docker-extension/docker-extension-meshery.webp
new file mode 100644
index 000000000000..f52340432fdd
Binary files /dev/null and b/src/assets/images/docker-extension/docker-extension-meshery.webp differ
diff --git a/src/assets/images/dockercompose-logo/dockercompose-logo.png b/src/assets/images/dockercompose-logo/dockercompose-logo.png
deleted file mode 100644
index 59048fd9e04d..000000000000
Binary files a/src/assets/images/dockercompose-logo/dockercompose-logo.png and /dev/null differ
diff --git a/src/assets/images/dockercompose-logo/dockercompose-logo.webp b/src/assets/images/dockercompose-logo/dockercompose-logo.webp
new file mode 100644
index 000000000000..e5f97835192b
Binary files /dev/null and b/src/assets/images/dockercompose-logo/dockercompose-logo.webp differ
diff --git a/src/assets/images/favicon.png b/src/assets/images/favicon.png
deleted file mode 100644
index f701189cba42..000000000000
Binary files a/src/assets/images/favicon.png and /dev/null differ
diff --git a/src/assets/images/favicon.webp b/src/assets/images/favicon.webp
new file mode 100644
index 000000000000..629b4e5d5cee
Binary files /dev/null and b/src/assets/images/favicon.webp differ
diff --git a/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.jpg b/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.jpg
deleted file mode 100644
index fb607bd40a19..000000000000
Binary files a/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.jpg and /dev/null differ
diff --git a/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.webp b/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.webp
new file mode 100644
index 000000000000..89f09e328a2c
Binary files /dev/null and b/src/assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.webp differ
diff --git a/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png b/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png
deleted file mode 100644
index fea4ffb13bfc..000000000000
Binary files a/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png and /dev/null differ
diff --git a/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp b/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp
new file mode 100644
index 000000000000..87725f6c3682
Binary files /dev/null and b/src/assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp differ
diff --git a/src/assets/images/homePage-images/meshmap.png b/src/assets/images/homePage-images/meshmap.png
deleted file mode 100644
index 77656f219a43..000000000000
Binary files a/src/assets/images/homePage-images/meshmap.png and /dev/null differ
diff --git a/src/assets/images/homePage-images/meshmap.webp b/src/assets/images/homePage-images/meshmap.webp
new file mode 100644
index 000000000000..d81932dd20d5
Binary files /dev/null and b/src/assets/images/homePage-images/meshmap.webp differ
diff --git a/src/assets/images/homePage-images/play-button.png b/src/assets/images/homePage-images/play-button.png
deleted file mode 100644
index 5a62b24530ba..000000000000
Binary files a/src/assets/images/homePage-images/play-button.png and /dev/null differ
diff --git a/src/assets/images/homePage-images/play-button.webp b/src/assets/images/homePage-images/play-button.webp
new file mode 100644
index 000000000000..0287dbdbb9d0
Binary files /dev/null and b/src/assets/images/homePage-images/play-button.webp differ
diff --git a/src/assets/images/homePage-images/service-mesh-patterns.png b/src/assets/images/homePage-images/service-mesh-patterns.png
deleted file mode 100644
index a5d52f74ccb6..000000000000
Binary files a/src/assets/images/homePage-images/service-mesh-patterns.png and /dev/null differ
diff --git a/src/assets/images/homePage-images/service-mesh-patterns.webp b/src/assets/images/homePage-images/service-mesh-patterns.webp
new file mode 100644
index 000000000000..b7463e3840e1
Binary files /dev/null and b/src/assets/images/homePage-images/service-mesh-patterns.webp differ
diff --git a/src/assets/images/hosting/hosting/CTA/01.png b/src/assets/images/hosting/hosting/CTA/01.png
deleted file mode 100644
index 7c21949ed177..000000000000
Binary files a/src/assets/images/hosting/hosting/CTA/01.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/CTA/01.webp b/src/assets/images/hosting/hosting/CTA/01.webp
new file mode 100644
index 000000000000..57a3a85d440b
Binary files /dev/null and b/src/assets/images/hosting/hosting/CTA/01.webp differ
diff --git a/src/assets/images/hosting/hosting/about.png b/src/assets/images/hosting/hosting/about.png
deleted file mode 100644
index 4e89abca4259..000000000000
Binary files a/src/assets/images/hosting/hosting/about.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/about.webp b/src/assets/images/hosting/hosting/about.webp
new file mode 100644
index 000000000000..223e882141aa
Binary files /dev/null and b/src/assets/images/hosting/hosting/about.webp differ
diff --git a/src/assets/images/hosting/hosting/banner/01.png b/src/assets/images/hosting/hosting/banner/01.png
deleted file mode 100644
index 3d915f7b6d0e..000000000000
Binary files a/src/assets/images/hosting/hosting/banner/01.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/banner/01.webp b/src/assets/images/hosting/hosting/banner/01.webp
new file mode 100644
index 000000000000..5180b3aafd3e
Binary files /dev/null and b/src/assets/images/hosting/hosting/banner/01.webp differ
diff --git a/src/assets/images/hosting/hosting/banner/02.png b/src/assets/images/hosting/hosting/banner/02.png
deleted file mode 100644
index 4e5c9a5d696b..000000000000
Binary files a/src/assets/images/hosting/hosting/banner/02.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/banner/02.webp b/src/assets/images/hosting/hosting/banner/02.webp
new file mode 100644
index 000000000000..c224675272ef
Binary files /dev/null and b/src/assets/images/hosting/hosting/banner/02.webp differ
diff --git a/src/assets/images/hosting/hosting/faq.png b/src/assets/images/hosting/hosting/faq.png
deleted file mode 100644
index 0ce8fb47202c..000000000000
Binary files a/src/assets/images/hosting/hosting/faq.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/faq.webp b/src/assets/images/hosting/hosting/faq.webp
new file mode 100644
index 000000000000..dfb03691aae1
Binary files /dev/null and b/src/assets/images/hosting/hosting/faq.webp differ
diff --git a/src/assets/images/hosting/hosting/vintage/01.png b/src/assets/images/hosting/hosting/vintage/01.png
deleted file mode 100644
index 7b9abded2c8c..000000000000
Binary files a/src/assets/images/hosting/hosting/vintage/01.png and /dev/null differ
diff --git a/src/assets/images/hosting/hosting/vintage/01.webp b/src/assets/images/hosting/hosting/vintage/01.webp
new file mode 100644
index 000000000000..7f619ea9a400
Binary files /dev/null and b/src/assets/images/hosting/hosting/vintage/01.webp differ
diff --git a/src/assets/images/image-hub/layer5-image-hub-white.png b/src/assets/images/image-hub/layer5-image-hub-white.png
deleted file mode 100644
index 8ab22be201eb..000000000000
Binary files a/src/assets/images/image-hub/layer5-image-hub-white.png and /dev/null differ
diff --git a/src/assets/images/image-hub/layer5-image-hub-white.webp b/src/assets/images/image-hub/layer5-image-hub-white.webp
new file mode 100644
index 000000000000..94436c291189
Binary files /dev/null and b/src/assets/images/image-hub/layer5-image-hub-white.webp differ
diff --git a/src/assets/images/image-hub/layer5-image-hub.png b/src/assets/images/image-hub/layer5-image-hub.png
deleted file mode 100644
index 45c13e67f67b..000000000000
Binary files a/src/assets/images/image-hub/layer5-image-hub.png and /dev/null differ
diff --git a/src/assets/images/image-hub/layer5-image-hub.webp b/src/assets/images/image-hub/layer5-image-hub.webp
new file mode 100644
index 000000000000..2ed01cd4a36b
Binary files /dev/null and b/src/assets/images/image-hub/layer5-image-hub.webp differ
diff --git a/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.png b/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.png
deleted file mode 100644
index 743f4f3d4908..000000000000
Binary files a/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.png and /dev/null differ
diff --git a/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.webp b/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.webp
new file mode 100644
index 000000000000..2ba4f2a38093
Binary files /dev/null and b/src/assets/images/landscape/comparison-of-service-mesh-strengths-dark.webp differ
diff --git a/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.png b/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.png
deleted file mode 100644
index c43985c6ccdb..000000000000
Binary files a/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.png and /dev/null differ
diff --git a/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.svg b/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.svg
index dd3eba8b7ac2..def7b1a29c1a 100644
--- a/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.svg
+++ b/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.webp b/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.webp
new file mode 100644
index 000000000000..e140ce29ccd9
Binary files /dev/null and b/src/assets/images/landscape/comparison-of-service-mesh-strengths-light.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/black/5-black-60.png b/src/assets/images/layer5/5 icon/png/black/5-black-60.png
deleted file mode 100644
index ec5219ea5c1c..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/black/5-black-60.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/black/5-black-60.webp b/src/assets/images/layer5/5 icon/png/black/5-black-60.webp
new file mode 100644
index 000000000000..fc8ea05249fd
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/black/5-black-60.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.png b/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.png
deleted file mode 100644
index 60765c686e9b..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.webp b/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.webp
new file mode 100644
index 000000000000..f329628f6826
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/dark/5-dark-bg.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.png b/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.png
deleted file mode 100644
index 35d325ecc17e..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.webp b/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.webp
new file mode 100644
index 000000000000..f97cc08546d6
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/dark/5-dark-no-trim.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/gray/5-gray-60.png b/src/assets/images/layer5/5 icon/png/gray/5-gray-60.png
deleted file mode 100644
index d36ecbdaf745..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/gray/5-gray-60.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/gray/5-gray-60.webp b/src/assets/images/layer5/5 icon/png/gray/5-gray-60.webp
new file mode 100644
index 000000000000..ccc8ac961970
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/gray/5-gray-60.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/light/5-light-bg.png b/src/assets/images/layer5/5 icon/png/light/5-light-bg.png
deleted file mode 100644
index ed20a4e0ea27..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/light/5-light-bg.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/light/5-light-bg.webp b/src/assets/images/layer5/5 icon/png/light/5-light-bg.webp
new file mode 100644
index 000000000000..b05747c3d3e4
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/light/5-light-bg.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.png b/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.png
deleted file mode 100644
index 01d236ebcf33..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.webp b/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.webp
new file mode 100644
index 000000000000..c0e3c18a24d5
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/light/5-light-no-trim.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.png b/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.png
deleted file mode 100644
index ef83173b676a..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.webp b/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.webp
new file mode 100644
index 000000000000..2a41e5f6bbb0
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/white/5-white-60-no-trim.webp differ
diff --git a/src/assets/images/layer5/5 icon/png/white/5-white-60.png b/src/assets/images/layer5/5 icon/png/white/5-white-60.png
deleted file mode 100644
index c26a32268819..000000000000
Binary files a/src/assets/images/layer5/5 icon/png/white/5-white-60.png and /dev/null differ
diff --git a/src/assets/images/layer5/5 icon/png/white/5-white-60.webp b/src/assets/images/layer5/5 icon/png/white/5-white-60.webp
new file mode 100644
index 000000000000..a2dcba6d693d
Binary files /dev/null and b/src/assets/images/layer5/5 icon/png/white/5-white-60.webp differ
diff --git a/src/assets/images/layer5/bookmarks.png b/src/assets/images/layer5/bookmarks.png
deleted file mode 100644
index 44f86b91407f..000000000000
Binary files a/src/assets/images/layer5/bookmarks.png and /dev/null differ
diff --git a/src/assets/images/layer5/bookmarks.webp b/src/assets/images/layer5/bookmarks.webp
new file mode 100644
index 000000000000..662f28b5745c
Binary files /dev/null and b/src/assets/images/layer5/bookmarks.webp differ
diff --git a/src/assets/images/layer5/cb.png b/src/assets/images/layer5/cb.png
deleted file mode 100644
index 3198384b99cb..000000000000
Binary files a/src/assets/images/layer5/cb.png and /dev/null differ
diff --git a/src/assets/images/layer5/cb.webp b/src/assets/images/layer5/cb.webp
new file mode 100644
index 000000000000..64c63456c687
Binary files /dev/null and b/src/assets/images/layer5/cb.webp differ
diff --git a/src/assets/images/layer5/gsod.png b/src/assets/images/layer5/gsod.png
deleted file mode 100644
index 769d754b862f..000000000000
Binary files a/src/assets/images/layer5/gsod.png and /dev/null differ
diff --git a/src/assets/images/layer5/gsod.webp b/src/assets/images/layer5/gsod.webp
new file mode 100644
index 000000000000..783de31a9639
Binary files /dev/null and b/src/assets/images/layer5/gsod.webp differ
diff --git a/src/assets/images/layer5/layer5-color-scheme.png b/src/assets/images/layer5/layer5-color-scheme.png
deleted file mode 100644
index 1afb521155d8..000000000000
Binary files a/src/assets/images/layer5/layer5-color-scheme.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-color-scheme.webp b/src/assets/images/layer5/layer5-color-scheme.webp
new file mode 100644
index 000000000000..1429a9b29dac
Binary files /dev/null and b/src/assets/images/layer5/layer5-color-scheme.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.png
deleted file mode 100644
index c48c94606e9f..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.webp
new file mode 100644
index 000000000000..d64ea06eb828
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-black-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-black.png b/src/assets/images/layer5/layer5-only/png/layer5-black.png
deleted file mode 100644
index 1b619687d3fb..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-black.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-black.webp b/src/assets/images/layer5/layer5-only/png/layer5-black.webp
new file mode 100644
index 000000000000..b43675f54ff7
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-black.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gradient.png b/src/assets/images/layer5/layer5-only/png/layer5-gradient.png
deleted file mode 100644
index 238a9921582e..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-gradient.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gradient.webp b/src/assets/images/layer5/layer5-only/png/layer5-gradient.webp
new file mode 100644
index 000000000000..6fd2a6ebeb40
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-gradient.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.png
deleted file mode 100644
index 491def2ce01b..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.webp
new file mode 100644
index 000000000000..b67c90c657c8
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-gray-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gray.png b/src/assets/images/layer5/layer5-only/png/layer5-gray.png
deleted file mode 100644
index 2744dcc3add0..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-gray.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-gray.webp b/src/assets/images/layer5/layer5-only/png/layer5-gray.webp
new file mode 100644
index 000000000000..070cb3f4b483
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-gray.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-light-bg.png b/src/assets/images/layer5/layer5-only/png/layer5-light-bg.png
deleted file mode 100644
index da3e50bb697e..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-light-bg.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-light-bg.webp b/src/assets/images/layer5/layer5-only/png/layer5-light-bg.webp
new file mode 100644
index 000000000000..480a07063c4f
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-light-bg.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.png
deleted file mode 100644
index b729ab61bcb3..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.webp
new file mode 100644
index 000000000000..7673286972ce
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-light-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-no-trim.png
deleted file mode 100644
index 69bca69624a3..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-no-trim.webp
new file mode 100644
index 000000000000..c8d319ea65ab
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-side.png b/src/assets/images/layer5/layer5-only/png/layer5-side.png
deleted file mode 100644
index a9e86bd8da52..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-side.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-side.webp b/src/assets/images/layer5/layer5-only/png/layer5-side.webp
new file mode 100644
index 000000000000..3067ae145073
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-side.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.png
deleted file mode 100644
index 77067aac703a..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.webp
new file mode 100644
index 000000000000..0b8b71e4edd6
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-white-bg-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-bg.png b/src/assets/images/layer5/layer5-only/png/layer5-white-bg.png
deleted file mode 100644
index e33251fa372b..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-white-bg.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-bg.webp b/src/assets/images/layer5/layer5-only/png/layer5-white-bg.webp
new file mode 100644
index 000000000000..90b054f1c195
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-white-bg.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.png b/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.png
deleted file mode 100644
index 87f62a2a7aed..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.webp b/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.webp
new file mode 100644
index 000000000000..bc4d578ba03a
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-white-no-trim.webp differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white.png b/src/assets/images/layer5/layer5-only/png/layer5-white.png
deleted file mode 100644
index 32f7bae77cfe..000000000000
Binary files a/src/assets/images/layer5/layer5-only/png/layer5-white.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-only/png/layer5-white.webp b/src/assets/images/layer5/layer5-only/png/layer5-white.webp
new file mode 100644
index 000000000000..db648d832534
Binary files /dev/null and b/src/assets/images/layer5/layer5-only/png/layer5-white.webp differ
diff --git a/src/assets/images/layer5/layer5-print-color-scheme.png b/src/assets/images/layer5/layer5-print-color-scheme.png
deleted file mode 100644
index a9cc7f59f8b2..000000000000
Binary files a/src/assets/images/layer5/layer5-print-color-scheme.png and /dev/null differ
diff --git a/src/assets/images/layer5/layer5-print-color-scheme.webp b/src/assets/images/layer5/layer5-print-color-scheme.webp
new file mode 100644
index 000000000000..d2ce23a90138
Binary files /dev/null and b/src/assets/images/layer5/layer5-print-color-scheme.webp differ
diff --git a/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.png b/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.png
deleted file mode 100644
index 1f31ce17e5ef..000000000000
Binary files a/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.webp b/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.webp
new file mode 100644
index 000000000000..de65dcd77fbf
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/Grafana_-_Istio_Dashboard.webp differ
diff --git a/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.png b/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.png
deleted file mode 100644
index 56fe1ee53923..000000000000
Binary files a/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.webp b/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.webp
new file mode 100644
index 000000000000..43e6a064295a
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/Grafana_Istio_Dashboard.webp differ
diff --git a/src/assets/images/learn-layer5/istio/Loggly.png b/src/assets/images/learn-layer5/istio/Loggly.png
deleted file mode 100644
index 1c7bdbacf017..000000000000
Binary files a/src/assets/images/learn-layer5/istio/Loggly.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/Loggly.webp b/src/assets/images/learn-layer5/istio/Loggly.webp
new file mode 100644
index 000000000000..e073b4498b12
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/Loggly.webp differ
diff --git a/src/assets/images/learn-layer5/istio/Prometheus.png b/src/assets/images/learn-layer5/istio/Prometheus.png
deleted file mode 100644
index ef0634ede1a1..000000000000
Binary files a/src/assets/images/learn-layer5/istio/Prometheus.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/Prometheus.webp b/src/assets/images/learn-layer5/istio/Prometheus.webp
new file mode 100644
index 000000000000..0aaa2deff88e
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/Prometheus.webp differ
diff --git a/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.png b/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.png
deleted file mode 100644
index 92604c547297..000000000000
Binary files a/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.webp b/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.webp
new file mode 100644
index 000000000000..9ef0fe1a41c4
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/bookinfo-off-mesh.webp differ
diff --git a/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.png b/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.png
deleted file mode 100644
index ea8f4610786f..000000000000
Binary files a/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.webp b/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.webp
new file mode 100644
index 000000000000..9658fab648d4
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/bookinfo-on-mesh.webp differ
diff --git a/src/assets/images/learn-layer5/istio/deploy-envoyfilter.png b/src/assets/images/learn-layer5/istio/deploy-envoyfilter.png
deleted file mode 100644
index cf675894ca56..000000000000
Binary files a/src/assets/images/learn-layer5/istio/deploy-envoyfilter.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/deploy-envoyfilter.webp b/src/assets/images/learn-layer5/istio/deploy-envoyfilter.webp
new file mode 100644
index 000000000000..4de6eb5b9082
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/deploy-envoyfilter.webp differ
diff --git a/src/assets/images/learn-layer5/istio/install-imagehub.png b/src/assets/images/learn-layer5/istio/install-imagehub.png
deleted file mode 100644
index 865b767e57fc..000000000000
Binary files a/src/assets/images/learn-layer5/istio/install-imagehub.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/install-imagehub.webp b/src/assets/images/learn-layer5/istio/install-imagehub.webp
new file mode 100644
index 000000000000..b19200eae0d3
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/install-imagehub.webp differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio.png b/src/assets/images/learn-layer5/istio/install-istio.png
deleted file mode 100644
index fdc0e9cf1359..000000000000
Binary files a/src/assets/images/learn-layer5/istio/install-istio.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio.webp b/src/assets/images/learn-layer5/istio/install-istio.webp
new file mode 100644
index 000000000000..159c0374db4f
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/install-istio.webp differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio1.png b/src/assets/images/learn-layer5/istio/install-istio1.png
deleted file mode 100644
index 597909c24984..000000000000
Binary files a/src/assets/images/learn-layer5/istio/install-istio1.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio1.webp b/src/assets/images/learn-layer5/istio/install-istio1.webp
new file mode 100644
index 000000000000..5aac53591e7c
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/install-istio1.webp differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio2.png b/src/assets/images/learn-layer5/istio/install-istio2.png
deleted file mode 100644
index 9fe6707fa0ea..000000000000
Binary files a/src/assets/images/learn-layer5/istio/install-istio2.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/install-istio2.webp b/src/assets/images/learn-layer5/istio/install-istio2.webp
new file mode 100644
index 000000000000..24af769d104d
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/install-istio2.webp differ
diff --git a/src/assets/images/learn-layer5/istio/ip.png b/src/assets/images/learn-layer5/istio/ip.png
deleted file mode 100644
index 41939fa4b1f9..000000000000
Binary files a/src/assets/images/learn-layer5/istio/ip.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/ip.webp b/src/assets/images/learn-layer5/istio/ip.webp
new file mode 100644
index 000000000000..3dbd6cf50d92
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/ip.webp differ
diff --git a/src/assets/images/learn-layer5/istio/istio-adapter.png b/src/assets/images/learn-layer5/istio/istio-adapter.png
deleted file mode 100644
index a9f1da1e0948..000000000000
Binary files a/src/assets/images/learn-layer5/istio/istio-adapter.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/istio-adapter.webp b/src/assets/images/learn-layer5/istio/istio-adapter.webp
new file mode 100644
index 000000000000..34bd78e57960
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/istio-adapter.webp differ
diff --git a/src/assets/images/learn-layer5/istio/istio-addons.png b/src/assets/images/learn-layer5/istio/istio-addons.png
deleted file mode 100644
index 9a1bbf9a4a93..000000000000
Binary files a/src/assets/images/learn-layer5/istio/istio-addons.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/istio-addons.webp b/src/assets/images/learn-layer5/istio/istio-addons.webp
new file mode 100644
index 000000000000..56ba83238178
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/istio-addons.webp differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger copy.png b/src/assets/images/learn-layer5/istio/jaeger copy.png
deleted file mode 100644
index 3f8c93110174..000000000000
Binary files a/src/assets/images/learn-layer5/istio/jaeger copy.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger copy.webp b/src/assets/images/learn-layer5/istio/jaeger copy.webp
new file mode 100644
index 000000000000..235aff29b9e4
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/jaeger copy.webp differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger.png b/src/assets/images/learn-layer5/istio/jaeger.png
deleted file mode 100644
index 67f9a6946bc8..000000000000
Binary files a/src/assets/images/learn-layer5/istio/jaeger.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger.webp b/src/assets/images/learn-layer5/istio/jaeger.webp
new file mode 100644
index 000000000000..b40ef0a1001a
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/jaeger.webp differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger_1.png b/src/assets/images/learn-layer5/istio/jaeger_1.png
deleted file mode 100644
index 1b2ab1150e16..000000000000
Binary files a/src/assets/images/learn-layer5/istio/jaeger_1.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger_1.webp b/src/assets/images/learn-layer5/istio/jaeger_1.webp
new file mode 100644
index 000000000000..8945c8fff2a7
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/jaeger_1.webp differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger_2.png b/src/assets/images/learn-layer5/istio/jaeger_2.png
deleted file mode 100644
index 080de71721b3..000000000000
Binary files a/src/assets/images/learn-layer5/istio/jaeger_2.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/jaeger_2.webp b/src/assets/images/learn-layer5/istio/jaeger_2.webp
new file mode 100644
index 000000000000..eef0282e88fe
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/jaeger_2.webp differ
diff --git a/src/assets/images/learn-layer5/istio/meshery_cb_load_test.png b/src/assets/images/learn-layer5/istio/meshery_cb_load_test.png
deleted file mode 100644
index c7b1afe20e30..000000000000
Binary files a/src/assets/images/learn-layer5/istio/meshery_cb_load_test.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/meshery_cb_load_test.webp b/src/assets/images/learn-layer5/istio/meshery_cb_load_test.webp
new file mode 100644
index 000000000000..74045cfc42a9
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/meshery_cb_load_test.webp differ
diff --git a/src/assets/images/learn-layer5/istio/meshery_initial_load_test.png b/src/assets/images/learn-layer5/istio/meshery_initial_load_test.png
deleted file mode 100644
index f7e803e9dcbc..000000000000
Binary files a/src/assets/images/learn-layer5/istio/meshery_initial_load_test.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/meshery_initial_load_test.webp b/src/assets/images/learn-layer5/istio/meshery_initial_load_test.webp
new file mode 100644
index 000000000000..201b97a62798
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/meshery_initial_load_test.webp differ
diff --git a/src/assets/images/learn-layer5/istio/servicegraph.png b/src/assets/images/learn-layer5/istio/servicegraph.png
deleted file mode 100644
index 0888532dd3cc..000000000000
Binary files a/src/assets/images/learn-layer5/istio/servicegraph.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/servicegraph.webp b/src/assets/images/learn-layer5/istio/servicegraph.webp
new file mode 100644
index 000000000000..1ed350c78927
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/servicegraph.webp differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin.png b/src/assets/images/learn-layer5/istio/zipkin.png
deleted file mode 100644
index 82a899e91356..000000000000
Binary files a/src/assets/images/learn-layer5/istio/zipkin.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin.webp b/src/assets/images/learn-layer5/istio/zipkin.webp
new file mode 100644
index 000000000000..5e8814f024d1
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/zipkin.webp differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin_1.png b/src/assets/images/learn-layer5/istio/zipkin_1.png
deleted file mode 100644
index 854df99ec748..000000000000
Binary files a/src/assets/images/learn-layer5/istio/zipkin_1.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin_1.webp b/src/assets/images/learn-layer5/istio/zipkin_1.webp
new file mode 100644
index 000000000000..955d410da0a0
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/zipkin_1.webp differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin_2.png b/src/assets/images/learn-layer5/istio/zipkin_2.png
deleted file mode 100644
index 5e60871f1354..000000000000
Binary files a/src/assets/images/learn-layer5/istio/zipkin_2.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/istio/zipkin_2.webp b/src/assets/images/learn-layer5/istio/zipkin_2.webp
new file mode 100644
index 000000000000..3c06e25be09e
Binary files /dev/null and b/src/assets/images/learn-layer5/istio/zipkin_2.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/control-plane-c.png b/src/assets/images/learn-layer5/linkerd/control-plane-c.png
deleted file mode 100644
index 956d550aa6b6..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/control-plane-c.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/control-plane-c.webp b/src/assets/images/learn-layer5/linkerd/control-plane-c.webp
new file mode 100644
index 000000000000..12ef560b1480
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/control-plane-c.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.png b/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.png
deleted file mode 100644
index 05697ec16601..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.webp b/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.webp
new file mode 100644
index 000000000000..aaf421f8ebe9
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/emojivoto-tracing.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/install-linkerd.png b/src/assets/images/learn-layer5/linkerd/install-linkerd.png
deleted file mode 100644
index a87b90e7b29a..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/install-linkerd.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/install-linkerd.webp b/src/assets/images/learn-layer5/linkerd/install-linkerd.webp
new file mode 100644
index 000000000000..1614936156db
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/install-linkerd.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/linkerd-adapter.png b/src/assets/images/learn-layer5/linkerd/linkerd-adapter.png
deleted file mode 100644
index 71e250df5175..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/linkerd-adapter.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/linkerd-adapter.webp b/src/assets/images/learn-layer5/linkerd/linkerd-adapter.webp
new file mode 100644
index 000000000000..8b9d2c34c508
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/linkerd-adapter.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.png b/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.png
deleted file mode 100644
index 3108452f40ed..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.webp b/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.webp
new file mode 100644
index 000000000000..7170a3170100
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/linkerd-jaeger-ui.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/octopus.png b/src/assets/images/learn-layer5/linkerd/octopus.png
deleted file mode 100644
index b71ee6963d33..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/octopus.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/octopus.webp b/src/assets/images/learn-layer5/linkerd/octopus.webp
new file mode 100644
index 000000000000..9d697a070c41
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/octopus.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/tap.png b/src/assets/images/learn-layer5/linkerd/tap.png
deleted file mode 100644
index 4646f1134d81..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/tap.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/tap.webp b/src/assets/images/learn-layer5/linkerd/tap.webp
new file mode 100644
index 000000000000..0e7a09176026
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/tap.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/top.png b/src/assets/images/learn-layer5/linkerd/top.png
deleted file mode 100644
index 5f2ea692856a..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/top.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/top.webp b/src/assets/images/learn-layer5/linkerd/top.webp
new file mode 100644
index 000000000000..66d66d679736
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/top.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/webtap.png b/src/assets/images/learn-layer5/linkerd/webtap.png
deleted file mode 100644
index ae21b5ca3787..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/webtap.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/webtap.webp b/src/assets/images/learn-layer5/linkerd/webtap.webp
new file mode 100644
index 000000000000..ae6e0f3280f4
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/webtap.webp differ
diff --git a/src/assets/images/learn-layer5/linkerd/webtop.png b/src/assets/images/learn-layer5/linkerd/webtop.png
deleted file mode 100644
index b47390187020..000000000000
Binary files a/src/assets/images/learn-layer5/linkerd/webtop.png and /dev/null differ
diff --git a/src/assets/images/learn-layer5/linkerd/webtop.webp b/src/assets/images/learn-layer5/linkerd/webtop.webp
new file mode 100644
index 000000000000..0d295986836e
Binary files /dev/null and b/src/assets/images/learn-layer5/linkerd/webtop.webp differ
diff --git a/src/assets/images/learn/book-cover.png b/src/assets/images/learn/book-cover.png
deleted file mode 100644
index acbec27ec562..000000000000
Binary files a/src/assets/images/learn/book-cover.png and /dev/null differ
diff --git a/src/assets/images/learn/book-cover.webp b/src/assets/images/learn/book-cover.webp
new file mode 100644
index 000000000000..87725f6c3682
Binary files /dev/null and b/src/assets/images/learn/book-cover.webp differ
diff --git a/src/assets/images/learn/istio-book-cover-frame.png b/src/assets/images/learn/istio-book-cover-frame.png
deleted file mode 100644
index 301f78ae3387..000000000000
Binary files a/src/assets/images/learn/istio-book-cover-frame.png and /dev/null differ
diff --git a/src/assets/images/learn/istio-book-cover-frame.webp b/src/assets/images/learn/istio-book-cover-frame.webp
new file mode 100644
index 000000000000..41131cb26132
Binary files /dev/null and b/src/assets/images/learn/istio-book-cover-frame.webp differ
diff --git a/src/assets/images/learn/istio-book-giveaway.jpg b/src/assets/images/learn/istio-book-giveaway.jpg
deleted file mode 100644
index f1883b28ffa5..000000000000
Binary files a/src/assets/images/learn/istio-book-giveaway.jpg and /dev/null differ
diff --git a/src/assets/images/learn/istio-book-giveaway.webp b/src/assets/images/learn/istio-book-giveaway.webp
new file mode 100644
index 000000000000..849dd511f514
Binary files /dev/null and b/src/assets/images/learn/istio-book-giveaway.webp differ
diff --git a/src/assets/images/learn/sercice-mesh-course1.png b/src/assets/images/learn/sercice-mesh-course1.png
deleted file mode 100644
index f34ee6c8aabe..000000000000
Binary files a/src/assets/images/learn/sercice-mesh-course1.png and /dev/null differ
diff --git a/src/assets/images/learn/sercice-mesh-course1.webp b/src/assets/images/learn/sercice-mesh-course1.webp
new file mode 100644
index 000000000000..6ff2704f84df
Binary files /dev/null and b/src/assets/images/learn/sercice-mesh-course1.webp differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-dark-small.png b/src/assets/images/meshery-operator/meshery-operator-dark-small.png
deleted file mode 100644
index 7aadb8c1adad..000000000000
Binary files a/src/assets/images/meshery-operator/meshery-operator-dark-small.png and /dev/null differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-dark-small.webp b/src/assets/images/meshery-operator/meshery-operator-dark-small.webp
new file mode 100644
index 000000000000..3b459e9ac82b
Binary files /dev/null and b/src/assets/images/meshery-operator/meshery-operator-dark-small.webp differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-dark.png b/src/assets/images/meshery-operator/meshery-operator-dark.png
deleted file mode 100644
index 6afcb1ffe888..000000000000
Binary files a/src/assets/images/meshery-operator/meshery-operator-dark.png and /dev/null differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-dark.webp b/src/assets/images/meshery-operator/meshery-operator-dark.webp
new file mode 100644
index 000000000000..0ffdc9105163
Binary files /dev/null and b/src/assets/images/meshery-operator/meshery-operator-dark.webp differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-light.png b/src/assets/images/meshery-operator/meshery-operator-light.png
deleted file mode 100644
index 63d565121916..000000000000
Binary files a/src/assets/images/meshery-operator/meshery-operator-light.png and /dev/null differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-light.webp b/src/assets/images/meshery-operator/meshery-operator-light.webp
new file mode 100644
index 000000000000..79164ae73345
Binary files /dev/null and b/src/assets/images/meshery-operator/meshery-operator-light.webp differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-white.png b/src/assets/images/meshery-operator/meshery-operator-white.png
deleted file mode 100644
index 90c4c0218b16..000000000000
Binary files a/src/assets/images/meshery-operator/meshery-operator-white.png and /dev/null differ
diff --git a/src/assets/images/meshery-operator/meshery-operator-white.webp b/src/assets/images/meshery-operator/meshery-operator-white.webp
new file mode 100644
index 000000000000..44648bca1b65
Binary files /dev/null and b/src/assets/images/meshery-operator/meshery-operator-white.webp differ
diff --git a/src/assets/images/meshery-operator/meshery-operator.png b/src/assets/images/meshery-operator/meshery-operator.png
deleted file mode 100644
index d9f0439ed206..000000000000
Binary files a/src/assets/images/meshery-operator/meshery-operator.png and /dev/null differ
diff --git a/src/assets/images/meshery-operator/meshery-operator.webp b/src/assets/images/meshery-operator/meshery-operator.webp
new file mode 100644
index 000000000000..7e888313f3e5
Binary files /dev/null and b/src/assets/images/meshery-operator/meshery-operator.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-light-white-text.png b/src/assets/images/meshery/full-logo/meshery-light-white-text.png
deleted file mode 100644
index 971b329735cb..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-light-white-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-light-white-text.webp b/src/assets/images/meshery/full-logo/meshery-light-white-text.webp
new file mode 100644
index 000000000000..6de38129b37f
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-light-white-text.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.png
deleted file mode 100644
index a40259cd8c4f..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.webp
new file mode 100644
index 000000000000..9e6ca70f1dda
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-dark-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-dark-text.png b/src/assets/images/meshery/full-logo/meshery-logo-dark-text.png
deleted file mode 100644
index aa0476bfd156..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-dark-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-dark-text.webp b/src/assets/images/meshery/full-logo/meshery-logo-dark-text.webp
new file mode 100644
index 000000000000..54a066310cb2
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-dark-text.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.png
deleted file mode 100644
index d5a0f12080bc..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.webp
new file mode 100644
index 000000000000..3b96ec5ac3f0
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-light-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.png b/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.png
deleted file mode 100644
index 640bdc251bb4..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.webp b/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.webp
new file mode 100644
index 000000000000..960176ce5344
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-light-text-sides.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text.png b/src/assets/images/meshery/full-logo/meshery-logo-light-text.png
deleted file mode 100644
index a5cc303adefb..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-light-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-text.webp b/src/assets/images/meshery/full-logo/meshery-logo-light-text.webp
new file mode 100644
index 000000000000..7365d872374c
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-light-text.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.png
deleted file mode 100644
index 46753ebb779f..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.webp
new file mode 100644
index 000000000000..b6b19649274b
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-light-white-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.png
deleted file mode 100644
index 0784709e0e6b..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.webp
new file mode 100644
index 000000000000..00fe734838f1
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-shadow-light-white-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.png
deleted file mode 100644
index 0186b751ec8c..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.webp
new file mode 100644
index 000000000000..c8dd5dad7a18
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-tag-dark-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.png
deleted file mode 100644
index 66947b4fd418..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.webp
new file mode 100644
index 000000000000..d8d91a4bc2c2
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.png b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.png
deleted file mode 100644
index b1f9efc144a7..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.webp b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.webp
new file mode 100644
index 000000000000..81d0064e44b5
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-tag-light-white-text-side.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-white-text.png b/src/assets/images/meshery/full-logo/meshery-logo-white-text.png
deleted file mode 100644
index 6b0dc78332e3..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-logo-white-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-logo-white-text.webp b/src/assets/images/meshery/full-logo/meshery-logo-white-text.webp
new file mode 100644
index 000000000000..55c0457b9ecf
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-logo-white-text.webp differ
diff --git a/src/assets/images/meshery/full-logo/meshery-white-text.png b/src/assets/images/meshery/full-logo/meshery-white-text.png
deleted file mode 100644
index 1196f41be82d..000000000000
Binary files a/src/assets/images/meshery/full-logo/meshery-white-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/full-logo/meshery-white-text.webp b/src/assets/images/meshery/full-logo/meshery-white-text.webp
new file mode 100644
index 000000000000..e76978c9b92a
Binary files /dev/null and b/src/assets/images/meshery/full-logo/meshery-white-text.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-dark.png b/src/assets/images/meshery/icon-only/meshery-logo-dark.png
deleted file mode 100644
index 5b7b1876b206..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-logo-dark.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-dark.webp b/src/assets/images/meshery/icon-only/meshery-logo-dark.webp
new file mode 100644
index 000000000000..c8c21cc2d450
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-logo-dark.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-light.png b/src/assets/images/meshery/icon-only/meshery-logo-light.png
deleted file mode 100644
index d4d7b5efcfca..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-logo-light.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-light.webp b/src/assets/images/meshery/icon-only/meshery-logo-light.webp
new file mode 100644
index 000000000000..a79c40e95276
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-logo-light.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-shadow.png b/src/assets/images/meshery/icon-only/meshery-logo-shadow.png
deleted file mode 100644
index 68fd88b26c11..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-logo-shadow.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-shadow.webp b/src/assets/images/meshery/icon-only/meshery-logo-shadow.webp
new file mode 100644
index 000000000000..ab2da14efb02
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-logo-shadow.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-white.png b/src/assets/images/meshery/icon-only/meshery-logo-white.png
deleted file mode 100644
index 54d9a9c87b93..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-logo-white.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo-white.webp b/src/assets/images/meshery/icon-only/meshery-logo-white.webp
new file mode 100644
index 000000000000..b308f9ac996d
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-logo-white.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo.png b/src/assets/images/meshery/icon-only/meshery-logo.png
deleted file mode 100644
index ccf1302a89af..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-logo.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-logo.webp b/src/assets/images/meshery/icon-only/meshery-logo.webp
new file mode 100644
index 000000000000..a79c40e95276
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-logo.webp differ
diff --git a/src/assets/images/meshery/icon-only/meshery-shadow.png b/src/assets/images/meshery/icon-only/meshery-shadow.png
deleted file mode 100644
index 9140d73d8cd5..000000000000
Binary files a/src/assets/images/meshery/icon-only/meshery-shadow.png and /dev/null differ
diff --git a/src/assets/images/meshery/icon-only/meshery-shadow.webp b/src/assets/images/meshery/icon-only/meshery-shadow.webp
new file mode 100644
index 000000000000..8f18787b3aec
Binary files /dev/null and b/src/assets/images/meshery/icon-only/meshery-shadow.webp differ
diff --git a/src/assets/images/meshery/meshery-dark-tag-text.png b/src/assets/images/meshery/meshery-dark-tag-text.png
deleted file mode 100644
index f24ac6d08f23..000000000000
Binary files a/src/assets/images/meshery/meshery-dark-tag-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/meshery-dark-tag-text.webp b/src/assets/images/meshery/meshery-dark-tag-text.webp
new file mode 100644
index 000000000000..a650c70eea11
Binary files /dev/null and b/src/assets/images/meshery/meshery-dark-tag-text.webp differ
diff --git a/src/assets/images/meshery/meshery-dark-text.png b/src/assets/images/meshery/meshery-dark-text.png
deleted file mode 100644
index 6dc407564c93..000000000000
Binary files a/src/assets/images/meshery/meshery-dark-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/meshery-dark-text.webp b/src/assets/images/meshery/meshery-dark-text.webp
new file mode 100644
index 000000000000..10728357fd4e
Binary files /dev/null and b/src/assets/images/meshery/meshery-dark-text.webp differ
diff --git a/src/assets/images/meshery/meshery-logo-light-text-side.png b/src/assets/images/meshery/meshery-logo-light-text-side.png
deleted file mode 100644
index 2c32e2d1e0cf..000000000000
Binary files a/src/assets/images/meshery/meshery-logo-light-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/meshery-logo-light-text-side.webp b/src/assets/images/meshery/meshery-logo-light-text-side.webp
new file mode 100644
index 000000000000..c483b7d398d0
Binary files /dev/null and b/src/assets/images/meshery/meshery-logo-light-text-side.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-dark-tag-text.png b/src/assets/images/meshery/text-only/meshery-dark-tag-text.png
deleted file mode 100644
index 4cb3765e0b13..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-dark-tag-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-dark-tag-text.webp b/src/assets/images/meshery/text-only/meshery-dark-tag-text.webp
new file mode 100644
index 000000000000..441526caa763
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-dark-tag-text.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-dark-text.png b/src/assets/images/meshery/text-only/meshery-dark-text.png
deleted file mode 100644
index d6f241d1ba88..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-dark-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-dark-text.webp b/src/assets/images/meshery/text-only/meshery-dark-text.webp
new file mode 100644
index 000000000000..5ddbd9d25d8b
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-dark-text.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.png b/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.png
deleted file mode 100644
index 924845d20ac8..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.webp b/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.webp
new file mode 100644
index 000000000000..c2f77ec4736f
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-logo-dark-text-side.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-dark-text.png b/src/assets/images/meshery/text-only/meshery-logo-dark-text.png
deleted file mode 100644
index 7b6a41826ca6..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-logo-dark-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-dark-text.webp b/src/assets/images/meshery/text-only/meshery-logo-dark-text.webp
new file mode 100644
index 000000000000..7ee1f1988284
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-logo-dark-text.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-light-text.png b/src/assets/images/meshery/text-only/meshery-logo-light-text.png
deleted file mode 100644
index 1ec42157a7b0..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-logo-light-text.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-logo-light-text.webp b/src/assets/images/meshery/text-only/meshery-logo-light-text.webp
new file mode 100644
index 000000000000..9795ae78871e
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-logo-light-text.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-dark.png b/src/assets/images/meshery/text-only/meshery-text-dark.png
deleted file mode 100644
index e1d33aa56338..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-text-dark.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-dark.webp b/src/assets/images/meshery/text-only/meshery-text-dark.webp
new file mode 100644
index 000000000000..6f7c1c24dd2e
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-text-dark.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-tag-dark.png b/src/assets/images/meshery/text-only/meshery-text-tag-dark.png
deleted file mode 100644
index 1cea4822f5d1..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-text-tag-dark.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-tag-dark.webp b/src/assets/images/meshery/text-only/meshery-text-tag-dark.webp
new file mode 100644
index 000000000000..3e878fe9809d
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-text-tag-dark.webp differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-white.png b/src/assets/images/meshery/text-only/meshery-text-white.png
deleted file mode 100644
index d5db3cb8f579..000000000000
Binary files a/src/assets/images/meshery/text-only/meshery-text-white.png and /dev/null differ
diff --git a/src/assets/images/meshery/text-only/meshery-text-white.webp b/src/assets/images/meshery/text-only/meshery-text-white.webp
new file mode 100644
index 000000000000..8e1aa93ca400
Binary files /dev/null and b/src/assets/images/meshery/text-only/meshery-text-white.webp differ
diff --git a/src/assets/images/mesheryctl.png b/src/assets/images/mesheryctl.png
deleted file mode 100644
index 98bf4d4883d1..000000000000
Binary files a/src/assets/images/mesheryctl.png and /dev/null differ
diff --git a/src/assets/images/mesheryctl.webp b/src/assets/images/mesheryctl.webp
new file mode 100644
index 000000000000..9f8f4c121184
Binary files /dev/null and b/src/assets/images/mesheryctl.webp differ
diff --git a/src/assets/images/meshmap/MesheryCloud.png b/src/assets/images/meshmap/MesheryCloud.png
deleted file mode 100644
index e41c8856c767..000000000000
Binary files a/src/assets/images/meshmap/MesheryCloud.png and /dev/null differ
diff --git a/src/assets/images/meshmap/MesheryCloud.webp b/src/assets/images/meshmap/MesheryCloud.webp
new file mode 100644
index 000000000000..7302a5d2e493
Binary files /dev/null and b/src/assets/images/meshmap/MesheryCloud.webp differ
diff --git a/src/assets/images/meshmap/MeshmapCatalog.png b/src/assets/images/meshmap/MeshmapCatalog.png
deleted file mode 100644
index a26e176e1e06..000000000000
Binary files a/src/assets/images/meshmap/MeshmapCatalog.png and /dev/null differ
diff --git a/src/assets/images/meshmap/MeshmapCatalog.webp b/src/assets/images/meshmap/MeshmapCatalog.webp
new file mode 100644
index 000000000000..3c4e0871c52c
Binary files /dev/null and b/src/assets/images/meshmap/MeshmapCatalog.webp differ
diff --git a/src/assets/images/meshmap/MeshmapDesigner.png b/src/assets/images/meshmap/MeshmapDesigner.png
deleted file mode 100644
index 82c2268621f8..000000000000
Binary files a/src/assets/images/meshmap/MeshmapDesigner.png and /dev/null differ
diff --git a/src/assets/images/meshmap/MeshmapDesigner.webp b/src/assets/images/meshmap/MeshmapDesigner.webp
new file mode 100644
index 000000000000..8b02ec96053a
Binary files /dev/null and b/src/assets/images/meshmap/MeshmapDesigner.webp differ
diff --git a/src/assets/images/meshmap/MeshmapVisualizer.png b/src/assets/images/meshmap/MeshmapVisualizer.png
deleted file mode 100644
index ffff0a6813a4..000000000000
Binary files a/src/assets/images/meshmap/MeshmapVisualizer.png and /dev/null differ
diff --git a/src/assets/images/meshmap/MeshmapVisualizer.webp b/src/assets/images/meshmap/MeshmapVisualizer.webp
new file mode 100644
index 000000000000..c2a5256eca19
Binary files /dev/null and b/src/assets/images/meshmap/MeshmapVisualizer.webp differ
diff --git a/src/assets/images/meshmap/icon-only/meshmap-icon-white.png b/src/assets/images/meshmap/icon-only/meshmap-icon-white.png
deleted file mode 100644
index 8dc886349520..000000000000
Binary files a/src/assets/images/meshmap/icon-only/meshmap-icon-white.png and /dev/null differ
diff --git a/src/assets/images/meshmap/icon-only/meshmap-icon-white.webp b/src/assets/images/meshmap/icon-only/meshmap-icon-white.webp
new file mode 100644
index 000000000000..0f20e9bd8ec1
Binary files /dev/null and b/src/assets/images/meshmap/icon-only/meshmap-icon-white.webp differ
diff --git a/src/assets/images/meshmap/icon-only/meshmap-icon.png b/src/assets/images/meshmap/icon-only/meshmap-icon.png
deleted file mode 100644
index ed304c5e303e..000000000000
Binary files a/src/assets/images/meshmap/icon-only/meshmap-icon.png and /dev/null differ
diff --git a/src/assets/images/meshmap/icon-only/meshmap-icon.webp b/src/assets/images/meshmap/icon-only/meshmap-icon.webp
new file mode 100644
index 000000000000..690578b0acf3
Binary files /dev/null and b/src/assets/images/meshmap/icon-only/meshmap-icon.webp differ
diff --git a/src/assets/images/meshmap/meshmap-color-icon.png b/src/assets/images/meshmap/meshmap-color-icon.png
deleted file mode 100644
index d3a7bb4301f0..000000000000
Binary files a/src/assets/images/meshmap/meshmap-color-icon.png and /dev/null differ
diff --git a/src/assets/images/meshmap/meshmap-color-icon.webp b/src/assets/images/meshmap/meshmap-color-icon.webp
new file mode 100644
index 000000000000..9183f41381f1
Binary files /dev/null and b/src/assets/images/meshmap/meshmap-color-icon.webp differ
diff --git a/src/assets/images/meshmap/meshmap-color-stacked.png b/src/assets/images/meshmap/meshmap-color-stacked.png
deleted file mode 100644
index 95265718b2ea..000000000000
Binary files a/src/assets/images/meshmap/meshmap-color-stacked.png and /dev/null differ
diff --git a/src/assets/images/meshmap/meshmap-color-stacked.webp b/src/assets/images/meshmap/meshmap-color-stacked.webp
new file mode 100644
index 000000000000..f8fd1f1045b7
Binary files /dev/null and b/src/assets/images/meshmap/meshmap-color-stacked.webp differ
diff --git a/src/assets/images/meshmap/meshmap-color-text.png b/src/assets/images/meshmap/meshmap-color-text.png
deleted file mode 100644
index 935e0587f40a..000000000000
Binary files a/src/assets/images/meshmap/meshmap-color-text.png and /dev/null differ
diff --git a/src/assets/images/meshmap/meshmap-color-text.webp b/src/assets/images/meshmap/meshmap-color-text.webp
new file mode 100644
index 000000000000..ef80abf1b62c
Binary files /dev/null and b/src/assets/images/meshmap/meshmap-color-text.webp differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.png b/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.png
deleted file mode 100755
index ad4e632ceec6..000000000000
Binary files a/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.webp b/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.webp
new file mode 100644
index 000000000000..f0cd08765363
Binary files /dev/null and b/src/assets/images/meshmark/horizontal/meshmark-dark-text-side.webp differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-light-text-side.png b/src/assets/images/meshmark/horizontal/meshmark-light-text-side.png
deleted file mode 100755
index fd75197b6a90..000000000000
Binary files a/src/assets/images/meshmark/horizontal/meshmark-light-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-light-text-side.webp b/src/assets/images/meshmark/horizontal/meshmark-light-text-side.webp
new file mode 100644
index 000000000000..cc3e2177b74b
Binary files /dev/null and b/src/assets/images/meshmark/horizontal/meshmark-light-text-side.webp differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-white-text-side.png b/src/assets/images/meshmark/horizontal/meshmark-white-text-side.png
deleted file mode 100755
index 9c4811bc68ea..000000000000
Binary files a/src/assets/images/meshmark/horizontal/meshmark-white-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshmark/horizontal/meshmark-white-text-side.webp b/src/assets/images/meshmark/horizontal/meshmark-white-text-side.webp
new file mode 100644
index 000000000000..b66b377ab4fd
Binary files /dev/null and b/src/assets/images/meshmark/horizontal/meshmark-white-text-side.webp differ
diff --git a/src/assets/images/meshmark/icon/meshmark-dark.png b/src/assets/images/meshmark/icon/meshmark-dark.png
deleted file mode 100755
index 7213e0071ce5..000000000000
Binary files a/src/assets/images/meshmark/icon/meshmark-dark.png and /dev/null differ
diff --git a/src/assets/images/meshmark/icon/meshmark-dark.webp b/src/assets/images/meshmark/icon/meshmark-dark.webp
new file mode 100644
index 000000000000..b0274a1dd4e9
Binary files /dev/null and b/src/assets/images/meshmark/icon/meshmark-dark.webp differ
diff --git a/src/assets/images/meshmark/icon/meshmark-light.png b/src/assets/images/meshmark/icon/meshmark-light.png
deleted file mode 100755
index a1b68506a45e..000000000000
Binary files a/src/assets/images/meshmark/icon/meshmark-light.png and /dev/null differ
diff --git a/src/assets/images/meshmark/icon/meshmark-light.webp b/src/assets/images/meshmark/icon/meshmark-light.webp
new file mode 100644
index 000000000000..a00dec319487
Binary files /dev/null and b/src/assets/images/meshmark/icon/meshmark-light.webp differ
diff --git a/src/assets/images/meshmark/icon/meshmark-white.png b/src/assets/images/meshmark/icon/meshmark-white.png
deleted file mode 100755
index 35d6aaed3eb0..000000000000
Binary files a/src/assets/images/meshmark/icon/meshmark-white.png and /dev/null differ
diff --git a/src/assets/images/meshmark/icon/meshmark-white.webp b/src/assets/images/meshmark/icon/meshmark-white.webp
new file mode 100644
index 000000000000..b5475cd6cddd
Binary files /dev/null and b/src/assets/images/meshmark/icon/meshmark-white.webp differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-dark-full.png b/src/assets/images/meshmark/stacked/meshmark-dark-full.png
deleted file mode 100755
index 471d8adcfd7f..000000000000
Binary files a/src/assets/images/meshmark/stacked/meshmark-dark-full.png and /dev/null differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-dark-full.webp b/src/assets/images/meshmark/stacked/meshmark-dark-full.webp
new file mode 100644
index 000000000000..9c0e12d00360
Binary files /dev/null and b/src/assets/images/meshmark/stacked/meshmark-dark-full.webp differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-light-full.png b/src/assets/images/meshmark/stacked/meshmark-light-full.png
deleted file mode 100755
index bbe0457ce227..000000000000
Binary files a/src/assets/images/meshmark/stacked/meshmark-light-full.png and /dev/null differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-light-full.webp b/src/assets/images/meshmark/stacked/meshmark-light-full.webp
new file mode 100644
index 000000000000..e1f8e42d70bd
Binary files /dev/null and b/src/assets/images/meshmark/stacked/meshmark-light-full.webp differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-white-full.png b/src/assets/images/meshmark/stacked/meshmark-white-full.png
deleted file mode 100755
index 70aef79aa65a..000000000000
Binary files a/src/assets/images/meshmark/stacked/meshmark-white-full.png and /dev/null differ
diff --git a/src/assets/images/meshmark/stacked/meshmark-white-full.webp b/src/assets/images/meshmark/stacked/meshmark-white-full.webp
new file mode 100644
index 000000000000..d4749255a08b
Binary files /dev/null and b/src/assets/images/meshmark/stacked/meshmark-white-full.webp differ
diff --git a/src/assets/images/meshmark/text/meshmark-dark-text.png b/src/assets/images/meshmark/text/meshmark-dark-text.png
deleted file mode 100755
index 8156cc4c6342..000000000000
Binary files a/src/assets/images/meshmark/text/meshmark-dark-text.png and /dev/null differ
diff --git a/src/assets/images/meshmark/text/meshmark-dark-text.webp b/src/assets/images/meshmark/text/meshmark-dark-text.webp
new file mode 100644
index 000000000000..2ddeb2092431
Binary files /dev/null and b/src/assets/images/meshmark/text/meshmark-dark-text.webp differ
diff --git a/src/assets/images/meshmark/text/meshmark-light-text-blue.png b/src/assets/images/meshmark/text/meshmark-light-text-blue.png
deleted file mode 100755
index 6f4dcbca3bfb..000000000000
Binary files a/src/assets/images/meshmark/text/meshmark-light-text-blue.png and /dev/null differ
diff --git a/src/assets/images/meshmark/text/meshmark-light-text-blue.webp b/src/assets/images/meshmark/text/meshmark-light-text-blue.webp
new file mode 100644
index 000000000000..d4ebaa9e38dd
Binary files /dev/null and b/src/assets/images/meshmark/text/meshmark-light-text-blue.webp differ
diff --git a/src/assets/images/meshmark/text/meshmark-light-text-charcoal.png b/src/assets/images/meshmark/text/meshmark-light-text-charcoal.png
deleted file mode 100755
index f471d2d0986c..000000000000
Binary files a/src/assets/images/meshmark/text/meshmark-light-text-charcoal.png and /dev/null differ
diff --git a/src/assets/images/meshmark/text/meshmark-light-text-charcoal.webp b/src/assets/images/meshmark/text/meshmark-light-text-charcoal.webp
new file mode 100644
index 000000000000..f84aafaa718b
Binary files /dev/null and b/src/assets/images/meshmark/text/meshmark-light-text-charcoal.webp differ
diff --git a/src/assets/images/meshmark/text/meshmark-white-text.png b/src/assets/images/meshmark/text/meshmark-white-text.png
deleted file mode 100755
index 44bfc70867f2..000000000000
Binary files a/src/assets/images/meshmark/text/meshmark-white-text.png and /dev/null differ
diff --git a/src/assets/images/meshmark/text/meshmark-white-text.webp b/src/assets/images/meshmark/text/meshmark-white-text.webp
new file mode 100644
index 000000000000..2d77c739d6eb
Binary files /dev/null and b/src/assets/images/meshmark/text/meshmark-white-text.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-full-light.png b/src/assets/images/meshmaster/meshmaster-full-light.png
deleted file mode 100644
index 76836ac57a17..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-full-light.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-full-light.webp b/src/assets/images/meshmaster/meshmaster-full-light.webp
new file mode 100644
index 000000000000..58f5f20bc426
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-full-light.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-full-white.png b/src/assets/images/meshmaster/meshmaster-full-white.png
deleted file mode 100644
index 655e953fe7c2..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-full-white.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-full-white.webp b/src/assets/images/meshmaster/meshmaster-full-white.webp
new file mode 100644
index 000000000000..67ef232eeadd
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-full-white.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-full.png b/src/assets/images/meshmaster/meshmaster-full.png
deleted file mode 100644
index a516cd6e54cc..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-full.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-full.webp b/src/assets/images/meshmaster/meshmaster-full.webp
new file mode 100644
index 000000000000..7c46ca21f7f6
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-full.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-no-trim.png b/src/assets/images/meshmaster/meshmaster-icon-no-trim.png
deleted file mode 100644
index beeffe5a0f2e..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-icon-no-trim.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-no-trim.webp b/src/assets/images/meshmaster/meshmaster-icon-no-trim.webp
new file mode 100644
index 000000000000..2e2ea47af905
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-icon-no-trim.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.png b/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.png
deleted file mode 100644
index 16eb0d10b610..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.webp b/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.webp
new file mode 100644
index 000000000000..02d64496b53f
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-icon-white-no-trim.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-white.png b/src/assets/images/meshmaster/meshmaster-icon-white.png
deleted file mode 100644
index 6c74a90f2cb5..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-icon-white.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon-white.webp b/src/assets/images/meshmaster/meshmaster-icon-white.webp
new file mode 100644
index 000000000000..0e2b791e8d5f
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-icon-white.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon.png b/src/assets/images/meshmaster/meshmaster-icon.png
deleted file mode 100644
index d3d3a8a86971..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-icon.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-icon.webp b/src/assets/images/meshmaster/meshmaster-icon.webp
new file mode 100644
index 000000000000..f0c607d74009
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-icon.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-no-trim.png b/src/assets/images/meshmaster/meshmaster-text-no-trim.png
deleted file mode 100644
index d9c6de74a439..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-no-trim.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-no-trim.webp b/src/assets/images/meshmaster/meshmaster-text-no-trim.webp
new file mode 100644
index 000000000000..b4b28f42e42e
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-no-trim.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side-color.png b/src/assets/images/meshmaster/meshmaster-text-side-color.png
deleted file mode 100644
index df388a602004..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-side-color.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side-color.webp b/src/assets/images/meshmaster/meshmaster-text-side-color.webp
new file mode 100644
index 000000000000..f56833f48305
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-side-color.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side-white.png b/src/assets/images/meshmaster/meshmaster-text-side-white.png
deleted file mode 100644
index ab8acefa9dd9..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-side-white.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side-white.webp b/src/assets/images/meshmaster/meshmaster-text-side-white.webp
new file mode 100644
index 000000000000..f100351543fb
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-side-white.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side.png b/src/assets/images/meshmaster/meshmaster-text-side.png
deleted file mode 100644
index 2131c78c156f..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-side.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-side.webp b/src/assets/images/meshmaster/meshmaster-text-side.webp
new file mode 100644
index 000000000000..c9476c8805f0
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-side.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-white-no-trim.png b/src/assets/images/meshmaster/meshmaster-text-white-no-trim.png
deleted file mode 100644
index 274dbe6c28f4..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-white-no-trim.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-white-no-trim.webp b/src/assets/images/meshmaster/meshmaster-text-white-no-trim.webp
new file mode 100644
index 000000000000..c78468b59ad8
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-white-no-trim.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-white.png b/src/assets/images/meshmaster/meshmaster-text-white.png
deleted file mode 100644
index e0621afdb662..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text-white.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text-white.webp b/src/assets/images/meshmaster/meshmaster-text-white.webp
new file mode 100644
index 000000000000..3c0f21c13997
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text-white.webp differ
diff --git a/src/assets/images/meshmaster/meshmaster-text.png b/src/assets/images/meshmaster/meshmaster-text.png
deleted file mode 100644
index 559aeec687e2..000000000000
Binary files a/src/assets/images/meshmaster/meshmaster-text.png and /dev/null differ
diff --git a/src/assets/images/meshmaster/meshmaster-text.webp b/src/assets/images/meshmaster/meshmaster-text.webp
new file mode 100644
index 000000000000..d4ac027fd358
Binary files /dev/null and b/src/assets/images/meshmaster/meshmaster-text.webp differ
diff --git a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.png b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.png
deleted file mode 100644
index 68fcc2eea4ca..000000000000
Binary files a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.png and /dev/null differ
diff --git a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.webp b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.webp
new file mode 100644
index 000000000000..6a083cf4d4cf
Binary files /dev/null and b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2020.webp differ
diff --git a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.png b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.png
deleted file mode 100755
index 300a31ce9f5a..000000000000
Binary files a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.png and /dev/null differ
diff --git a/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.webp b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.webp
new file mode 100644
index 000000000000..6fba52080e15
Binary files /dev/null and b/src/assets/images/meshmate-of-the-year/meshmate-of-the-year-2021.webp differ
diff --git a/src/assets/images/meshmate/meshmate-icon-white.png b/src/assets/images/meshmate/meshmate-icon-white.png
deleted file mode 100644
index 57df5710e18e..000000000000
Binary files a/src/assets/images/meshmate/meshmate-icon-white.png and /dev/null differ
diff --git a/src/assets/images/meshmate/meshmate-icon-white.webp b/src/assets/images/meshmate/meshmate-icon-white.webp
new file mode 100644
index 000000000000..cb1349bf00d1
Binary files /dev/null and b/src/assets/images/meshmate/meshmate-icon-white.webp differ
diff --git a/src/assets/images/meshmate/meshmate-icon.png b/src/assets/images/meshmate/meshmate-icon.png
deleted file mode 100644
index 9403a624da65..000000000000
Binary files a/src/assets/images/meshmate/meshmate-icon.png and /dev/null differ
diff --git a/src/assets/images/meshmate/meshmate-icon.webp b/src/assets/images/meshmate/meshmate-icon.webp
new file mode 100644
index 000000000000..bb29b6ff6b79
Binary files /dev/null and b/src/assets/images/meshmate/meshmate-icon.webp differ
diff --git a/src/assets/images/meshsync/meshsync-light.png b/src/assets/images/meshsync/meshsync-light.png
deleted file mode 100644
index 49515b17dad4..000000000000
Binary files a/src/assets/images/meshsync/meshsync-light.png and /dev/null differ
diff --git a/src/assets/images/meshsync/meshsync-light.webp b/src/assets/images/meshsync/meshsync-light.webp
new file mode 100644
index 000000000000..53edb355307f
Binary files /dev/null and b/src/assets/images/meshsync/meshsync-light.webp differ
diff --git a/src/assets/images/meshsync/meshsync.png b/src/assets/images/meshsync/meshsync.png
deleted file mode 100644
index 4eaf650046e0..000000000000
Binary files a/src/assets/images/meshsync/meshsync.png and /dev/null differ
diff --git a/src/assets/images/meshsync/meshsync.webp b/src/assets/images/meshsync/meshsync.webp
new file mode 100644
index 000000000000..ef844fb85fa5
Binary files /dev/null and b/src/assets/images/meshsync/meshsync.webp differ
diff --git a/src/assets/images/newcomers-page-images/community-collage.png b/src/assets/images/newcomers-page-images/community-collage.png
deleted file mode 100644
index 610dcc93832b..000000000000
Binary files a/src/assets/images/newcomers-page-images/community-collage.png and /dev/null differ
diff --git a/src/assets/images/newcomers-page-images/community-collage.webp b/src/assets/images/newcomers-page-images/community-collage.webp
new file mode 100644
index 000000000000..d3058c7565da
Binary files /dev/null and b/src/assets/images/newcomers-page-images/community-collage.webp differ
diff --git a/src/assets/images/newcomers-page-images/community-image3.png b/src/assets/images/newcomers-page-images/community-image3.png
deleted file mode 100644
index 780fe3bf91a2..000000000000
Binary files a/src/assets/images/newcomers-page-images/community-image3.png and /dev/null differ
diff --git a/src/assets/images/newcomers-page-images/community-image3.webp b/src/assets/images/newcomers-page-images/community-image3.webp
new file mode 100644
index 000000000000..d30247da3d3d
Binary files /dev/null and b/src/assets/images/newcomers-page-images/community-image3.webp differ
diff --git a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.png b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.png
deleted file mode 100755
index 80a67c989026..000000000000
Binary files a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.webp b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.webp
new file mode 100644
index 000000000000..e7c879c2e705
Binary files /dev/null and b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-icon_white.webp differ
diff --git a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.png b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.png
deleted file mode 100755
index 98fceec1b9a0..000000000000
Binary files a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.webp b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.webp
new file mode 100644
index 000000000000..7cf6275ab142
Binary files /dev/null and b/src/assets/images/nighthawk/icon-only/PNG/nighthawk-logo.webp differ
diff --git a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.png b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.png
deleted file mode 100755
index 37b89652d820..000000000000
Binary files a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.webp b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.webp
new file mode 100644
index 000000000000..36c92986933b
Binary files /dev/null and b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text.webp differ
diff --git a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.png b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.png
deleted file mode 100755
index b876288e5359..000000000000
Binary files a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.webp b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.webp
new file mode 100644
index 000000000000..76dd38dfd285
Binary files /dev/null and b/src/assets/images/nighthawk/name-only/PNG/nighthawk-text_white.webp differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.png b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.png
deleted file mode 100755
index d6e48a4c97ad..000000000000
Binary files a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.webp b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.webp
new file mode 100644
index 000000000000..70a57b9f82fc
Binary files /dev/null and b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full.webp differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.png b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.png
deleted file mode 100755
index 021f85f92023..000000000000
Binary files a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.webp b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.webp
new file mode 100644
index 000000000000..5d47f2ba5b3b
Binary files /dev/null and b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_light.webp differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.png b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.png
deleted file mode 100755
index 1d7f4fbbe2b2..000000000000
Binary files a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.png and /dev/null differ
diff --git a/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.webp b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.webp
new file mode 100644
index 000000000000..054199a89dbb
Binary files /dev/null and b/src/assets/images/nighthawk/with-name/PNG/nighthawk-full_white.webp differ
diff --git a/src/assets/images/partners/UEM_Logo.jpg b/src/assets/images/partners/UEM_Logo.jpg
deleted file mode 100644
index aef60f443c50..000000000000
Binary files a/src/assets/images/partners/UEM_Logo.jpg and /dev/null differ
diff --git a/src/assets/images/partners/UEM_Logo.webp b/src/assets/images/partners/UEM_Logo.webp
new file mode 100644
index 000000000000..cf3af019354d
Binary files /dev/null and b/src/assets/images/partners/UEM_Logo.webp differ
diff --git a/src/assets/images/partners/University_of_Texas_at_Austin_seal.png b/src/assets/images/partners/University_of_Texas_at_Austin_seal.png
deleted file mode 100644
index a62b4eca52fb..000000000000
Binary files a/src/assets/images/partners/University_of_Texas_at_Austin_seal.png and /dev/null differ
diff --git a/src/assets/images/partners/University_of_Texas_at_Austin_seal.webp b/src/assets/images/partners/University_of_Texas_at_Austin_seal.webp
new file mode 100644
index 000000000000..ba92e4b1b4ca
Binary files /dev/null and b/src/assets/images/partners/University_of_Texas_at_Austin_seal.webp differ
diff --git a/src/assets/images/partners/cncf/horizontal/black/cncf-black.png b/src/assets/images/partners/cncf/horizontal/black/cncf-black.png
deleted file mode 100644
index b5fad60717c2..000000000000
Binary files a/src/assets/images/partners/cncf/horizontal/black/cncf-black.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/horizontal/black/cncf-black.webp b/src/assets/images/partners/cncf/horizontal/black/cncf-black.webp
new file mode 100644
index 000000000000..e1ecb28cff18
Binary files /dev/null and b/src/assets/images/partners/cncf/horizontal/black/cncf-black.webp differ
diff --git a/src/assets/images/partners/cncf/horizontal/color/cncf-color.png b/src/assets/images/partners/cncf/horizontal/color/cncf-color.png
deleted file mode 100644
index 4a87c19637b6..000000000000
Binary files a/src/assets/images/partners/cncf/horizontal/color/cncf-color.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/horizontal/color/cncf-color.webp b/src/assets/images/partners/cncf/horizontal/color/cncf-color.webp
new file mode 100644
index 000000000000..f602c84303d5
Binary files /dev/null and b/src/assets/images/partners/cncf/horizontal/color/cncf-color.webp differ
diff --git a/src/assets/images/partners/cncf/horizontal/white/cncf-white.png b/src/assets/images/partners/cncf/horizontal/white/cncf-white.png
deleted file mode 100644
index 4c8f96e3242d..000000000000
Binary files a/src/assets/images/partners/cncf/horizontal/white/cncf-white.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/horizontal/white/cncf-white.webp b/src/assets/images/partners/cncf/horizontal/white/cncf-white.webp
new file mode 100644
index 000000000000..4f928f8087f5
Binary files /dev/null and b/src/assets/images/partners/cncf/horizontal/white/cncf-white.webp differ
diff --git a/src/assets/images/partners/cncf/icon/black/cncf-icon-black.png b/src/assets/images/partners/cncf/icon/black/cncf-icon-black.png
deleted file mode 100644
index 5893978eecff..000000000000
Binary files a/src/assets/images/partners/cncf/icon/black/cncf-icon-black.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/icon/black/cncf-icon-black.webp b/src/assets/images/partners/cncf/icon/black/cncf-icon-black.webp
new file mode 100644
index 000000000000..63cb6d76f4fe
Binary files /dev/null and b/src/assets/images/partners/cncf/icon/black/cncf-icon-black.webp differ
diff --git a/src/assets/images/partners/cncf/icon/color/cncf-icon-color.png b/src/assets/images/partners/cncf/icon/color/cncf-icon-color.png
deleted file mode 100644
index a2b15cf607d9..000000000000
Binary files a/src/assets/images/partners/cncf/icon/color/cncf-icon-color.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/icon/color/cncf-icon-color.webp b/src/assets/images/partners/cncf/icon/color/cncf-icon-color.webp
new file mode 100644
index 000000000000..412d52b74316
Binary files /dev/null and b/src/assets/images/partners/cncf/icon/color/cncf-icon-color.webp differ
diff --git a/src/assets/images/partners/cncf/icon/white/cncf-icon-white.png b/src/assets/images/partners/cncf/icon/white/cncf-icon-white.png
deleted file mode 100644
index 22b64d74874c..000000000000
Binary files a/src/assets/images/partners/cncf/icon/white/cncf-icon-white.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/icon/white/cncf-icon-white.webp b/src/assets/images/partners/cncf/icon/white/cncf-icon-white.webp
new file mode 100644
index 000000000000..1d41741c6ec3
Binary files /dev/null and b/src/assets/images/partners/cncf/icon/white/cncf-icon-white.webp differ
diff --git a/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.png b/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.png
deleted file mode 100644
index 276de6815933..000000000000
Binary files a/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.webp b/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.webp
new file mode 100644
index 000000000000..275bbb1d2a77
Binary files /dev/null and b/src/assets/images/partners/cncf/stacked/black/cncf-stacked-black.webp differ
diff --git a/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.png b/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.png
deleted file mode 100644
index f3be8fb127bd..000000000000
Binary files a/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.webp b/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.webp
new file mode 100644
index 000000000000..4c97ef9f2b92
Binary files /dev/null and b/src/assets/images/partners/cncf/stacked/color/cncf-stacked-color.webp differ
diff --git a/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.png b/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.png
deleted file mode 100644
index 319af4f0f673..000000000000
Binary files a/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.webp b/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.webp
new file mode 100644
index 000000000000..73dfa7797a43
Binary files /dev/null and b/src/assets/images/partners/cncf/stacked/white/cncf-stacked-white.webp differ
diff --git a/src/assets/images/partners/smi1.png b/src/assets/images/partners/smi1.png
deleted file mode 100644
index fc63cba26fd4..000000000000
Binary files a/src/assets/images/partners/smi1.png and /dev/null differ
diff --git a/src/assets/images/partners/smi1.webp b/src/assets/images/partners/smi1.webp
new file mode 100644
index 000000000000..b94135f554fc
Binary files /dev/null and b/src/assets/images/partners/smi1.webp differ
diff --git a/src/assets/images/partners/texas_partner.png b/src/assets/images/partners/texas_partner.png
deleted file mode 100644
index 895270d71ac4..000000000000
Binary files a/src/assets/images/partners/texas_partner.png and /dev/null differ
diff --git a/src/assets/images/partners/texas_partner.webp b/src/assets/images/partners/texas_partner.webp
new file mode 100644
index 000000000000..18b422c01870
Binary files /dev/null and b/src/assets/images/partners/texas_partner.webp differ
diff --git a/src/assets/images/partners/uem_partner.png b/src/assets/images/partners/uem_partner.png
deleted file mode 100644
index 239b3aa9b35f..000000000000
Binary files a/src/assets/images/partners/uem_partner.png and /dev/null differ
diff --git a/src/assets/images/partners/uem_partner.webp b/src/assets/images/partners/uem_partner.webp
new file mode 100644
index 000000000000..c5238c11cb12
Binary files /dev/null and b/src/assets/images/partners/uem_partner.webp differ
diff --git a/src/assets/images/playground/gitops-explore-design.png b/src/assets/images/playground/gitops-explore-design.png
deleted file mode 100644
index cd86dc2803e7..000000000000
Binary files a/src/assets/images/playground/gitops-explore-design.png and /dev/null differ
diff --git a/src/assets/images/playground/gitops-explore-design.webp b/src/assets/images/playground/gitops-explore-design.webp
new file mode 100644
index 000000000000..5461c5d09fa7
Binary files /dev/null and b/src/assets/images/playground/gitops-explore-design.webp differ
diff --git a/src/assets/images/poster.png b/src/assets/images/poster.png
deleted file mode 100644
index da47b038a3d7..000000000000
Binary files a/src/assets/images/poster.png and /dev/null differ
diff --git a/src/assets/images/poster.webp b/src/assets/images/poster.webp
new file mode 100644
index 000000000000..19999c8eb95c
Binary files /dev/null and b/src/assets/images/poster.webp differ
diff --git a/src/assets/images/programs/Layer5-mentor-program.png b/src/assets/images/programs/Layer5-mentor-program.png
deleted file mode 100644
index 1b31213233f6..000000000000
Binary files a/src/assets/images/programs/Layer5-mentor-program.png and /dev/null differ
diff --git a/src/assets/images/programs/Layer5-mentor-program.webp b/src/assets/images/programs/Layer5-mentor-program.webp
new file mode 100644
index 000000000000..dd3aa31b667b
Binary files /dev/null and b/src/assets/images/programs/Layer5-mentor-program.webp differ
diff --git a/src/assets/images/programs/hacktoberfest.png b/src/assets/images/programs/hacktoberfest.png
deleted file mode 100644
index caf85916f0eb..000000000000
Binary files a/src/assets/images/programs/hacktoberfest.png and /dev/null differ
diff --git a/src/assets/images/programs/hacktoberfest.webp b/src/assets/images/programs/hacktoberfest.webp
new file mode 100644
index 000000000000..371abfbbba3f
Binary files /dev/null and b/src/assets/images/programs/hacktoberfest.webp differ
diff --git a/src/assets/images/service-mesh-icons/aks.png b/src/assets/images/service-mesh-icons/aks.png
deleted file mode 100755
index c4afb86098b1..000000000000
Binary files a/src/assets/images/service-mesh-icons/aks.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/aks.webp b/src/assets/images/service-mesh-icons/aks.webp
new file mode 100644
index 000000000000..1fd1802ce9b7
Binary files /dev/null and b/src/assets/images/service-mesh-icons/aks.webp differ
diff --git a/src/assets/images/service-mesh-icons/alibaba-cloud-asm.png b/src/assets/images/service-mesh-icons/alibaba-cloud-asm.png
deleted file mode 100644
index 995d28e17532..000000000000
Binary files a/src/assets/images/service-mesh-icons/alibaba-cloud-asm.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/alibaba-cloud-asm.webp b/src/assets/images/service-mesh-icons/alibaba-cloud-asm.webp
new file mode 100644
index 000000000000..61bf0ffbe3ae
Binary files /dev/null and b/src/assets/images/service-mesh-icons/alibaba-cloud-asm.webp differ
diff --git a/src/assets/images/service-mesh-icons/amazon_app_mesh.png b/src/assets/images/service-mesh-icons/amazon_app_mesh.png
deleted file mode 100644
index 421b98de07b0..000000000000
Binary files a/src/assets/images/service-mesh-icons/amazon_app_mesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/amazon_app_mesh.webp b/src/assets/images/service-mesh-icons/amazon_app_mesh.webp
new file mode 100644
index 000000000000..5d2962afd49d
Binary files /dev/null and b/src/assets/images/service-mesh-icons/amazon_app_mesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/aspenmesh.png b/src/assets/images/service-mesh-icons/aspenmesh.png
deleted file mode 100644
index cabb720f261f..000000000000
Binary files a/src/assets/images/service-mesh-icons/aspenmesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/aspenmesh.webp b/src/assets/images/service-mesh-icons/aspenmesh.webp
new file mode 100644
index 000000000000..822163fa5374
Binary files /dev/null and b/src/assets/images/service-mesh-icons/aspenmesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/aws-app-mesh.png b/src/assets/images/service-mesh-icons/aws-app-mesh.png
deleted file mode 100644
index 4f8c214752a7..000000000000
Binary files a/src/assets/images/service-mesh-icons/aws-app-mesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/aws-app-mesh.webp b/src/assets/images/service-mesh-icons/aws-app-mesh.webp
new file mode 100644
index 000000000000..f2ad8abdbfe6
Binary files /dev/null and b/src/assets/images/service-mesh-icons/aws-app-mesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/cilium.png b/src/assets/images/service-mesh-icons/cilium.png
deleted file mode 100644
index f3c8a14d3933..000000000000
Binary files a/src/assets/images/service-mesh-icons/cilium.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/cilium.webp b/src/assets/images/service-mesh-icons/cilium.webp
new file mode 100644
index 000000000000..89da4d90b2b5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/cilium.webp differ
diff --git a/src/assets/images/service-mesh-icons/conduit.png b/src/assets/images/service-mesh-icons/conduit.png
deleted file mode 100644
index bba69e34c813..000000000000
Binary files a/src/assets/images/service-mesh-icons/conduit.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/conduit.webp b/src/assets/images/service-mesh-icons/conduit.webp
new file mode 100644
index 000000000000..c2ac223eb54e
Binary files /dev/null and b/src/assets/images/service-mesh-icons/conduit.webp differ
diff --git a/src/assets/images/service-mesh-icons/consul.png b/src/assets/images/service-mesh-icons/consul.png
deleted file mode 100644
index 6a3f644f6aa4..000000000000
Binary files a/src/assets/images/service-mesh-icons/consul.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/consul.webp b/src/assets/images/service-mesh-icons/consul.webp
new file mode 100644
index 000000000000..b4c0c4b35ff5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/consul.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.png b/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.png
deleted file mode 100644
index 49c78973da4d..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.webp b/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.webp
new file mode 100644
index 000000000000..ea6493b9973e
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/horizontal/black/envoy-horizontal-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.png b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.png
deleted file mode 100644
index 7c2af7c86c94..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.webp b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.webp
new file mode 100644
index 000000000000..5b66118f4f2c
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.png b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.png
deleted file mode 100644
index 09a6f4907947..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.webp b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.webp
new file mode 100644
index 000000000000..fe79ea16ba2c
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/horizontal/color/envoy-horizontal-white-text.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.png b/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.png
deleted file mode 100644
index 45ffc42f7232..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.webp b/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.webp
new file mode 100644
index 000000000000..7d24f231b918
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/horizontal/white/envoy-horizontal-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.png b/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.png
deleted file mode 100644
index 3b6b62941482..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.webp b/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.webp
new file mode 100644
index 000000000000..f205e6ddb4c1
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/icon/black/envoy-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.png b/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.png
deleted file mode 100644
index 802d9db99b38..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.webp b/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.webp
new file mode 100644
index 000000000000..d3bfacfd9e69
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/icon/color/envoy-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.png b/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.png
deleted file mode 100644
index 63f7390c4b85..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.webp b/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.webp
new file mode 100644
index 000000000000..ebdab9a599ea
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/icon/white/envoy-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.png b/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.png
deleted file mode 100644
index 96efb30f5ef0..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.webp b/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.webp
new file mode 100644
index 000000000000..aeac5b5b0cc4
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/stacked/black/envoy-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.png b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.png
deleted file mode 100644
index eb4fdcffcb96..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.webp b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.webp
new file mode 100644
index 000000000000..ab7ca93a7aac
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.png b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.png
deleted file mode 100644
index f6bf6a04c154..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.webp b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.webp
new file mode 100644
index 000000000000..8767b09364d9
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/stacked/color/envoy-stacked-white-text.webp differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.png b/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.png
deleted file mode 100644
index fbe3d21c72bf..000000000000
Binary files a/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.webp b/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.webp
new file mode 100644
index 000000000000..c1912b26f1b8
Binary files /dev/null and b/src/assets/images/service-mesh-icons/envoy/stacked/white/envoy-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/gke.png b/src/assets/images/service-mesh-icons/gke.png
deleted file mode 100755
index 46ef63378a14..000000000000
Binary files a/src/assets/images/service-mesh-icons/gke.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/gke.webp b/src/assets/images/service-mesh-icons/gke.webp
new file mode 100644
index 000000000000..b1f95bfb69b1
Binary files /dev/null and b/src/assets/images/service-mesh-icons/gke.webp differ
diff --git a/src/assets/images/service-mesh-icons/homebrew.png b/src/assets/images/service-mesh-icons/homebrew.png
deleted file mode 100755
index f8be0ae01ab6..000000000000
Binary files a/src/assets/images/service-mesh-icons/homebrew.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/homebrew.webp b/src/assets/images/service-mesh-icons/homebrew.webp
new file mode 100644
index 000000000000..d6097a902ef5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/homebrew.webp differ
diff --git a/src/assets/images/service-mesh-icons/kinD.png b/src/assets/images/service-mesh-icons/kinD.png
deleted file mode 100755
index 1579677d2d97..000000000000
Binary files a/src/assets/images/service-mesh-icons/kinD.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kinD.webp b/src/assets/images/service-mesh-icons/kinD.webp
new file mode 100644
index 000000000000..9a199614b7f2
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kinD.webp differ
diff --git a/src/assets/images/service-mesh-icons/kubesphere.png b/src/assets/images/service-mesh-icons/kubesphere.png
deleted file mode 100755
index 513e84f8b233..000000000000
Binary files a/src/assets/images/service-mesh-icons/kubesphere.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kubesphere.webp b/src/assets/images/service-mesh-icons/kubesphere.webp
new file mode 100644
index 000000000000..140ddd5cb0f8
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kubesphere.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.png b/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.png
deleted file mode 100644
index e0406c1dad62..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.webp b/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.webp
new file mode 100644
index 000000000000..ca82261ae8a5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/horizontal/black/kuma-horizontal-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.png b/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.png
deleted file mode 100644
index 8a94cb23de61..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.webp b/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.webp
new file mode 100644
index 000000000000..7155ec91c16f
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/horizontal/color/kuma-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.png b/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.png
deleted file mode 100644
index c731eb1466e5..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.webp b/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.webp
new file mode 100644
index 000000000000..344e2470274f
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/horizontal/white/kuma-horizontal-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.png b/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.png
deleted file mode 100644
index e3d7fc092f75..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.webp b/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.webp
new file mode 100644
index 000000000000..6b37024b3008
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/icon/black/kuma-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.png b/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.png
deleted file mode 100644
index 5f1c7fbf73f7..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.webp b/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.webp
new file mode 100644
index 000000000000..20decd68893c
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/icon/color/kuma-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.png b/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.png
deleted file mode 100644
index f7eb7756b47d..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.webp b/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.webp
new file mode 100644
index 000000000000..45caa5e3deae
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/icon/white/kuma-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.png b/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.png
deleted file mode 100644
index fcc7049549c4..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.webp b/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.webp
new file mode 100644
index 000000000000..527292d95bf2
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/stacked/black/kuma-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.png b/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.png
deleted file mode 100644
index 5d6e5cad886e..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.webp b/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.webp
new file mode 100644
index 000000000000..9f12cb235477
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/stacked/color/kuma-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.png b/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.png
deleted file mode 100644
index bffaf4b19486..000000000000
Binary files a/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.webp b/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.webp
new file mode 100644
index 000000000000..f90f2bfd59d7
Binary files /dev/null and b/src/assets/images/service-mesh-icons/kuma/stacked/white/kuma-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd.png b/src/assets/images/service-mesh-icons/linkerd.png
deleted file mode 100644
index b5aa7d4ab0a1..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd.webp b/src/assets/images/service-mesh-icons/linkerd.webp
new file mode 100644
index 000000000000..343092c2f463
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.png b/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.png
deleted file mode 100644
index 105811352e5b..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.webp b/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.webp
new file mode 100644
index 000000000000..b8443d90363b
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/horizontal/black/linkerd-horizontal-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.png b/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.png
deleted file mode 100644
index daf1b4a0e2ed..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.webp b/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.webp
new file mode 100644
index 000000000000..1cf76e845337
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/horizontal/color/linkerd-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.png b/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.png
deleted file mode 100644
index ea7423d90ae6..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.webp b/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.webp
new file mode 100644
index 000000000000..bfd2621ef613
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/horizontal/white/linkerd-horizontal-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.png b/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.png
deleted file mode 100644
index 2cc6d180a4b9..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.webp b/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.webp
new file mode 100644
index 000000000000..99cf424ab0e9
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/icon/black/linkerd-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.png b/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.png
deleted file mode 100644
index 35aea0576e03..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.webp b/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.webp
new file mode 100644
index 000000000000..ac3092d9b2a8
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/icon/color/linkerd-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.png b/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.png
deleted file mode 100644
index 18e4a64042ab..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.webp b/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.webp
new file mode 100644
index 000000000000..9c91847f25fb
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/icon/white/linkerd-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.png b/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.png
deleted file mode 100644
index ae8e1bf48790..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.webp b/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.webp
new file mode 100644
index 000000000000..b846f3cbabd2
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/stacked/black/linkerd-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.png b/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.png
deleted file mode 100644
index 6e7bd1a2be61..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.webp b/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.webp
new file mode 100644
index 000000000000..92d874f43fef
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/stacked/color/linkerd-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.png b/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.png
deleted file mode 100644
index 23f099d497af..000000000000
Binary files a/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.webp b/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.webp
new file mode 100644
index 000000000000..7068f6f70893
Binary files /dev/null and b/src/assets/images/service-mesh-icons/linkerd/stacked/white/linkerd-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/maesh.png b/src/assets/images/service-mesh-icons/maesh.png
deleted file mode 100644
index 7acac7f98b83..000000000000
Binary files a/src/assets/images/service-mesh-icons/maesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/maesh.webp b/src/assets/images/service-mesh-icons/maesh.webp
new file mode 100644
index 000000000000..e12b0417fa75
Binary files /dev/null and b/src/assets/images/service-mesh-icons/maesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/maistra.png b/src/assets/images/service-mesh-icons/maistra.png
deleted file mode 100644
index 5014e13f4e79..000000000000
Binary files a/src/assets/images/service-mesh-icons/maistra.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/maistra.webp b/src/assets/images/service-mesh-icons/maistra.webp
new file mode 100644
index 000000000000..650639896abd
Binary files /dev/null and b/src/assets/images/service-mesh-icons/maistra.webp differ
diff --git a/src/assets/images/service-mesh-icons/minikube.png b/src/assets/images/service-mesh-icons/minikube.png
deleted file mode 100755
index 9cb16401901e..000000000000
Binary files a/src/assets/images/service-mesh-icons/minikube.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/minikube.webp b/src/assets/images/service-mesh-icons/minikube.webp
new file mode 100644
index 000000000000..9b3b89d449f2
Binary files /dev/null and b/src/assets/images/service-mesh-icons/minikube.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.png b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.png
deleted file mode 100644
index 485404b7230d..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.webp b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.webp
new file mode 100644
index 000000000000..12d8d4ac823f
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/black/networkservicemesh-horizontal-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.png b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.png
deleted file mode 100644
index 95eb48590f3a..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.webp b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.webp
new file mode 100644
index 000000000000..0836ed9a099e
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color-reversed.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.png b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.png
deleted file mode 100644
index 3b17e0141aed..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.webp b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.webp
new file mode 100644
index 000000000000..bd9fd5359984
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/color/networkservicemesh-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.png b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.png
deleted file mode 100644
index 8ea64c688d3b..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.webp b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.webp
new file mode 100644
index 000000000000..4f9a78dad432
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/horizontal/white/networkservicemesh-horizontal-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.png b/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.png
deleted file mode 100644
index 1cd44b750b07..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.webp b/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.webp
new file mode 100644
index 000000000000..cd5ddf584533
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/icon/black/networkservicemesh-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.png b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.png
deleted file mode 100644
index 52fe7997055c..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.webp b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.webp
new file mode 100644
index 000000000000..fe1453cc6130
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color-reversed.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.png b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.png
deleted file mode 100644
index 856b58c203b2..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.webp b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.webp
new file mode 100644
index 000000000000..62db1b544353
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/icon/color/networkservicemesh-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.png b/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.png
deleted file mode 100644
index 3bef1aa25427..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.webp b/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.webp
new file mode 100644
index 000000000000..ebc5f9b822f7
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/icon/white/networkservicemesh-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.png b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.png
deleted file mode 100644
index dda5d2a43b36..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.webp b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.webp
new file mode 100644
index 000000000000..7cc0bb81bdf4
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/black/networkservicemesh-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.png b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.png
deleted file mode 100644
index 6d13ba74b936..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.webp b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.webp
new file mode 100644
index 000000000000..13376dcf8125
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color-reversed.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.png b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.png
deleted file mode 100644
index c52ff765b8f7..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.webp b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.webp
new file mode 100644
index 000000000000..91b8232a9dc6
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/color/networkservicemesh-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.png b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.png
deleted file mode 100644
index 2384d124803f..000000000000
Binary files a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.webp b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.webp
new file mode 100644
index 000000000000..64f9f514bde8
Binary files /dev/null and b/src/assets/images/service-mesh-icons/network-service-mesh/stacked/white/networkservicemesh-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/nsm.png b/src/assets/images/service-mesh-icons/nsm.png
deleted file mode 100644
index 83b9c8651463..000000000000
Binary files a/src/assets/images/service-mesh-icons/nsm.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/nsm.webp b/src/assets/images/service-mesh-icons/nsm.webp
new file mode 100644
index 000000000000..62db1b544353
Binary files /dev/null and b/src/assets/images/service-mesh-icons/nsm.webp differ
diff --git a/src/assets/images/service-mesh-icons/octarine.png b/src/assets/images/service-mesh-icons/octarine.png
deleted file mode 100644
index 631559edda7c..000000000000
Binary files a/src/assets/images/service-mesh-icons/octarine.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/octarine.webp b/src/assets/images/service-mesh-icons/octarine.webp
new file mode 100644
index 000000000000..d7216e1aaa2c
Binary files /dev/null and b/src/assets/images/service-mesh-icons/octarine.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.png b/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.png
deleted file mode 100644
index 71c3b7c65ceb..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.webp b/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.webp
new file mode 100644
index 000000000000..c696122b38d7
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/horizontal/color/openservicemesh-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.png b/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.png
deleted file mode 100644
index 2eb459417849..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.webp b/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.webp
new file mode 100644
index 000000000000..87abf37901cd
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/icon/black/openservicemesh-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.png b/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.png
deleted file mode 100644
index c1cf39cac597..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.webp b/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.webp
new file mode 100644
index 000000000000..4626552bc39e
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/icon/color/openservicemesh-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.png b/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.png
deleted file mode 100644
index 7be53e8e47cb..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.webp b/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.webp
new file mode 100644
index 000000000000..78497e32d02d
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/icon/white/openservicemesh-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.png b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.png
deleted file mode 100644
index 1a2d604f663b..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.webp b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.webp
new file mode 100644
index 000000000000..8c1d1a44ef35
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/black/openservicemesh-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.png b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.png
deleted file mode 100644
index a52d69c06990..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.webp b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.webp
new file mode 100644
index 000000000000..637b3999c099
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/color/openservicemesh-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.png b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.png
deleted file mode 100644
index 921dae7b4be7..000000000000
Binary files a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.webp b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.webp
new file mode 100644
index 000000000000..20f16a5259cc
Binary files /dev/null and b/src/assets/images/service-mesh-icons/open-service-mesh/stacked/white/openservicemesh-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/osm.png b/src/assets/images/service-mesh-icons/osm.png
deleted file mode 100644
index 7afa9e6569e5..000000000000
Binary files a/src/assets/images/service-mesh-icons/osm.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/osm.webp b/src/assets/images/service-mesh-icons/osm.webp
new file mode 100644
index 000000000000..ada8d80cce44
Binary files /dev/null and b/src/assets/images/service-mesh-icons/osm.webp differ
diff --git a/src/assets/images/service-mesh-icons/rotor.png b/src/assets/images/service-mesh-icons/rotor.png
deleted file mode 100644
index d7d88e1b383c..000000000000
Binary files a/src/assets/images/service-mesh-icons/rotor.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/rotor.webp b/src/assets/images/service-mesh-icons/rotor.webp
new file mode 100644
index 000000000000..c09d1d7680ff
Binary files /dev/null and b/src/assets/images/service-mesh-icons/rotor.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.png
deleted file mode 100644
index 708c4c39e23b..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.webp
new file mode 100644
index 000000000000..c9259242d30d
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/black/servicemeshinterface-horizontal-stackedtext-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.png
deleted file mode 100644
index fd38babf6f92..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.webp
new file mode 100644
index 000000000000..a87beb6e03e9
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.png
deleted file mode 100644
index 1cf338205098..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.webp
new file mode 100644
index 000000000000..1e712e276490
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/white/servicemeshinterface-horizontal-stackedtext-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.png
deleted file mode 100644
index 6b416c5589c5..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.webp
new file mode 100644
index 000000000000..55d0b3f01598
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/black/servicemeshinterface-horizontal-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.png
deleted file mode 100644
index 81438b66f144..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.webp
new file mode 100644
index 000000000000..fc621c5f759d
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/color/servicemeshinterface-horizontal-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.png b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.png
deleted file mode 100644
index 4e0879550c70..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.webp
new file mode 100644
index 000000000000..7c2bd55f032c
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/horizontal/white/servicemeshinterface-horizontal-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.png b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.png
deleted file mode 100644
index e0e405e877fd..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.webp
new file mode 100644
index 000000000000..d939011901a9
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/black/servicemeshinterface-icon-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.png b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.png
deleted file mode 100644
index e26cbbbf9526..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.webp
new file mode 100644
index 000000000000..c4583a65a906
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.png b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.png
deleted file mode 100644
index 551f2a057eb1..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.webp
new file mode 100644
index 000000000000..b952307414fb
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/icon/white/servicemeshinterface-icon-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.png
deleted file mode 100644
index b51b9f31c220..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.webp
new file mode 100644
index 000000000000..650038dac92a
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/black/servicemeshinterface-stackedsmi-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.png
deleted file mode 100644
index 496a23bbff09..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.webp
new file mode 100644
index 000000000000..fa96f25862b1
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/color/servicemeshinterface-stackedsmi-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.png
deleted file mode 100644
index 4524af13fb28..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.webp
new file mode 100644
index 000000000000..c8afc4b04b69
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked-smi/white/servicemeshinterface-stackedsmi-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.png
deleted file mode 100644
index a35d30bee6da..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.webp
new file mode 100644
index 000000000000..27c0fff8a58f
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/black/servicemeshinterface-stacked-black.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.png
deleted file mode 100644
index 449b3448662b..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.webp
new file mode 100644
index 000000000000..113b6d8ded47
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/color/servicemeshinterface-stacked-color.webp differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.png b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.png
deleted file mode 100644
index d2ba6a435c63..000000000000
Binary files a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.webp b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.webp
new file mode 100644
index 000000000000..f74fea323c20
Binary files /dev/null and b/src/assets/images/service-mesh-icons/service-mesh-interface/stacked/white/servicemeshinterface-stacked-white.webp differ
diff --git a/src/assets/images/service-mesh-icons/sofamesh.png b/src/assets/images/service-mesh-icons/sofamesh.png
deleted file mode 100644
index a386cf64fcbb..000000000000
Binary files a/src/assets/images/service-mesh-icons/sofamesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/sofamesh.webp b/src/assets/images/service-mesh-icons/sofamesh.webp
new file mode 100644
index 000000000000..fe262b26c1e5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/sofamesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/tencent-cloud-mesh.png b/src/assets/images/service-mesh-icons/tencent-cloud-mesh.png
deleted file mode 100644
index 9fd515aa6324..000000000000
Binary files a/src/assets/images/service-mesh-icons/tencent-cloud-mesh.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/tencent-cloud-mesh.webp b/src/assets/images/service-mesh-icons/tencent-cloud-mesh.webp
new file mode 100644
index 000000000000..4895f15ac5c5
Binary files /dev/null and b/src/assets/images/service-mesh-icons/tencent-cloud-mesh.webp differ
diff --git a/src/assets/images/service-mesh-icons/vulcan.png b/src/assets/images/service-mesh-icons/vulcan.png
deleted file mode 100644
index a432c6c138af..000000000000
Binary files a/src/assets/images/service-mesh-icons/vulcan.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-icons/vulcan.webp b/src/assets/images/service-mesh-icons/vulcan.webp
new file mode 100644
index 000000000000..51d0323381ba
Binary files /dev/null and b/src/assets/images/service-mesh-icons/vulcan.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.png b/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.png
deleted file mode 100644
index 02f520f338d8..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.webp b/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.webp
new file mode 100644
index 000000000000..02299eff94b0
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-pattern-full_white.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.png b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.png
deleted file mode 100644
index 344bf7686272..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.webp b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.webp
new file mode 100644
index 000000000000..0b6992af7abf
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.png b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.png
deleted file mode 100644
index 34ae116199ce..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.webp b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.webp
new file mode 100644
index 000000000000..d258477ec3dc
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-pattern-text_white.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.png b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.png
deleted file mode 100644
index 00de32c25220..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.webp b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.webp
new file mode 100644
index 000000000000..bbcdf4ec150c
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side-white.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.png b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.png
deleted file mode 100644
index d68fcdb5b82f..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.webp b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.webp
new file mode 100644
index 000000000000..a01b3098d223
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-patterns-side.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns.png b/src/assets/images/service-mesh-patterns/service-mesh-patterns.png
deleted file mode 100644
index 1f05f4eb6583..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-patterns.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns.webp b/src/assets/images/service-mesh-patterns/service-mesh-patterns.webp
new file mode 100644
index 000000000000..5432ea4b9818
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-patterns.webp differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.png b/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.png
deleted file mode 100644
index 92e079de7991..000000000000
Binary files a/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.webp b/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.webp
new file mode 100644
index 000000000000..ae366dd4b856
Binary files /dev/null and b/src/assets/images/service-mesh-patterns/service-mesh-patterns_white.webp differ
diff --git a/src/assets/images/service-mesh-performance/color-scheme.png b/src/assets/images/service-mesh-performance/color-scheme.png
deleted file mode 100644
index 13a55a092999..000000000000
Binary files a/src/assets/images/service-mesh-performance/color-scheme.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/color-scheme.webp b/src/assets/images/service-mesh-performance/color-scheme.webp
new file mode 100644
index 000000000000..828758ae07f8
Binary files /dev/null and b/src/assets/images/service-mesh-performance/color-scheme.webp differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png b/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png
deleted file mode 100644
index d0b1303a5984..000000000000
Binary files a/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp b/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp
new file mode 100644
index 000000000000..3d8628afe896
Binary files /dev/null and b/src/assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.png b/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.png
deleted file mode 100644
index 842bb6358015..000000000000
Binary files a/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.webp b/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.webp
new file mode 100644
index 000000000000..97ff29d67e10
Binary files /dev/null and b/src/assets/images/service-mesh-performance/horizontal/smp-light-text-side.webp differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.png b/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.png
deleted file mode 100644
index d75a62557e42..000000000000
Binary files a/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.webp b/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.webp
new file mode 100644
index 000000000000..e0dfb7926f32
Binary files /dev/null and b/src/assets/images/service-mesh-performance/horizontal/smp-white-text-side.webp differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-dark.png b/src/assets/images/service-mesh-performance/icon/smp-dark.png
deleted file mode 100644
index ba366a03bd19..000000000000
Binary files a/src/assets/images/service-mesh-performance/icon/smp-dark.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-dark.webp b/src/assets/images/service-mesh-performance/icon/smp-dark.webp
new file mode 100644
index 000000000000..6bc2a7827ee8
Binary files /dev/null and b/src/assets/images/service-mesh-performance/icon/smp-dark.webp differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-light.png b/src/assets/images/service-mesh-performance/icon/smp-light.png
deleted file mode 100644
index 1cdf26e88dd4..000000000000
Binary files a/src/assets/images/service-mesh-performance/icon/smp-light.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-light.webp b/src/assets/images/service-mesh-performance/icon/smp-light.webp
new file mode 100644
index 000000000000..52cb38ab04f3
Binary files /dev/null and b/src/assets/images/service-mesh-performance/icon/smp-light.webp differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-white.png b/src/assets/images/service-mesh-performance/icon/smp-white.png
deleted file mode 100644
index f1a1927a82fe..000000000000
Binary files a/src/assets/images/service-mesh-performance/icon/smp-white.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/icon/smp-white.webp b/src/assets/images/service-mesh-performance/icon/smp-white.webp
new file mode 100644
index 000000000000..ce1321c342e8
Binary files /dev/null and b/src/assets/images/service-mesh-performance/icon/smp-white.webp differ
diff --git a/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.png b/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.png
deleted file mode 100644
index 609b70833e6e..000000000000
Binary files a/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.webp b/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.webp
new file mode 100644
index 000000000000..17bb4b5aa3a5
Binary files /dev/null and b/src/assets/images/service-mesh-performance/social/smp-tag-linkedin.webp differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-dark-text.png b/src/assets/images/service-mesh-performance/stacked/smp-dark-text.png
deleted file mode 100644
index 7422da6cce17..000000000000
Binary files a/src/assets/images/service-mesh-performance/stacked/smp-dark-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-dark-text.webp b/src/assets/images/service-mesh-performance/stacked/smp-dark-text.webp
new file mode 100644
index 000000000000..13063da04f51
Binary files /dev/null and b/src/assets/images/service-mesh-performance/stacked/smp-dark-text.webp differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-light-text.png b/src/assets/images/service-mesh-performance/stacked/smp-light-text.png
deleted file mode 100644
index 26c0410bf943..000000000000
Binary files a/src/assets/images/service-mesh-performance/stacked/smp-light-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-light-text.webp b/src/assets/images/service-mesh-performance/stacked/smp-light-text.webp
new file mode 100644
index 000000000000..22054e60f852
Binary files /dev/null and b/src/assets/images/service-mesh-performance/stacked/smp-light-text.webp differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-white-text.png b/src/assets/images/service-mesh-performance/stacked/smp-white-text.png
deleted file mode 100644
index 5301b65062c4..000000000000
Binary files a/src/assets/images/service-mesh-performance/stacked/smp-white-text.png and /dev/null differ
diff --git a/src/assets/images/service-mesh-performance/stacked/smp-white-text.webp b/src/assets/images/service-mesh-performance/stacked/smp-white-text.webp
new file mode 100644
index 000000000000..5613426039ce
Binary files /dev/null and b/src/assets/images/service-mesh-performance/stacked/smp-white-text.webp differ
diff --git a/src/assets/images/smp-page/client-capacity.png b/src/assets/images/smp-page/client-capacity.png
deleted file mode 100644
index e91e4835318c..000000000000
Binary files a/src/assets/images/smp-page/client-capacity.png and /dev/null differ
diff --git a/src/assets/images/smp-page/client-capacity.webp b/src/assets/images/smp-page/client-capacity.webp
new file mode 100644
index 000000000000..b8bb4481e7c6
Binary files /dev/null and b/src/assets/images/smp-page/client-capacity.webp differ
diff --git a/src/assets/images/smp-page/cncf-icon.png b/src/assets/images/smp-page/cncf-icon.png
deleted file mode 100644
index b0226df5187f..000000000000
Binary files a/src/assets/images/smp-page/cncf-icon.png and /dev/null differ
diff --git a/src/assets/images/smp-page/cncf-icon.webp b/src/assets/images/smp-page/cncf-icon.webp
new file mode 100644
index 000000000000..5cefa6853c07
Binary files /dev/null and b/src/assets/images/smp-page/cncf-icon.webp differ
diff --git a/src/assets/images/smp-page/latency-at-scale.png b/src/assets/images/smp-page/latency-at-scale.png
deleted file mode 100644
index 94c359ef4009..000000000000
Binary files a/src/assets/images/smp-page/latency-at-scale.png and /dev/null differ
diff --git a/src/assets/images/smp-page/latency-at-scale.webp b/src/assets/images/smp-page/latency-at-scale.webp
new file mode 100644
index 000000000000..e2ddf1e98a67
Binary files /dev/null and b/src/assets/images/smp-page/latency-at-scale.webp differ
diff --git a/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.png b/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.png
deleted file mode 100644
index 2cde638846bd..000000000000
Binary files a/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.png and /dev/null differ
diff --git a/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.webp b/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.webp
new file mode 100644
index 000000000000..3f8b7961a634
Binary files /dev/null and b/src/assets/images/smp-page/native-and-wasm-at-capacity-100rps.webp differ
diff --git a/src/assets/images/smp-page/smp-hero.png b/src/assets/images/smp-page/smp-hero.png
deleted file mode 100644
index 6dc2d63a4c87..000000000000
Binary files a/src/assets/images/smp-page/smp-hero.png and /dev/null differ
diff --git a/src/assets/images/smp-page/smp-hero.webp b/src/assets/images/smp-page/smp-hero.webp
new file mode 100644
index 000000000000..76f5696e90ac
Binary files /dev/null and b/src/assets/images/smp-page/smp-hero.webp differ
diff --git a/src/assets/images/socialIcons/lab.png b/src/assets/images/socialIcons/lab.png
deleted file mode 100644
index 2b2eb37a0e05..000000000000
Binary files a/src/assets/images/socialIcons/lab.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/lab.webp b/src/assets/images/socialIcons/lab.webp
new file mode 100644
index 000000000000..db6b8406fbc0
Binary files /dev/null and b/src/assets/images/socialIcons/lab.webp differ
diff --git a/src/assets/images/socialIcons/lab_color.png b/src/assets/images/socialIcons/lab_color.png
deleted file mode 100644
index b38b6e740293..000000000000
Binary files a/src/assets/images/socialIcons/lab_color.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/lab_color.webp b/src/assets/images/socialIcons/lab_color.webp
new file mode 100644
index 000000000000..56389e9bdfec
Binary files /dev/null and b/src/assets/images/socialIcons/lab_color.webp differ
diff --git a/src/assets/images/socialIcons/link.png b/src/assets/images/socialIcons/link.png
deleted file mode 100644
index 9dcb28946aad..000000000000
Binary files a/src/assets/images/socialIcons/link.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/link.webp b/src/assets/images/socialIcons/link.webp
new file mode 100644
index 000000000000..39c5e5c14451
Binary files /dev/null and b/src/assets/images/socialIcons/link.webp differ
diff --git a/src/assets/images/socialIcons/link_color.png b/src/assets/images/socialIcons/link_color.png
deleted file mode 100644
index 78831bdb8a9e..000000000000
Binary files a/src/assets/images/socialIcons/link_color.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/link_color.webp b/src/assets/images/socialIcons/link_color.webp
new file mode 100644
index 000000000000..0bc2ac177c10
Binary files /dev/null and b/src/assets/images/socialIcons/link_color.webp differ
diff --git a/src/assets/images/socialIcons/linkedin_gray.png b/src/assets/images/socialIcons/linkedin_gray.png
deleted file mode 100644
index 5ae5dcda0407..000000000000
Binary files a/src/assets/images/socialIcons/linkedin_gray.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/linkedin_gray.webp b/src/assets/images/socialIcons/linkedin_gray.webp
new file mode 100644
index 000000000000..68ff37d24e6a
Binary files /dev/null and b/src/assets/images/socialIcons/linkedin_gray.webp differ
diff --git a/src/assets/images/socialIcons/slack.png b/src/assets/images/socialIcons/slack.png
deleted file mode 100644
index 706318a5f34c..000000000000
Binary files a/src/assets/images/socialIcons/slack.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/slack.webp b/src/assets/images/socialIcons/slack.webp
new file mode 100644
index 000000000000..80b8c4810199
Binary files /dev/null and b/src/assets/images/socialIcons/slack.webp differ
diff --git a/src/assets/images/socialIcons/slack_color.png b/src/assets/images/socialIcons/slack_color.png
deleted file mode 100644
index 272e9ebdb85a..000000000000
Binary files a/src/assets/images/socialIcons/slack_color.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/slack_color.webp b/src/assets/images/socialIcons/slack_color.webp
new file mode 100644
index 000000000000..3a9f8ebffdd8
Binary files /dev/null and b/src/assets/images/socialIcons/slack_color.webp differ
diff --git a/src/assets/images/socialIcons/slack_gray.png b/src/assets/images/socialIcons/slack_gray.png
deleted file mode 100644
index 59cf080876ee..000000000000
Binary files a/src/assets/images/socialIcons/slack_gray.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/slack_gray.webp b/src/assets/images/socialIcons/slack_gray.webp
new file mode 100644
index 000000000000..125143984ace
Binary files /dev/null and b/src/assets/images/socialIcons/slack_gray.webp differ
diff --git a/src/assets/images/socialIcons/slide.png b/src/assets/images/socialIcons/slide.png
deleted file mode 100644
index 7ef73bb4b6b5..000000000000
Binary files a/src/assets/images/socialIcons/slide.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/slide.webp b/src/assets/images/socialIcons/slide.webp
new file mode 100644
index 000000000000..23827243e541
Binary files /dev/null and b/src/assets/images/socialIcons/slide.webp differ
diff --git a/src/assets/images/socialIcons/slide_color.png b/src/assets/images/socialIcons/slide_color.png
deleted file mode 100644
index d01a1150287f..000000000000
Binary files a/src/assets/images/socialIcons/slide_color.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/slide_color.webp b/src/assets/images/socialIcons/slide_color.webp
new file mode 100644
index 000000000000..a2f4e23836a5
Binary files /dev/null and b/src/assets/images/socialIcons/slide_color.webp differ
diff --git a/src/assets/images/socialIcons/twitter_gray.png b/src/assets/images/socialIcons/twitter_gray.png
deleted file mode 100644
index c900e8caa3d4..000000000000
Binary files a/src/assets/images/socialIcons/twitter_gray.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/twitter_gray.webp b/src/assets/images/socialIcons/twitter_gray.webp
new file mode 100644
index 000000000000..da8dba156698
Binary files /dev/null and b/src/assets/images/socialIcons/twitter_gray.webp differ
diff --git a/src/assets/images/socialIcons/youtube.png b/src/assets/images/socialIcons/youtube.png
deleted file mode 100644
index de1fca26acf5..000000000000
Binary files a/src/assets/images/socialIcons/youtube.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/youtube.webp b/src/assets/images/socialIcons/youtube.webp
new file mode 100644
index 000000000000..db67380f41c6
Binary files /dev/null and b/src/assets/images/socialIcons/youtube.webp differ
diff --git a/src/assets/images/socialIcons/youtube_color.png b/src/assets/images/socialIcons/youtube_color.png
deleted file mode 100644
index c8ae61de9ac7..000000000000
Binary files a/src/assets/images/socialIcons/youtube_color.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/youtube_color.webp b/src/assets/images/socialIcons/youtube_color.webp
new file mode 100644
index 000000000000..ef650eca967a
Binary files /dev/null and b/src/assets/images/socialIcons/youtube_color.webp differ
diff --git a/src/assets/images/socialIcons/youtube_gray.png b/src/assets/images/socialIcons/youtube_gray.png
deleted file mode 100644
index 7a2bff710bc8..000000000000
Binary files a/src/assets/images/socialIcons/youtube_gray.png and /dev/null differ
diff --git a/src/assets/images/socialIcons/youtube_gray.webp b/src/assets/images/socialIcons/youtube_gray.webp
new file mode 100644
index 000000000000..961c1725ae55
Binary files /dev/null and b/src/assets/images/socialIcons/youtube_gray.webp differ
diff --git a/src/assets/images/status/active.png b/src/assets/images/status/active.png
deleted file mode 100644
index c29dc6c6bc1b..000000000000
Binary files a/src/assets/images/status/active.png and /dev/null differ
diff --git a/src/assets/images/status/active.webp b/src/assets/images/status/active.webp
new file mode 100644
index 000000000000..ce2bd9ecb340
Binary files /dev/null and b/src/assets/images/status/active.webp differ
diff --git a/src/assets/images/status/inactive.png b/src/assets/images/status/inactive.png
deleted file mode 100644
index d62d8e59836f..000000000000
Binary files a/src/assets/images/status/inactive.png and /dev/null differ
diff --git a/src/assets/images/status/inactive.webp b/src/assets/images/status/inactive.webp
new file mode 100644
index 000000000000..72d7e5d2421b
Binary files /dev/null and b/src/assets/images/status/inactive.webp differ
diff --git a/src/assets/images/stewards/stewards.png b/src/assets/images/stewards/stewards.png
deleted file mode 100644
index faeaa0482e5d..000000000000
Binary files a/src/assets/images/stewards/stewards.png and /dev/null differ
diff --git a/src/assets/images/stewards/stewards.webp b/src/assets/images/stewards/stewards.webp
new file mode 100644
index 000000000000..88e89d10ce7c
Binary files /dev/null and b/src/assets/images/stewards/stewards.webp differ
diff --git a/src/assets/images/tutorials/all-repos-layer5.png b/src/assets/images/tutorials/all-repos-layer5.png
deleted file mode 100644
index 9252ab713f09..000000000000
Binary files a/src/assets/images/tutorials/all-repos-layer5.png and /dev/null differ
diff --git a/src/assets/images/tutorials/all-repos-layer5.webp b/src/assets/images/tutorials/all-repos-layer5.webp
new file mode 100644
index 000000000000..6ea0a029aa52
Binary files /dev/null and b/src/assets/images/tutorials/all-repos-layer5.webp differ
diff --git a/src/assets/images/tutorials/docs-jekyll.png b/src/assets/images/tutorials/docs-jekyll.png
deleted file mode 100644
index 6ccdb3006c4d..000000000000
Binary files a/src/assets/images/tutorials/docs-jekyll.png and /dev/null differ
diff --git a/src/assets/images/tutorials/docs-jekyll.webp b/src/assets/images/tutorials/docs-jekyll.webp
new file mode 100644
index 000000000000..a5f520ca640c
Binary files /dev/null and b/src/assets/images/tutorials/docs-jekyll.webp differ
diff --git a/src/assets/images/tutorials/golang-meshery-ctl.png b/src/assets/images/tutorials/golang-meshery-ctl.png
deleted file mode 100644
index caaa119f443f..000000000000
Binary files a/src/assets/images/tutorials/golang-meshery-ctl.png and /dev/null differ
diff --git a/src/assets/images/tutorials/golang-meshery-ctl.webp b/src/assets/images/tutorials/golang-meshery-ctl.webp
new file mode 100644
index 000000000000..5a1c92bf7224
Binary files /dev/null and b/src/assets/images/tutorials/golang-meshery-ctl.webp differ
diff --git a/src/assets/images/tutorials/intro-meshery-ctl.png b/src/assets/images/tutorials/intro-meshery-ctl.png
deleted file mode 100644
index 8a68c4fa0584..000000000000
Binary files a/src/assets/images/tutorials/intro-meshery-ctl.png and /dev/null differ
diff --git a/src/assets/images/tutorials/intro-meshery-ctl.webp b/src/assets/images/tutorials/intro-meshery-ctl.webp
new file mode 100644
index 000000000000..fd7f588d06b1
Binary files /dev/null and b/src/assets/images/tutorials/intro-meshery-ctl.webp differ
diff --git a/src/assets/images/tutorials/intro-to-gatsby.png b/src/assets/images/tutorials/intro-to-gatsby.png
deleted file mode 100644
index 8ddae32a6ded..000000000000
Binary files a/src/assets/images/tutorials/intro-to-gatsby.png and /dev/null differ
diff --git a/src/assets/images/tutorials/intro-to-gatsby.webp b/src/assets/images/tutorials/intro-to-gatsby.webp
new file mode 100644
index 000000000000..b8875d88924f
Binary files /dev/null and b/src/assets/images/tutorials/intro-to-gatsby.webp differ
diff --git a/src/assets/images/tutorials/intro-to-meshery.png b/src/assets/images/tutorials/intro-to-meshery.png
deleted file mode 100644
index 8de2e1c9b8b3..000000000000
Binary files a/src/assets/images/tutorials/intro-to-meshery.png and /dev/null differ
diff --git a/src/assets/images/tutorials/intro-to-meshery.webp b/src/assets/images/tutorials/intro-to-meshery.webp
new file mode 100644
index 000000000000..8b596f95f77e
Binary files /dev/null and b/src/assets/images/tutorials/intro-to-meshery.webp differ
diff --git a/src/assets/images/tutorials/layer5-walkthrough.png b/src/assets/images/tutorials/layer5-walkthrough.png
deleted file mode 100644
index 0ef49549eb47..000000000000
Binary files a/src/assets/images/tutorials/layer5-walkthrough.png and /dev/null differ
diff --git a/src/assets/images/tutorials/layer5-walkthrough.webp b/src/assets/images/tutorials/layer5-walkthrough.webp
new file mode 100644
index 000000000000..3ceb03ddcbc9
Binary files /dev/null and b/src/assets/images/tutorials/layer5-walkthrough.webp differ
diff --git a/src/assets/images/tutorials/swagger-logo.png b/src/assets/images/tutorials/swagger-logo.png
deleted file mode 100644
index 59a62889b54f..000000000000
Binary files a/src/assets/images/tutorials/swagger-logo.png and /dev/null differ
diff --git a/src/assets/images/tutorials/swagger-logo.webp b/src/assets/images/tutorials/swagger-logo.webp
new file mode 100644
index 000000000000..30252828c4b4
Binary files /dev/null and b/src/assets/images/tutorials/swagger-logo.webp differ
diff --git a/src/assets/images/uiuxr/uiuxr.png b/src/assets/images/uiuxr/uiuxr.png
deleted file mode 100644
index ebbfc63b6386..000000000000
Binary files a/src/assets/images/uiuxr/uiuxr.png and /dev/null differ
diff --git a/src/assets/images/uiuxr/uiuxr.webp b/src/assets/images/uiuxr/uiuxr.webp
new file mode 100644
index 000000000000..f9d74c4bd8c7
Binary files /dev/null and b/src/assets/images/uiuxr/uiuxr.webp differ
diff --git a/src/assets/images/workshops/workshops.png b/src/assets/images/workshops/workshops.png
deleted file mode 100644
index 0e7d604bbe5e..000000000000
Binary files a/src/assets/images/workshops/workshops.png and /dev/null differ
diff --git a/src/assets/images/workshops/workshops.webp b/src/assets/images/workshops/workshops.webp
new file mode 100644
index 000000000000..01b729040c66
Binary files /dev/null and b/src/assets/images/workshops/workshops.webp differ
diff --git a/src/assets/images/writer-program/writer-program-badge.png b/src/assets/images/writer-program/writer-program-badge.png
deleted file mode 100644
index 12ee98c0f302..000000000000
Binary files a/src/assets/images/writer-program/writer-program-badge.png and /dev/null differ
diff --git a/src/assets/images/writer-program/writer-program-badge.webp b/src/assets/images/writer-program/writer-program-badge.webp
new file mode 100644
index 000000000000..ee236784e328
Binary files /dev/null and b/src/assets/images/writer-program/writer-program-badge.webp differ
diff --git a/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/index.mdx b/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/index.mdx
index 23198973d5b8..450a55a880af 100644
--- a/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/index.mdx
+++ b/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/index.mdx
@@ -3,8 +3,8 @@ title: "A Standard Interface for Service Meshes"
subtitle: ""
date: 2019-05-21 12:15:05 +0000
author: Lee Calcote
-thumbnail: ./smi-logo.png
-darkthumbnail: ./smi-logo.png
+thumbnail: ./smi-logo.webp
+darkthumbnail: ./smi-logo.webp
category: Announcements
tags:
- SMI
@@ -19,7 +19,7 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import SmiLogo from "./smi-logo.png";
+import SmiLogo from "./smi-logo.webp";
diff --git a/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.png b/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.png
deleted file mode 100644
index 504993637c2b..000000000000
Binary files a/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.webp b/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.webp
new file mode 100644
index 000000000000..9f688cb94df4
Binary files /dev/null and b/src/collections/blog/2019/2019-05-21-a-standard-interface-for-service-meshes/smi-logo.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.jpg b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.jpg
deleted file mode 100644
index 8f5ad45454ac..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.jpg and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.webp
new file mode 100644
index 000000000000..c8b7b3c8283c
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/cnab-logo.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/index.mdx b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/index.mdx
index 71beb8af64ef..7601e2cdc91f 100644
--- a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/index.mdx
+++ b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/index.mdx
@@ -3,8 +3,8 @@ title: "Getting started with Meshery, WSL2 and k3d"
subtitle: ""
date: 2019-07-09 12:00:00 +0000
author: Nuno do Carmo
-thumbnail: ./cnab-logo.jpg
-darkthumbnail: ./cnab-logo.jpg
+thumbnail: ./cnab-logo.webp
+darkthumbnail: ./cnab-logo.webp
category: Meshery
tags:
- Community
@@ -20,15 +20,15 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import wsldockerstart from "./wsl-docker-start.png";
-import wslgrafanalogin from "./wsl-grafana-login.png";
-import wslgrafanaloginsuccess from "./wsl-grafana-login-success.png";
-import wslgrafanastart from "./wsl-grafana-start.png";
-import wslk3dstart from "./wsl-k3d-start.png";
-import wslmesherycomplete from "./wsl-meshery-complete.png";
-import wslmesherylogin from "./wsl-meshery-login.png";
-import wslmesheryloginsuccess from "./wsl-meshery-login-success.png";
-import wslmesherystart from "./wsl-meshery-start.png";
+import wsldockerstart from "./wsl-docker-start.webp";
+import wslgrafanalogin from "./wsl-grafana-login.webp";
+import wslgrafanaloginsuccess from "./wsl-grafana-login-success.webp";
+import wslgrafanastart from "./wsl-grafana-start.webp";
+import wslk3dstart from "./wsl-k3d-start.webp";
+import wslmesherycomplete from "./wsl-meshery-complete.webp";
+import wslmesherylogin from "./wsl-meshery-login.webp";
+import wslmesheryloginsuccess from "./wsl-meshery-login-success.webp";
+import wslmesherystart from "./wsl-meshery-start.webp";
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.png
deleted file mode 100644
index c53a377c1dc5..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.webp
new file mode 100644
index 000000000000..fd58677df151
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-docker-start.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.png
deleted file mode 100644
index 35d7ecc65f52..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.webp
new file mode 100644
index 000000000000..3747a31b13bf
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login-success.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.png
deleted file mode 100644
index 05ec25d7e745..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.webp
new file mode 100644
index 000000000000..c042e0e58965
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-login.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.png
deleted file mode 100644
index 716b3809ca83..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.webp
new file mode 100644
index 000000000000..56839e06b30f
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-grafana-start.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.png
deleted file mode 100644
index be871b161647..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.webp
new file mode 100644
index 000000000000..6b6cd8bea9ae
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-k3d-start.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.png
deleted file mode 100644
index fb636d32086f..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.webp
new file mode 100644
index 000000000000..8514099f66d4
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-complete.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.png
deleted file mode 100644
index 8327e1aa5fc1..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.webp
new file mode 100644
index 000000000000..c71f6c8bc56c
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login-success.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.png
deleted file mode 100644
index 7044ddf16e45..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.webp
new file mode 100644
index 000000000000..fcf6b3448f83
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-login.webp differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.png b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.png
deleted file mode 100644
index 55be6d063d9b..000000000000
Binary files a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.webp b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.webp
new file mode 100644
index 000000000000..ea82aa488429
Binary files /dev/null and b/src/collections/blog/2019/2019-07-09-Meshery-start-feat-WSL2-K3d/wsl-meshery-start.webp differ
diff --git a/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.png b/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.png
deleted file mode 100644
index d5eb020f41ba..000000000000
Binary files a/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.webp b/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.webp
new file mode 100644
index 000000000000..7f05dbbe4e16
Binary files /dev/null and b/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/hacktoberfest.webp differ
diff --git a/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/index.mdx b/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/index.mdx
index 5cae9473ed0f..892fd4217f2d 100644
--- a/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/index.mdx
+++ b/src/collections/blog/2019/2019-10-02-hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/index.mdx
@@ -2,8 +2,8 @@
title: "Hacktoberfest 2019: documenting my first-ever Hacktoberfest contribution"
date: 2019-10-02 18:19:00 +0000
author: Rafi Ungar
-thumbnail: ./hacktoberfest.png
-darkthumbnail: ./hacktoberfest.png
+thumbnail: ./hacktoberfest.webp
+darkthumbnail: ./hacktoberfest.webp
category: Landscape
tags:
- Landscape
@@ -30,7 +30,7 @@ Before I continue on, I want to acknowledge the project that I have contributed
### Selecting my first Hacktoberfest issue
-As I mentioned my last post, I came into contact with Layer5 after discovering (through the [Hacktoberfest Issue Finder](https://hacktoberfest-finder.netlify.com/)) its [issue regarding table filtering](https://github.com/layer5io/layer5/issues/65)βand subsequently discovered an unreported styling issue. [![A styling issue with a collection of lists hosted on Layer5's Landscape page.](https://user-images.githubusercontent.com/13500769/66007380-2d643700-e480-11e9-8bda-e81dd0e166d9.png)](https://user-images.githubusercontent.com/13500769/66007380-2d643700-e480-11e9-8bda-e81dd0e166d9.png)
+As I mentioned my last post, I came into contact with Layer5 after discovering (through the [Hacktoberfest Issue Finder](https://hacktoberfest-finder.netlify.com/)) its [issue regarding table filtering](https://github.com/layer5io/layer5/issues/65)βand subsequently discovered an unreported styling issue. [![A styling issue with a collection of lists hosted on Layer5's Landscape page.](https://user-images.githubusercontent.com/13500769/66007380-2d643700-e480-11e9-8bda-e81dd0e166d9.webp)](https://user-images.githubusercontent.com/13500769/66007380-2d643700-e480-11e9-8bda-e81dd0e166d9.webp)
A styling issue affected a collection of lists hosted on Layer5's [Landscape page](https://layer5.io/landscape).
@@ -38,7 +38,7 @@ Of the three GitHub issues I've scoped out, the resolution of this styling issue
As far as I could tell, no open issues concerned the styling problem that I discovered. So, as instructed both Layer5's website (and encouraged its extremely-welcoming development team), I opened _my own issue_ - [Enhance landscape categories section wrapping (#191)](https://github.com/layer5io/layer5/issues/191).
-[![https://github.com/layer5io/layer5/issues/191](https://raungar.files.wordpress.com/2019/10/image-1.png?w=1024)](https://raungar.files.wordpress.com/2019/10/image-1.png?w=1024)
+[![https://github.com/layer5io/layer5/issues/191](https://raungar.files.wordpress.com/2019/10/image-1.webp?w=1024)](https://raungar.files.wordpress.com/2019/10/image-1.webp?w=1024)
### Identifying a solution
@@ -65,11 +65,11 @@ Implementating this idea proved quite simple, requiring only [a few added CSS ru
The vertical stack is implemented by the rules in the first selector: list items are floated right and assigned a fixed width, which aligns them neatly. The dashed borders and padding used to separate category lists was also adjusted to accomodate the new design (pictured below):
-[![https://github.com/layer5io/layer5/issues/191#issuecomment-537304508](https://user-images.githubusercontent.com/13500769/66013483-5e049a80-e499-11e9-8920-52c3da81ece7.png)](https://user-images.githubusercontent.com/13500769/66013483-5e049a80-e499-11e9-8920-52c3da81ece7.png)
+[![https://github.com/layer5io/layer5/issues/191#issuecomment-537304508](https://user-images.githubusercontent.com/13500769/66013483-5e049a80-e499-11e9-8920-52c3da81ece7.webp)](https://user-images.githubusercontent.com/13500769/66013483-5e049a80-e499-11e9-8920-52c3da81ece7.webp)
The above image is one of the [two mockups of the redesign](https://github.com/layer5io/layer5/issues/191#issuecomment-537304508) that I produced for the consideration of the project's developers. As luck would have it, Layer5 project lead [Lee Calcote](https://github.com/leecalcote) provided [a lightning-quick response](https://github.com/layer5io/layer5/issues/191#issuecomment-537310179), welcoming a pull request to it!
-[![https://github.com/layer5io/layer5/issues/191#issuecomment-537310179](https://raungar.files.wordpress.com/2019/10/image-2.png?w=1024)](https://raungar.files.wordpress.com/2019/10/image-2.png?w=1024)
+[![https://github.com/layer5io/layer5/issues/191#issuecomment-537310179](https://raungar.files.wordpress.com/2019/10/image-2.webp?w=1024)](https://raungar.files.wordpress.com/2019/10/image-2.webp?w=1024)
#### Future research area: Materialize CSS
@@ -123,7 +123,7 @@ How much documentation is too little? Too much? How high should the bar be set f
After successfully testing and fixing the styling on my local fork, I created [a pull request](https://github.com/layer5io/layer5/pull/192):
-[![https://github.com/layer5io/layer5/pull/192](https://raungar.files.wordpress.com/2019/10/image-3.png?w=1024)](https://raungar.files.wordpress.com/2019/10/image-3.png?w=1024)
+[![https://github.com/layer5io/layer5/pull/192](https://raungar.files.wordpress.com/2019/10/image-3.webp?w=1024)](https://raungar.files.wordpress.com/2019/10/image-3.webp?w=1024)
Pull request β [Restyle landscape categories (#192)](https://github.com/layer5io/layer5/pull/192)
diff --git a/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.png b/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.png
deleted file mode 100644
index 6326180bd0d1..000000000000
Binary files a/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.webp b/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.webp
new file mode 100644
index 000000000000..33a16286a495
Binary files /dev/null and b/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/hacktoberfestw2.webp differ
diff --git a/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/index.mdx b/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/index.mdx
index f9fea8f3cc6d..b0820f4e67ec 100644
--- a/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/index.mdx
+++ b/src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/index.mdx
@@ -2,8 +2,8 @@
title: "Hacktoberfest 2019: Heating up!"
date: 2019-10-12 21:58:00 +0000
author: Rafi Ungar
-thumbnail: ./hacktoberfestw2.png
-darkthumbnail: ./hacktoberfestw2.png
+thumbnail: ./hacktoberfestw2.webp
+darkthumbnail: ./hacktoberfestw2.webp
category: Landscape
tags:
- Community
@@ -28,7 +28,7 @@ _Before I continue on, I want to extend a huge thank-you to Layer5's lead develo
This week, I helped resolve the very first issue that I outlined in my [Planning for #Hacktoberfest 2019](https://raungar.wordpress.com/2019/09/27/planning-for-hacktoberfest-2019/) post:
-[![](https://raungar.files.wordpress.com/2019/10/image-4.png?w=1024)](https://raungar.files.wordpress.com/2019/10/image-4.png?w=1024)
+[![](https://raungar.files.wordpress.com/2019/10/image-4.webp?w=1024)](https://raungar.files.wordpress.com/2019/10/image-4.webp?w=1024)
Issue [layerio#65](https://github.com/layer5io/layer5/issues/65): enhancements for the [Layer5 Landscape page](https://layer5.io/landscape)
@@ -80,7 +80,7 @@ Although this asset has been [frequently modified](https://github.com/layer5io/l
All of the changes I've made can be viewed through [my (merged) pull request](https://github.com/layer5io/layer5/pull/209):
-[![](https://raungar.files.wordpress.com/2019/10/image-6.png?w=1024)](https://raungar.files.wordpress.com/2019/10/image-6.png?w=1024)
+[![](https://raungar.files.wordpress.com/2019/10/image-6.webp?w=1024)](https://raungar.files.wordpress.com/2019/10/image-6.webp?w=1024)
Pull request [layer5io#209](https://github.com/layer5io/layer5/pull/209): resolved the remainder of issue [layerio#65](https://github.com/layer5io/layer5/issues/65)
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.png
deleted file mode 100644
index d232ee750df6..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.webp
new file mode 100644
index 000000000000..88d34835a693
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211-2.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.png
deleted file mode 100644
index d816bbaf63ef..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.webp
new file mode 100644
index 000000000000..4ed589b24a16
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/PR-211.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.png
deleted file mode 100644
index 6e0cebd177c1..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.webp
new file mode 100644
index 000000000000..c9efbda1f78d
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/arrow.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.png
deleted file mode 100644
index dbd636236cda..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.webp
new file mode 100644
index 000000000000..d3c503f5d91c
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card1.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.png
deleted file mode 100644
index faecb783dbbe..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.webp
new file mode 100644
index 000000000000..73f3b35eb27b
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/card2.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.png
deleted file mode 100644
index 0a4b64cd583d..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.webp
new file mode 100644
index 000000000000..cca0277fec80
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/comment.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.png
deleted file mode 100644
index 33dab0a62706..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.webp
new file mode 100644
index 000000000000..eaf75d240a56
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graph-compare.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.png
deleted file mode 100644
index 567e2dad0d1f..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.webp
new file mode 100644
index 000000000000..487cf718d711
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/graphical-table.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.png
deleted file mode 100644
index 865afa95a576..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.webp
new file mode 100644
index 000000000000..c070320de0cd
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/image.webp differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/index.mdx b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/index.mdx
index 43fe0041513b..817ada2adf12 100644
--- a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/index.mdx
+++ b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/index.mdx
@@ -18,15 +18,15 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import pr211 from "./PR-211.png";
-import pr2112 from "./PR-211-2.png";
-import card1 from "./card1.png";
-import card2 from "./card2.png";
-import arrow from "./arrow.png";
-import gtable from "./graphical-table.png";
-import gcomp from "./graph-compare.png";
-import image21 from "./image.png";
-import comment from "./comment.png";
+import pr211 from "./PR-211.webp";
+import pr2112 from "./PR-211-2.webp";
+import card1 from "./card1.webp";
+import card2 from "./card2.webp";
+import arrow from "./arrow.webp";
+import gtable from "./graphical-table.webp";
+import gcomp from "./graph-compare.webp";
+import image21 from "./image.webp";
+import comment from "./comment.webp";
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.png b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.png
deleted file mode 100644
index 909e4052ee93..000000000000
Binary files a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.webp b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.webp
new file mode 100644
index 000000000000..c6722c794f71
Binary files /dev/null and b/src/collections/blog/2019/2019-11-15-introducing-comparative-spectrums-to-the-layer5-landscape/landscape.webp differ
diff --git a/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/index.mdx b/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/index.mdx
index 0a0d67f7412a..01f6c4ba7974 100644
--- a/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/index.mdx
+++ b/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/index.mdx
@@ -18,7 +18,7 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import issueImage from "./issue.png";
+import issueImage from "./issue.webp";
diff --git a/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.png b/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.png
deleted file mode 100644
index d816bbaf63ef..000000000000
Binary files a/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.png and /dev/null differ
diff --git a/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.webp b/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.webp
new file mode 100644
index 000000000000..4ed589b24a16
Binary files /dev/null and b/src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/issue.webp differ
diff --git a/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.png b/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.png
deleted file mode 100644
index 41513d6b4ae5..000000000000
Binary files a/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.webp b/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.webp
new file mode 100644
index 000000000000..487475dfde72
Binary files /dev/null and b/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.webp differ
diff --git a/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/index.mdx b/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/index.mdx
index 1c9b444d35d7..793b9edf0b11 100644
--- a/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/index.mdx
+++ b/src/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/index.mdx
@@ -3,8 +3,8 @@ title: "Deploying Linkerd with Meshery"
subtitle: ""
date: 2020-03-11 08:15:05 +0000
author: Anton Weiss
-thumbnail: ./Linkerd-with-Meshery.png
-darkthumbnail: ./Linkerd-with-Meshery.png
+thumbnail: ./Linkerd-with-Meshery.webp
+darkthumbnail: ./Linkerd-with-Meshery.webp
category: Meshery
tags:
- Linkerd
@@ -19,11 +19,11 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import awsappmesh from '../../../../assets/images/service-mesh-icons/aws-app-mesh.png';
+import awsappmesh from '../../../../assets/images/service-mesh-icons/aws-app-mesh.webp';
import consul from '../../../../assets/images/service-mesh-icons/consul.svg';
import istio from '../../../../assets/images/service-mesh-icons/istio.svg';
import linkerd from '../../../../assets/images/service-mesh-icons/linkerd.svg';
-import maesh from '../../../../assets/images/service-mesh-icons/maesh.png';
+import maesh from '../../../../assets/images/service-mesh-icons/maesh.webp';
import nsm from '../../../../assets/images/service-mesh-icons/nsm.svg';
import octarine from '../../../../assets/images/service-mesh-icons/octarine.svg';
import kuma from '../../../../assets/images/service-mesh-icons/kuma.svg';
diff --git a/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/index.mdx b/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/index.mdx
index 2575dc9097cd..5b1ac8e834ce 100644
--- a/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/index.mdx
+++ b/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/index.mdx
@@ -3,8 +3,8 @@ title: "Getting started with mesheryctl"
subtitle: "No easier way to get started with a service mesh"
date: 2020-05-21 08:00:05 -0530
author: Layer5 Team
-thumbnail: ./mesheryctl.png
-darkthumbnail: ./mesheryctl.png
+thumbnail: ./mesheryctl.webp
+darkthumbnail: ./mesheryctl.webp
category: Meshery
tags:
- Meshery
diff --git a/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.png b/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.png
deleted file mode 100644
index 98bf4d4883d1..000000000000
Binary files a/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.webp b/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.webp
new file mode 100644
index 000000000000..9f8f4c121184
Binary files /dev/null and b/src/collections/blog/2020/2020-05-21-getting-started-with-mesheryctl/mesheryctl.webp differ
diff --git a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.png b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.png
deleted file mode 100644
index 0f4eb959c707..000000000000
Binary files a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.webp b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.webp
new file mode 100644
index 000000000000..4c7cb87cc151
Binary files /dev/null and b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery-landscape.webp differ
diff --git a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.png b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.png
deleted file mode 100644
index 91a448edffb8..000000000000
Binary files a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.webp b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.webp
new file mode 100644
index 000000000000..2cd768501792
Binary files /dev/null and b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/cncf-meshery.webp differ
diff --git a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/index.mdx b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/index.mdx
index b5f8b7f62bf2..b35122a76131 100644
--- a/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/index.mdx
+++ b/src/collections/blog/2020/2020-06-01-meshery-accepted-into-cncf-landscape/index.mdx
@@ -3,8 +3,8 @@ title: "Meshery lands in the CNCF Landscape"
subtitle: "This is a story about growing together as a community and building a project that matters."
date: 2020-06-01 10:30:05 -0530
author: Anton Weiss
-thumbnail: ./cncf-meshery.png
-darkthumbnail: ./cncf-meshery.png
+thumbnail: ./cncf-meshery.webp
+darkthumbnail: ./cncf-meshery.webp
category: Announcements
tags:
- Meshery
@@ -19,7 +19,7 @@ redirect_from:
import { BlogWrapper } from "../../Blog.style.js";
import cncf from "./cncf-landscape-stacked-color.svg"
-import cncfmeshery from "./cncf-meshery-landscape.png"
+import cncfmeshery from "./cncf-meshery-landscape.webp"
diff --git a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.png b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.png
deleted file mode 100644
index aea919b41657..000000000000
Binary files a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.webp b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.webp
new file mode 100644
index 000000000000..f3b41ddbc139
Binary files /dev/null and b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc-wide.webp differ
diff --git a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.png b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.png
deleted file mode 100644
index a4ff967e4062..000000000000
Binary files a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.webp b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.webp
new file mode 100644
index 000000000000..beee0e9a4f93
Binary files /dev/null and b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/gsoc.webp differ
diff --git a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/index.mdx b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/index.mdx
index c14ddc5c964f..75c468a539ff 100644
--- a/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/index.mdx
+++ b/src/collections/blog/2020/2020-06-23-google-summer-of-code-2020-service-mesh-performance-with-envoy-nighthawk/index.mdx
@@ -3,8 +3,8 @@ title: "Google Summer of Code 2020: Service Mesh Performance with Envoy Nighthaw
subtitle: "One of the greatest learning experiences yet."
date: 2020-06-23 10:30:05 -0530
author: Kush Trivedi
-thumbnail: ./gsoc-wide.png
-darkthumbnail: ./gsoc-wide.png
+thumbnail: ./gsoc-wide.webp
+darkthumbnail: ./gsoc-wide.webp
category: Programs
tags:
- GSoC
@@ -18,7 +18,7 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import gsocLogo from "./gsoc.png";
+import gsocLogo from "./gsoc.webp";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/index.mdx b/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/index.mdx
index 20cea291c072..192b3e75ccd5 100644
--- a/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/index.mdx
+++ b/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/index.mdx
@@ -20,7 +20,7 @@ redirect_from:
---
import { Link } from "gatsby";
import { BlogWrapper } from "../../Blog.style.js";
-import smilogo from "./smi-logo.png";
+import smilogo from "./smi-logo.webp";
import checklist from "./checklist.svg"
diff --git a/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.png b/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.png
deleted file mode 100644
index 504993637c2b..000000000000
Binary files a/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.webp b/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.webp
new file mode 100644
index 000000000000..9f688cb94df4
Binary files /dev/null and b/src/collections/blog/2020/2020-06-25-SMI-conformance-testing-with-meshery/smi-logo.webp differ
diff --git a/src/collections/blog/2020/2020-07-03-my-meshy-journey/index.mdx b/src/collections/blog/2020/2020-07-03-my-meshy-journey/index.mdx
index a68eba16fdcb..fe628909a209 100644
--- a/src/collections/blog/2020/2020-07-03-my-meshy-journey/index.mdx
+++ b/src/collections/blog/2020/2020-07-03-my-meshy-journey/index.mdx
@@ -3,8 +3,8 @@ title: "My Meshy Journey"
subtitle: ""
date: 2020-07-03 12:15:05 +0000
author: Ishita Kumar
-thumbnail: ./ishita-kumar.png
-darkthumbnail: ./ishita-kumar.png
+thumbnail: ./ishita-kumar.webp
+darkthumbnail: ./ishita-kumar.webp
category: Community
tags:
- Community
@@ -12,7 +12,7 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import IshitaProfile from "./ishita-kumar-profile.jpg";
+import IshitaProfile from "./ishita-kumar-profile.webp";
diff --git a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.jpg b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.jpg
deleted file mode 100644
index c2b01a46714b..000000000000
Binary files a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.jpg and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.webp b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.webp
new file mode 100644
index 000000000000..76b3b0ec370b
Binary files /dev/null and b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar-profile.webp differ
diff --git a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.png b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.png
deleted file mode 100644
index 1f693eca9428..000000000000
Binary files a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.webp b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.webp
new file mode 100644
index 000000000000..126eff216d19
Binary files /dev/null and b/src/collections/blog/2020/2020-07-03-my-meshy-journey/ishita-kumar.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.png b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.png
deleted file mode 100644
index f18f3072308f..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.webp b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.webp
new file mode 100644
index 000000000000..9e5b560f651d
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/cblogo.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.jpg b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.jpg
deleted file mode 100644
index fb89c56b79e8..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.jpg and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.webp b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.webp
new file mode 100644
index 000000000000..7c4c1de1a43d
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/communitybridge.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/index.mdx b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/index.mdx
index 9fe7da49e0bd..17c74e90844a 100644
--- a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/index.mdx
+++ b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/index.mdx
@@ -3,8 +3,8 @@ title: "CommunityBridge 2020: Teaching service meshes to be compliant"
subtitle: ""
date: 2020-07-16 10:30:05 -0530
author: Kanishkar J
-thumbnail: ./communitybridge.jpg
-darkthumbnail: ./communitybridge.jpg
+thumbnail: ./communitybridge.webp
+darkthumbnail: ./communitybridge.webp
category: Programs
tags:
- Programs
@@ -17,8 +17,8 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import cblogo from "./cblogo.png";
-import smiLogo from "./smi.png";
+import cblogo from "./cblogo.webp";
+import smiLogo from "./smi.webp";
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.png b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.png
deleted file mode 100644
index fc63cba26fd4..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.webp b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.webp
new file mode 100644
index 000000000000..b94135f554fc
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/smi.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/index.mdx b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/index.mdx
index d01805aeb668..2af2109366bf 100644
--- a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/index.mdx
+++ b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/index.mdx
@@ -3,8 +3,8 @@ title: "Growing as an open source contributor with Layer5"
subtitle: ""
date: 2020-07-16 10:30:06 -0530
author: Ashis Kumar Singh
-thumbnail: ./the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.jpg
-darkthumbnail: ./the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.jpg
+thumbnail: ./the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.webp
+darkthumbnail: ./the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.webp
category: Community
tags:
- Community
@@ -12,11 +12,11 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import pic1 from "./pic1.png";
+import pic1 from "./pic1.webp";
import pic2 from "./pic2.jpeg";
-import pic3 from "./pic3.png";
-import pic4 from "./pic4.png";
-import pic5 from "./pic5.png";
+import pic3 from "./pic3.webp";
+import pic4 from "./pic4.webp";
+import pic5 from "./pic5.webp";
It all started 9 months ago when I stumbled across the following LinkedIn post, written by a college senior who had recently scored an internship with Redhat.
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.png b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.png
deleted file mode 100644
index 2aec570239ee..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.webp b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.webp
new file mode 100644
index 000000000000..fbd88c1ec5a3
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic1.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.png b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.png
deleted file mode 100644
index db1bb20b4a36..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.webp b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.webp
new file mode 100644
index 000000000000..09d978200941
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic3.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.png b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.png
deleted file mode 100644
index ac4a4ae645be..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.webp b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.webp
new file mode 100644
index 000000000000..f504d07bd27b
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic4.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.png b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.png
deleted file mode 100644
index 900a1083ee1d..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.webp b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.webp
new file mode 100644
index 000000000000..b3d95b32977a
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/pic5.webp differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.jpg b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.jpg
deleted file mode 100644
index e2d2065af7f4..000000000000
Binary files a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.jpg and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.webp b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.webp
new file mode 100644
index 000000000000..79eda68a2d19
Binary files /dev/null and b/src/collections/blog/2020/2020-07-16-growing-as-an-open-source-contributor-with-layer5/the-enterprise-path-to-service-mesh-book-signed-by-lee-calcote.webp differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.png b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.png
deleted file mode 100644
index 692437333a9e..000000000000
Binary files a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.webp b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.webp
new file mode 100644
index 000000000000..ebf385d770e4
Binary files /dev/null and b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image1.webp differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.png b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.png
deleted file mode 100644
index 05e5da3e9308..000000000000
Binary files a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.webp b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.webp
new file mode 100644
index 000000000000..fcbd8f26f0ca
Binary files /dev/null and b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image2.webp differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.png b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.png
deleted file mode 100644
index 4cbd1c595636..000000000000
Binary files a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.webp b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.webp
new file mode 100644
index 000000000000..2f2649d3b0d8
Binary files /dev/null and b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image3.webp differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.png b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.png
deleted file mode 100644
index 478decd69e3b..000000000000
Binary files a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.webp b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.webp
new file mode 100644
index 000000000000..de17d6f93dae
Binary files /dev/null and b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/image4.webp differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/index.mdx b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/index.mdx
index 9724bd2d0db1..55237b87399c 100644
--- a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/index.mdx
+++ b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/index.mdx
@@ -3,8 +3,8 @@ title: "Service Mesh (Istio) patterns for Multitenancy"
subtitle: ""
date: 2020-07-18 10:30:05 -0530
author: Sudeep Batra
-thumbnail: ./image2.png
-darkthumbnail: ./image2.png
+thumbnail: ./image2.webp
+darkthumbnail: ./image2.webp
category: Istio
tags:
- Service Mesh
@@ -20,11 +20,11 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import listioLayer5 from "./layer5-and-istio.png";
-import img1 from "./image1.png";
-import img2 from "./image2.png";
-import img3 from "./image3.png";
-import img4 from "./image4.png";
+import listioLayer5 from "./layer5-and-istio.webp";
+import img1 from "./image1.webp";
+import img2 from "./image2.webp";
+import img3 from "./image3.webp";
+import img4 from "./image4.webp";
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.png b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.png
deleted file mode 100644
index 149a7b74e37b..000000000000
Binary files a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.webp b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.webp
new file mode 100644
index 000000000000..338a07f3892a
Binary files /dev/null and b/src/collections/blog/2020/2020-07-18-service-mesh-patterns-for-multitenancy/layer5-and-istio.webp differ
diff --git a/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.png b/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.png
deleted file mode 100644
index 6dc7de35aba2..000000000000
Binary files a/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.webp b/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.webp
new file mode 100644
index 000000000000..b0c1e8bbdc39
Binary files /dev/null and b/src/collections/blog/2020/2020-08-04-how-i-schooled-my-seniors/feature-image.webp differ
diff --git a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/index.mdx b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/index.mdx
index 26731e347e72..73315f87d5bc 100644
--- a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/index.mdx
+++ b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/index.mdx
@@ -3,8 +3,8 @@ title: "Announcing Meshery v0.4.0"
subtitle: ""
date: 2020-08-07 08:00:00 +0000
author: Layer5 Team
-thumbnail: ./meshery-v040.png
-darkthumbnail: ./meshery-v040.png
+thumbnail: ./meshery-v040.webp
+darkthumbnail: ./meshery-v040.webp
category: Announcements
tags:
- Meshery
@@ -20,7 +20,7 @@ redirect_from:
import { BlogWrapper } from "../../Blog.style.js";
import operator from "./meshery-operator-dark.svg";
-import MesheryArchitecture from "./meshery-architecture.png";
+import MesheryArchitecture from "./meshery-architecture.webp";
diff --git a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.png b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.png
deleted file mode 100644
index a225d7f01d0e..000000000000
Binary files a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.webp b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.webp
new file mode 100644
index 000000000000..77e3e1d43515
Binary files /dev/null and b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-architecture.webp differ
diff --git a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.png b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.png
deleted file mode 100644
index c1f847a28812..000000000000
Binary files a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.webp b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.webp
new file mode 100644
index 000000000000..3c27c939a286
Binary files /dev/null and b/src/collections/blog/2020/2020-08-07-announcing-meshery-v0.4/meshery-v040.webp differ
diff --git a/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/index.mdx b/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/index.mdx
index 6fba74c5ac8a..4306a69a7804 100644
--- a/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/index.mdx
+++ b/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/index.mdx
@@ -3,8 +3,8 @@ title: "Learn How to Write WASM Filters"
subtitle: "for Envoy in Rust and Deploy with Consul"
date: 2020-08-11 08:00:00 -0530
author: Lee Calcote
-thumbnail: ./layer5-white-bg.png
-darkthumbnail: ./layer5-white-bg.png
+thumbnail: ./layer5-white-bg.webp
+darkthumbnail: ./layer5-white-bg.webp
category: WebAssembly
tags:
- WASM
diff --git a/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.png b/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.png
deleted file mode 100644
index 4ad3d2f20b71..000000000000
Binary files a/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.webp b/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.webp
new file mode 100644
index 000000000000..90b054f1c195
Binary files /dev/null and b/src/collections/blog/2020/2020-08-11-20-learn-how-to-write-wasm-filters-for-envoy-in-rust-and-deploy-with-consul/layer5-white-bg.webp differ
diff --git a/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/index.mdx b/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/index.mdx
index 90c30b26eb21..ed4acc75128c 100644
--- a/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/index.mdx
+++ b/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/index.mdx
@@ -3,8 +3,8 @@ title: "My journey from a contributor to a maintainer!"
subtitle: ""
date: 2020-08-11 10:55:05 -0530
author: Nikhil Ladha
-thumbnail: ./pic1.png
-darkthumbnail: ./pic1.png
+thumbnail: ./pic1.webp
+darkthumbnail: ./pic1.webp
category: Community
tags:
- MeshMate
diff --git a/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.png b/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.png
deleted file mode 100644
index 053eba1eb8c3..000000000000
Binary files a/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.webp b/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.webp
new file mode 100644
index 000000000000..916aeb01a540
Binary files /dev/null and b/src/collections/blog/2020/2020-08-11-my-journey-from-a-contributor-to-a-maintainer/pic1.webp differ
diff --git a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.png b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.png
deleted file mode 100644
index cd383dab675f..000000000000
Binary files a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.webp b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.webp
new file mode 100644
index 000000000000..d5bfb9cfd2b2
Binary files /dev/null and b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/conformance-results.webp differ
diff --git a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/index.mdx b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/index.mdx
index a6c0836e7261..3edbe99b6fd7 100644
--- a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/index.mdx
+++ b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/index.mdx
@@ -3,8 +3,8 @@ title: "Announcing the Meshery Adapter for Open Service Mesh"
subtitle: "Adding another service mesh to the landscape and another adapter to Meshery"
date: 2020-08-20 10:17:05 +0000
author: Lee Calcote
-thumbnail: ./meshery-open-service.png
-darkthumbnail: ./meshery-open-service.png
+thumbnail: ./meshery-open-service.webp
+darkthumbnail: ./meshery-open-service.webp
category: "Open Service Mesh"
tags:
- Meshery
@@ -20,7 +20,7 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import conformance from "./conformance-results.png";
+import conformance from "./conformance-results.webp";
diff --git a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.png b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.png
deleted file mode 100644
index 06c89951db4e..000000000000
Binary files a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.webp b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.webp
new file mode 100644
index 000000000000..04ba27168ae2
Binary files /dev/null and b/src/collections/blog/2020/2020-08-20-announcing-the-meshery-adapter-for-open-service-mesh/meshery-open-service.webp differ
diff --git a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/index.mdx b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/index.mdx
index 999f3e30937c..99b937f40de6 100644
--- a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/index.mdx
+++ b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/index.mdx
@@ -3,8 +3,8 @@ title: "Performance benchmarking using Meshery and Nighthawk"
subtitle: ""
date: 2020-09-19 11:00:05 +0530
author: Layer5 Team
-thumbnail: ./mesheryctl.png
-darkthumbnail: ./mesheryctl.png
+thumbnail: ./mesheryctl.webp
+darkthumbnail: ./mesheryctl.webp
category: Performance
tags:
- Nighthawk
@@ -20,7 +20,7 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import smpImg from "./smp.png";
+import smpImg from "./smp.webp";
diff --git a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.png b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.png
deleted file mode 100644
index 81a808f3cd16..000000000000
Binary files a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.webp b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.webp
new file mode 100644
index 000000000000..d3e321854f83
Binary files /dev/null and b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/mesheryctl.webp differ
diff --git a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.png b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.png
deleted file mode 100644
index 6b244a3f71c0..000000000000
Binary files a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.webp b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.webp
new file mode 100644
index 000000000000..f301087f0cb2
Binary files /dev/null and b/src/collections/blog/2020/2020-09-19-performance-benchmarking-using-meshery-and-nighthawk/smp.webp differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/index.mdx b/src/collections/blog/2020/2020-09-25-announcing-meshmates/index.mdx
index c323a5f2af49..b1d2702ee90b 100644
--- a/src/collections/blog/2020/2020-09-25-announcing-meshmates/index.mdx
+++ b/src/collections/blog/2020/2020-09-25-announcing-meshmates/index.mdx
@@ -2,8 +2,8 @@
title: "Announcing a new line of MeshMates"
date: 2020-09-25 08:00:00 +0000
author: Our MeshMates with π€
-thumbnail: ./meshmate-announcement.png
-darkthumbnail: ./meshmate-announcement.png
+thumbnail: ./meshmate-announcement.webp
+darkthumbnail: ./meshmate-announcement.webp
category: Announcements
tags:
- Community
@@ -16,9 +16,9 @@ redirect_from:
import { Link } from "gatsby";
-import Ruth from "./meshmate-ruth-ikegah.png";
-import Kelechi from "./meshmate-kelechi-precious.png";
-import Tanuj from "./meshmate-tanuj-agarwal.png";
+import Ruth from "./meshmate-ruth-ikegah.webp";
+import Kelechi from "./meshmate-kelechi-precious.webp";
+import Tanuj from "./meshmate-tanuj-agarwal.webp";
import { BlogWrapper } from "../../Blog.style.js";
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.png b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.png
deleted file mode 100644
index 494029a87961..000000000000
Binary files a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.webp b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.webp
new file mode 100644
index 000000000000..1818d2ce68f0
Binary files /dev/null and b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-announcement.webp differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.png b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.png
deleted file mode 100644
index 1703f34aafe1..000000000000
Binary files a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.webp b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.webp
new file mode 100644
index 000000000000..c972b9ed20a8
Binary files /dev/null and b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-kelechi-precious.webp differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.png b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.png
deleted file mode 100644
index fba763ddeb4f..000000000000
Binary files a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.webp b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.webp
new file mode 100644
index 000000000000..b6c56a47021f
Binary files /dev/null and b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-ruth-ikegah.webp differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.png b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.png
deleted file mode 100644
index 63fcd37f3704..000000000000
Binary files a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.webp b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.webp
new file mode 100644
index 000000000000..d6de56d08333
Binary files /dev/null and b/src/collections/blog/2020/2020-09-25-announcing-meshmates/meshmate-tanuj-agarwal.webp differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/index.mdx b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/index.mdx
index 4a35738c9ebe..8f769e1fa047 100644
--- a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/index.mdx
+++ b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/index.mdx
@@ -3,8 +3,8 @@ title: "Layer5 at KubeCon NA"
subtitle: "Join us at KubeCon North America 2020"
date: 2020-11-17 11:10:00 +0000
author: Lee Calcote
-thumbnail: ./kubecon-layer5.png
-darkthumbnail: ./kubecon-layer5.png
+thumbnail: ./kubecon-layer5.webp
+darkthumbnail: ./kubecon-layer5.webp
category: Announcements
tags:
- News
@@ -15,9 +15,9 @@ redirect_from:
---
import { BlogWrapper } from "../../Blog.style.js";
-import kubecon1 from "./kubecon1.jpg";
-import kubecon2 from "./kubecon2.png";
-import kubecon3 from "./kubecon3.png";
+import kubecon1 from "./kubecon1.webp";
+import kubecon2 from "./kubecon2.webp";
+import kubecon3 from "./kubecon3.webp";
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.png b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.png
deleted file mode 100644
index 32c1ef8b737a..000000000000
Binary files a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.webp b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.webp
new file mode 100644
index 000000000000..7d3a881488f5
Binary files /dev/null and b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon-layer5.webp differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.jpg b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.jpg
deleted file mode 100644
index f00eb0522161..000000000000
Binary files a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.jpg and /dev/null differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.webp b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.webp
new file mode 100644
index 000000000000..3572e9203bad
Binary files /dev/null and b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon1.webp differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.png b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.png
deleted file mode 100644
index 6ed4444ea001..000000000000
Binary files a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.webp b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.webp
new file mode 100644
index 000000000000..12dbcb0682b7
Binary files /dev/null and b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon2.webp differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.png b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.png
deleted file mode 100644
index 7ac15df0599c..000000000000
Binary files a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.webp b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.webp
new file mode 100644
index 000000000000..db5d90b22774
Binary files /dev/null and b/src/collections/blog/2020/2020-11-17-layer5-at-kubecon-2020/kubecon3.webp differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.png b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.png
deleted file mode 100644
index 816b1d05b794..000000000000
Binary files a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.webp b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.webp
new file mode 100644
index 000000000000..fbe6693b3201
Binary files /dev/null and b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/best-practices-selecting-elements.webp differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.png b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.png
deleted file mode 100644
index 9fb803d38449..000000000000
Binary files a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.webp b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.webp
new file mode 100644
index 000000000000..634da3b402ae
Binary files /dev/null and b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-logo.webp differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.png b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.png
deleted file mode 100644
index 86dfa7058e82..000000000000
Binary files a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.png and /dev/null differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.webp b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.webp
new file mode 100644
index 000000000000..85777ab106f4
Binary files /dev/null and b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/cypress-test-runner.webp differ
diff --git a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/index.mdx b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/index.mdx
index e301603cb33c..e6bc64ffebd4 100644
--- a/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/index.mdx
+++ b/src/collections/blog/2020/2020-12-16-functional-testing-with-cypress-in-Meshery-ui/index.mdx
@@ -3,8 +3,8 @@ title: "Functional Testing with Cypress in Meshery UI"
subtitle: ""
date: 2020-12-16 11:10:00 +0000
author: Rodolfo Martinez Vega
-thumbnail: ./cypress-logo.png
-darkthumbnail: ./cypress-logo.png
+thumbnail: ./cypress-logo.webp
+darkthumbnail: ./cypress-logo.webp
category: Meshery
tags:
- Testing
@@ -16,8 +16,8 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import bestPracticesSelectingElementsImg from './best-practices-selecting-elements.png';
-import cypressTestRunnerImg from './cypress-test-runner.png';
+import bestPracticesSelectingElementsImg from './best-practices-selecting-elements.webp';
+import cypressTestRunnerImg from './cypress-test-runner.webp';
diff --git a/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/index.mdx b/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/index.mdx
index bec063fd0000..e5859064ad65 100644
--- a/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/index.mdx
+++ b/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/index.mdx
@@ -3,8 +3,8 @@ title: "Meet the Maintainer: Michael Gfeller"
subtitle: "An interview series with Layer5 Maintainers"
date: 2021-02-04 10:30:05 -0530
author: Shriti Chandra
-thumbnail: "./michael-gfeller-layer5-maintainer.png"
-darkthumbnail: "./michael-gfeller-layer5-maintainer.png"
+thumbnail: "./michael-gfeller-layer5-maintainer.webp"
+darkthumbnail: "./michael-gfeller-layer5-maintainer.webp"
category: "Community"
tags:
- Community
@@ -12,7 +12,7 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import img from "./michael-gfeller-layer5-maintainer.png";
+import img from "./michael-gfeller-layer5-maintainer.webp";
import { MeetTheMaintainer } from "./MeetTheMaintainer.style";
import { Link } from "gatsby";
import ForkLift from "../../../../assets/images/app/hero/forklift.svg";
diff --git a/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.png b/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.png
deleted file mode 100644
index 44eb4429f485..000000000000
Binary files a/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.webp b/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.webp
new file mode 100644
index 000000000000..8af65e148fef
Binary files /dev/null and b/src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/michael-gfeller-layer5-maintainer.webp differ
diff --git a/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/index.mdx b/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/index.mdx
index 171248d01a6c..0e4792e186ba 100644
--- a/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/index.mdx
+++ b/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/index.mdx
@@ -3,8 +3,8 @@ title: "Introducing Meshkit and the Meshery Adapter Library"
subtitle: "Making the DX of service mesh management easy."
date: 2021-02-07 12:12:12 +0002
author: Michael Gfeller
-thumbnail: ./meshery-adapter-library-overview.png
-darkthumbnail: ./meshery-adapter-library-overview.png
+thumbnail: ./meshery-adapter-library-overview.webp
+darkthumbnail: ./meshery-adapter-library-overview.webp
category: Meshery
tags:
- Announcements
@@ -21,7 +21,7 @@ import { MeshkitMesheryAdapterLib } from "./MeshkitMesheryAdapterLib.style";
import { Link } from "gatsby";
import mesheryAdapterLibrary from "./meshery-adapter-library.svg";
-import malOverview from "./meshery-adapter-library-overview.png";
+import malOverview from "./meshery-adapter-library-overview.webp";
diff --git a/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.png b/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.png
deleted file mode 100644
index 3c2ce359a7a6..000000000000
Binary files a/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.webp b/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.webp
new file mode 100644
index 000000000000..c71e7f6b2059
Binary files /dev/null and b/src/collections/blog/2021/2021-02-07-meshkit-and-meshery-adapter-library/meshery-adapter-library-overview.webp differ
diff --git a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.png b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.png
deleted file mode 100644
index f51d6e302539..000000000000
Binary files a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.webp b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.webp
new file mode 100644
index 000000000000..f7848303cb20
Binary files /dev/null and b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/MeshMate-of-the-Year-2020-Nihkil-Ladha.webp differ
diff --git a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/index.mdx b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/index.mdx
index 21bcf2d62038..34f490cb80bb 100644
--- a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/index.mdx
+++ b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/index.mdx
@@ -3,8 +3,8 @@ title: "MeshMate of the Year 2020: Nikhil Ladha"
subtitle: ""
date: 2021-04-05 09:10:00 +0000
author: Lee Calcote
-thumbnail: ./MeshMate-of-the-Year-2020-Nihkil-Ladha.png
-darkthumbnail: ./MeshMate-of-the-Year-2020-Nihkil-Ladha.png
+thumbnail: ./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp
+darkthumbnail: ./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp
category: Community
tags:
- Community
@@ -12,13 +12,13 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import MMoY2020 from "./meshmate-of-the-year-2020.png";
+import MMoY2020 from "./meshmate-of-the-year-2020.webp";
import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
import { Link } from "gatsby";
import MeshMate from "../../../../assets/images/meshmate/meshmate-stack.svg";
-import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.png";
+import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp";
diff --git a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.png b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.png
deleted file mode 100644
index 68fcc2eea4ca..000000000000
Binary files a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.webp b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.webp
new file mode 100644
index 000000000000..6a083cf4d4cf
Binary files /dev/null and b/src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/meshmate-of-the-year-2020.webp differ
diff --git a/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/index.mdx b/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/index.mdx
index 5a44fa88dbac..31fbf00af126 100644
--- a/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/index.mdx
+++ b/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/index.mdx
@@ -3,8 +3,8 @@ title: "Meet the Maintainer: Jash Patel"
subtitle: "An interview series with Layer5 Maintainers"
date: 2021-04-16 10:30:05 -0530
author: Ruth Ikegah
-thumbnail: "./jash-patel-layer5-maintainer.png"
-darkthumbnail: "./jash-patel-layer5-maintainer.png"
+thumbnail: "./jash-patel-layer5-maintainer.webp"
+darkthumbnail: "./jash-patel-layer5-maintainer.webp"
category: Community
tags:
- Community
@@ -12,7 +12,7 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import img from "./jash-patel-layer5-maintainer.png";
+import img from "./jash-patel-layer5-maintainer.webp";
import { MeetTheMaintainer } from "./MeetTheMaintainer.style";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.png b/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.png
deleted file mode 100644
index 8eee87a6c563..000000000000
Binary files a/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.webp b/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.webp
new file mode 100644
index 000000000000..384f39812cc0
Binary files /dev/null and b/src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/jash-patel-layer5-maintainer.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.png
deleted file mode 100644
index 5eee420dc501..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.webp
new file mode 100644
index 000000000000..566ed9732b77
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774B.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.png
deleted file mode 100644
index 5037f627d26e..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.webp
new file mode 100644
index 000000000000..8c932b877033
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774C.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.png
deleted file mode 100644
index c5f38d5236b0..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.webp
new file mode 100644
index 000000000000..8374299b4402
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/3CA77079FA24774D.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.png
deleted file mode 100644
index 5037f627d26e..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.webp
new file mode 100644
index 000000000000..8c932b877033
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA62.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.png
deleted file mode 100644
index 63adda2d0919..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.webp
new file mode 100644
index 000000000000..b1cbf1cdebc5
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/8FA643EDEBF8AA66.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/index.mdx b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/index.mdx
index 06484e42135e..f77e23657b90 100644
--- a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/index.mdx
+++ b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/index.mdx
@@ -3,8 +3,8 @@ title: "Announcing Meshery v0.5.0"
subtitle: ""
date: 2021-04-19 08:00:00 +0000
author: Aisuko Li
-thumbnail: ./v0.5.0.png
-darkthumbnail: ./v0.5.0.png
+thumbnail: ./v0.5.0.webp
+darkthumbnail: ./v0.5.0.webp
category: Announcements
tags:
- Meshery
@@ -20,7 +20,7 @@ redirect_from:
import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
-import MesheryOperatorShot from "./meshery-operator-v0.5.0.png";
+import MesheryOperatorShot from "./meshery-operator-v0.5.0.webp";
import MesheryOperator from "./meshery-operator-dark.svg";
import MeshSync from "./meshsync.svg";
import MesheryDB from "./meshery-database.svg";
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-database.svg b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-database.svg
index be173316578d..84387f6c581c 100644
--- a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-database.svg
+++ b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-database.svg
@@ -49,7 +49,7 @@
-
+
@@ -1670,7 +1670,7 @@
-
+
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-extensibility.svg b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-extensibility.svg
index 818e3131bba8..34d3e4148398 100644
--- a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-extensibility.svg
+++ b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-extensibility.svg
@@ -44,7 +44,7 @@
-
+
@@ -2484,7 +2484,7 @@
-
+
@@ -2500,7 +2500,7 @@
-
+
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.png
deleted file mode 100644
index 90d5e05c1974..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.webp
new file mode 100644
index 000000000000..3d96eacb055f
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery-operator-v0.5.0.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.png
deleted file mode 100644
index f24ac6d08f23..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.webp
new file mode 100644
index 000000000000..a650c70eea11
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/meshery.webp differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.png b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.png
deleted file mode 100644
index f38e786cfde5..000000000000
Binary files a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.webp b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.webp
new file mode 100644
index 000000000000..62c283a55aa6
Binary files /dev/null and b/src/collections/blog/2021/2021-04-19-announcing-meshery-v0.5/v0.5.0.webp differ
diff --git a/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.png b/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.png
deleted file mode 100644
index 436dfeb18322..000000000000
Binary files a/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.webp b/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.webp
new file mode 100644
index 000000000000..a9fc86c46f1d
Binary files /dev/null and b/src/collections/blog/2021/2021-04-24-buf-protocols/buf-protocol.webp differ
diff --git a/src/collections/blog/2021/2021-04-24-buf-protocols/index.mdx b/src/collections/blog/2021/2021-04-24-buf-protocols/index.mdx
index 2528c1f5f38e..ad1986bbc5af 100644
--- a/src/collections/blog/2021/2021-04-24-buf-protocols/index.mdx
+++ b/src/collections/blog/2021/2021-04-24-buf-protocols/index.mdx
@@ -3,8 +3,8 @@ title: "Rethinking Protocol Buffers with Buf"
subtitle: "Buf makes Protocol Buffer APIs easier to create, maintain, and consume"
date: 2021-05-24 22:19:00
author: "Adithya Krishna"
-thumbnail: ./buf-protocol.png
-darkthumbnail: ./buf-protocol.png
+thumbnail: ./buf-protocol.webp
+darkthumbnail: ./buf-protocol.webp
category: "Cloud Native"
tags:
- gRPC
@@ -16,7 +16,7 @@ type: Blog
import { BlogWrapper } from "../../Blog.style.js";
import { BufProtocol } from "./BufProtocol.style";
import { Link } from "gatsby";
-import Problems from "./problems.png";
+import Problems from "./problems.webp";
diff --git a/src/collections/blog/2021/2021-04-24-buf-protocols/problems.png b/src/collections/blog/2021/2021-04-24-buf-protocols/problems.png
deleted file mode 100644
index 5189a84b0d11..000000000000
Binary files a/src/collections/blog/2021/2021-04-24-buf-protocols/problems.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-04-24-buf-protocols/problems.webp b/src/collections/blog/2021/2021-04-24-buf-protocols/problems.webp
new file mode 100644
index 000000000000..d55c1997089c
Binary files /dev/null and b/src/collections/blog/2021/2021-04-24-buf-protocols/problems.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.jpg
deleted file mode 100644
index fe05728e798d..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.webp
new file mode 100644
index 000000000000..13309989085d
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/abiolaSCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.jpg
deleted file mode 100644
index 15b252344218..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.webp
new file mode 100644
index 000000000000..f281fcc23ddf
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/blossomSCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.jpg
deleted file mode 100644
index 89c5b3244fbb..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.webp
new file mode 100644
index 000000000000..945ec788c635
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/cynthiaSCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.jpg
deleted file mode 100644
index 3cca35659070..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.webp
new file mode 100644
index 000000000000..a233c45d098f
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/elizabethSCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/index.mdx b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/index.mdx
index 297eb52028f8..eb27584cf045 100644
--- a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/index.mdx
+++ b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/index.mdx
@@ -2,8 +2,8 @@
title: "She Code Africa Contributhon Boot Camp Report"
date: 2021-06-25 16:00:00 +0000
author: Anita Charles
-thumbnail: ./sca-thumbnail.png
-darkthumbnail: ./sca-thumbnail.png
+thumbnail: ./sca-thumbnail.webp
+darkthumbnail: ./sca-thumbnail.webp
category: Community
tags:
- Community
@@ -13,13 +13,13 @@ published: true
import { Link } from "gatsby";
-import Sandy from "./sandySCA.jpg";
-import Abiola from "./abiolaSCA.jpg";
-import Cynthia from "./cynthiaSCA.jpg";
-import Elizabeth from "./elizabethSCA.jpg";
-import Blossom from "./blossomSCA.jpg";
-import Joy from "./joySCA.jpg";
-import Naimat from "./naimatSCA.jpg";
+import Sandy from "./sandySCA.webp";
+import Abiola from "./abiolaSCA.webp";
+import Cynthia from "./cynthiaSCA.webp";
+import Elizabeth from "./elizabethSCA.webp";
+import Blossom from "./blossomSCA.webp";
+import Joy from "./joySCA.webp";
+import Naimat from "./naimatSCA.webp";
import { BlogWrapper } from "../../Blog.style.js";
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.jpg
deleted file mode 100644
index 44d7e51e6737..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.webp
new file mode 100644
index 000000000000..a491f81ee4c3
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/joySCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.jpg
deleted file mode 100644
index ed2a3caab976..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.webp
new file mode 100644
index 000000000000..c335ce8015b0
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/naimatSCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.jpg b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.jpg
deleted file mode 100644
index d253f9939c33..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.webp
new file mode 100644
index 000000000000..17dc9b853efd
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sandySCA.webp differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.png b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.png
deleted file mode 100644
index ae9e03528d5c..000000000000
Binary files a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.webp b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.webp
new file mode 100644
index 000000000000..ce78817c5c07
Binary files /dev/null and b/src/collections/blog/2021/2021-06-25-she-code-africa-contributhon-boot-camp/sca-thumbnail.webp differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/index.mdx b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/index.mdx
index f60779743726..1392557831a3 100644
--- a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/index.mdx
+++ b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/index.mdx
@@ -2,8 +2,8 @@
title: "Meet the Summer Interns of 2021"
date: 2021-06-04 08:00:00 +0000
author: Interns of Summer 2021
-thumbnail: ./summer-intern.png
-darkthumbnail: ./summer-intern.png
+thumbnail: ./summer-intern.webp
+darkthumbnail: ./summer-intern.webp
category: "Community"
tags:
- Community
@@ -13,9 +13,9 @@ published: true
import { Link } from "gatsby";
-import Dhruv from "./intern-dhruv-patel.png";
-import Soham from "./intern-soham-sonawane.png";
-import Piyush from "./intern-piyush-singariya.png";
+import Dhruv from "./intern-dhruv-patel.webp";
+import Soham from "./intern-soham-sonawane.webp";
+import Piyush from "./intern-piyush-singariya.webp";
import { BlogWrapper } from "../../Blog.style.js";
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.png b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.png
deleted file mode 100644
index 205d01bc333f..000000000000
Binary files a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.webp b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.webp
new file mode 100644
index 000000000000..356e31166322
Binary files /dev/null and b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-dhruv-patel.webp differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.png b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.png
deleted file mode 100644
index 8618c52a35e2..000000000000
Binary files a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.webp b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.webp
new file mode 100644
index 000000000000..325eb4a882fe
Binary files /dev/null and b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-piyush-singariya.webp differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.png b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.png
deleted file mode 100644
index a087d2ab79ec..000000000000
Binary files a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.webp b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.webp
new file mode 100644
index 000000000000..7bf76294a165
Binary files /dev/null and b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/intern-soham-sonawane.webp differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.png b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.png
deleted file mode 100644
index 55d3938b88d4..000000000000
Binary files a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.webp b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.webp
new file mode 100644
index 000000000000..a55c98e27277
Binary files /dev/null and b/src/collections/blog/2021/2021-06-4-announcing-summer-interns/summer-intern.webp differ
diff --git a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.png b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.png
deleted file mode 100644
index aea919b41657..000000000000
Binary files a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.webp b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.webp
new file mode 100644
index 000000000000..f3b41ddbc139
Binary files /dev/null and b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc-wide.webp differ
diff --git a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.png b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.png
deleted file mode 100644
index a4ff967e4062..000000000000
Binary files a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.webp b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.webp
new file mode 100644
index 000000000000..beee0e9a4f93
Binary files /dev/null and b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/gsoc.webp differ
diff --git a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/index.mdx b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/index.mdx
index d30adcd42345..ddcff3d48bc4 100644
--- a/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/index.mdx
+++ b/src/collections/blog/2021/2021-08-24-experience-gsoc-piyush-singariya/index.mdx
@@ -3,8 +3,8 @@ title: GSoC Experience @ Layer5 - Piyush Singariya
subtitle: damn, it was good!
date: 2021-08-25 10:30:05 -0530
author: Piyush Singariya
-thumbnail: ./gsoc-wide.png
-darkthumbnail: ./gsoc-wide.png
+thumbnail: ./gsoc-wide.webp
+darkthumbnail: ./gsoc-wide.webp
category: Programs
tags:
- GSoC
@@ -16,7 +16,7 @@ published: true
import { BlogWrapper } from "../../Blog.style.js";
-import gsocLogo from "./gsoc.png";
+import gsocLogo from "./gsoc.webp";
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.png b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.png
deleted file mode 100644
index 643ee016a3a1..000000000000
Binary files a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.webp b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.webp
new file mode 100644
index 000000000000..dacefc5a5bee
Binary files /dev/null and b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/ashish-tiwari.webp differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.png b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.png
deleted file mode 100644
index adef85238275..000000000000
Binary files a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.webp b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.webp
new file mode 100644
index 000000000000..4c8d7e6c6132
Binary files /dev/null and b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/bariq-nurlis.webp differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.png b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.png
deleted file mode 100644
index 2654cc846178..000000000000
Binary files a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.webp b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.webp
new file mode 100644
index 000000000000..f97192cbc141
Binary files /dev/null and b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/fall-interns.webp differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/index.mdx b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/index.mdx
index 1417bee61249..b5ff223781b0 100644
--- a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/index.mdx
+++ b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/index.mdx
@@ -2,8 +2,8 @@
title: "Meet the Fall Interns of 2021"
date: 2021-09-01 08:00:00 +0000
author: Interns of Fall 2021
-thumbnail: ./fall-interns.png
-darkthumbnail: ./fall-interns.png
+thumbnail: ./fall-interns.webp
+darkthumbnail: ./fall-interns.webp
category: "Community"
tags:
- Community
@@ -13,10 +13,10 @@ published: true
import { Link } from "gatsby";
-import Nithish from "./nithish-karthik.png";
-import Ashish from "./ashish-tiwari.png";
-import Rudraksh from "./rudraksh-pareek.png";
-import Bariq from "./bariq-nurlis.png";
+import Nithish from "./nithish-karthik.webp";
+import Ashish from "./ashish-tiwari.webp";
+import Rudraksh from "./rudraksh-pareek.webp";
+import Bariq from "./bariq-nurlis.webp";
import { BlogWrapper } from "../../Blog.style.js";
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.png b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.png
deleted file mode 100644
index 78645254b79e..000000000000
Binary files a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.webp b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.webp
new file mode 100644
index 000000000000..9f76638b96ca
Binary files /dev/null and b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/nithish-karthik.webp differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.png b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.png
deleted file mode 100644
index 729054263359..000000000000
Binary files a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.webp b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.webp
new file mode 100644
index 000000000000..d9520c616360
Binary files /dev/null and b/src/collections/blog/2021/2021-09-01-announcing-fall-interns/rudraksh-pareek.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.png
deleted file mode 100644
index b7006fb25182..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.webp
new file mode 100644
index 000000000000..b6d1a26db958
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Cover-image.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.png
deleted file mode 100644
index 6cd57f213972..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.webp
new file mode 100644
index 000000000000..5f608ca20b8a
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph1.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.png
deleted file mode 100644
index 6558beb4b184..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.webp
new file mode 100644
index 000000000000..fd1462ff44e2
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Graph2.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.png
deleted file mode 100644
index eb70733e52aa..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.webp
new file mode 100644
index 000000000000..07d1e13cb954
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/Hamlet.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.png
deleted file mode 100644
index 396adcc6812b..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.webp
new file mode 100644
index 000000000000..fc038dedaefa
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMI-demo.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.png
deleted file mode 100644
index fb8e97630419..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.webp
new file mode 100644
index 000000000000..8068a50642ed
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/SMP.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.png
deleted file mode 100644
index 8cb5334006ae..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.webp
new file mode 100644
index 000000000000..0711df704f1a
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/abstractions.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.png
deleted file mode 100644
index 374352f2c7b3..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.webp
new file mode 100644
index 000000000000..6b281ab903c3
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/architectures.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.png
deleted file mode 100644
index 6b940bbbc70b..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.webp
new file mode 100644
index 000000000000..a7f53c78eff9
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/cloud-native-journey.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.png b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.png
deleted file mode 100644
index 3f183f2fca96..000000000000
Binary files a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.webp b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.webp
new file mode 100644
index 000000000000..71a3d0d4919a
Binary files /dev/null and b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/flowchart.webp differ
diff --git a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/index.mdx b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/index.mdx
index 61727d74a716..f9a495a54723 100644
--- a/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/index.mdx
+++ b/src/collections/blog/2021/2021-09-20-service-mesh-specifications-and-why-they-matter/index.mdx
@@ -2,8 +2,8 @@
title: "Service Mesh Specifications and Why They Matter"
date: 2021-09-20 10:30:05 -0530
author: Debopriya Bhattacharjee
-thumbnail: ./Cover-image.png
-darkthumbnail: ./Cover-image.png
+thumbnail: ./Cover-image.webp
+darkthumbnail: ./Cover-image.webp
category: "Service Mesh Specifications"
tags:
- Projects
@@ -18,14 +18,14 @@ product: Service Mesh Performance
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import Hamlet from "./Hamlet.png";
-import Graph from "./Graph1.png";
-import Bucket from "./Graph2.png";
-import SMI from "./SMI-demo.png";
-import SMP from "./SMP.png";
-import Abstractions from "./abstractions.png";
-import Journey from "./cloud-native-journey.png";
-import Flowchart from "./flowchart.png";
+import Hamlet from "./Hamlet.webp";
+import Graph from "./Graph1.webp";
+import Bucket from "./Graph2.webp";
+import SMI from "./SMI-demo.webp";
+import SMP from "./SMP.webp";
+import Abstractions from "./abstractions.webp";
+import Journey from "./cloud-native-journey.webp";
+import Flowchart from "./flowchart.webp";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.png b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.png
deleted file mode 100644
index 1b6e29fb0edf..000000000000
Binary files a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.webp b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.webp
new file mode 100644
index 000000000000..98fb776188b5
Binary files /dev/null and b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/download-token.webp differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/index.mdx b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/index.mdx
index 183aa7d36ea0..8e57c1840401 100644
--- a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/index.mdx
+++ b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/index.mdx
@@ -3,8 +3,8 @@ title: "Pipelining Service Mesh Specifications"
subtitle: "Using SMI and SMP specs on your CI/CD pipelines with Meshery's GitHub Actions"
date: 2021-11-09 10:30:05 -0530
author: Layer5 Team
-thumbnail: ./service-mesh-specifications.png
-darkthumbnail: ./service-mesh-specifications.png
+thumbnail: ./service-mesh-specifications.webp
+darkthumbnail: ./service-mesh-specifications.webp
category: "Service Mesh Specifications"
tags:
- SMI
@@ -19,9 +19,9 @@ product: Service Mesh Performance
import { Link } from "gatsby";
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import token from "./download-token.png";
-import perfdashboard from "./service-mesh-performance-profile-test-results.png"
-import smidashboard from "./smi-conformance-result.png";
+import token from "./download-token.webp";
+import perfdashboard from "./service-mesh-performance-profile-test-results.webp"
+import smidashboard from "./smi-conformance-result.webp";
import smpLogo from "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.svg";
import smiLogo from "../../../../assets/images/service-mesh-icons/service-mesh-interface/horizontal-stackedtext/color/servicemeshinterface-horizontal-stackedtext-color.svg";
import githubBlack from "../../../../assets/images/socialIcons/github_black.svg";
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.png b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.png
deleted file mode 100644
index 79f6910123e2..000000000000
Binary files a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.webp b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.webp
new file mode 100644
index 000000000000..365e9f5cad0d
Binary files /dev/null and b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-performance-profile-test-results.webp differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.png b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.png
deleted file mode 100644
index 16133c3d2de2..000000000000
Binary files a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.webp b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.webp
new file mode 100644
index 000000000000..bc91acca80d9
Binary files /dev/null and b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/service-mesh-specifications.webp differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.jpg b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.jpg
deleted file mode 100644
index 2198f4281b4f..000000000000
Binary files a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.png b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.png
deleted file mode 100644
index add369d8c38d..000000000000
Binary files a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.webp b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.webp
new file mode 100644
index 000000000000..8b73347e26a9
Binary files /dev/null and b/src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/smi-conformance-result.webp differ
diff --git a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.jpg b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.jpg
deleted file mode 100644
index 3be7786927e8..000000000000
Binary files a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.jpg and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.webp b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.webp
new file mode 100644
index 000000000000..49b83c3cf313
Binary files /dev/null and b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/ccoss-open-source.webp differ
diff --git a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/index.mdx b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/index.mdx
index 7d02a31652e9..e091d65ce816 100644
--- a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/index.mdx
+++ b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/index.mdx
@@ -3,8 +3,8 @@ title: "Meshery Workshop at CCOSS 2021"
subtitle: "Announcing the participation of the Meshery project in CCOSS 2021 event"
date: 2021-10-04 11:10:00 +0000
author: Rodolfo Martinez Vega
-thumbnail: ./ccoss-open-source.jpg
-darkthumbnail: ./ccoss-open-source.jpg
+thumbnail: ./ccoss-open-source.webp
+darkthumbnail: ./ccoss-open-source.webp
category: Events
tags:
- Events
@@ -14,7 +14,7 @@ published: true
import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
-import meshery from "./meshery-logo-light-text.png";
+import meshery from "./meshery-logo-light-text.webp";
October 04 to 09, 2021
diff --git a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.png b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.png
deleted file mode 100644
index a5cc303adefb..000000000000
Binary files a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.webp b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.webp
new file mode 100644
index 000000000000..7365d872374c
Binary files /dev/null and b/src/collections/blog/2021/2021-10-04-ccoss-meshery-event/meshery-logo-light-text.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/index.mdx b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/index.mdx
index 2b8099295222..ba501d2aa807 100644
--- a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/index.mdx
+++ b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/index.mdx
@@ -2,8 +2,8 @@
title: "An Introduction to Meshery (Webinar-on-Demand) "
date: 2021-10-09 10:30:05 -0530
author: Debopriya Bhattacharjee
-thumbnail: ./meshery-webinar.png
-darkthumbnail: ./meshery-webinar.png
+thumbnail: ./meshery-webinar.webp
+darkthumbnail: ./meshery-webinar.webp
category: "Meshery"
tags:
- Projects
@@ -17,18 +17,18 @@ product: Meshery
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import MeshManager from "./mesh-manager.png";
-import MesheryClients from "./meshery-clients.png";
-import Mesheryfeatures from "./meshery-features.png";
-import MesheryDeployments from "./meshery-deployment.png";
-import Nighthawk from "./nighthawk.png";
-import Patterns from "./patterns.png";
-import ServiceMeshPatterns from "./service-mesh-patterns.png";
-import Planes from "./planes.png";
+import MeshManager from "./mesh-manager.webp";
+import MesheryClients from "./meshery-clients.webp";
+import Mesheryfeatures from "./meshery-features.webp";
+import MesheryDeployments from "./meshery-deployment.webp";
+import Nighthawk from "./nighthawk.webp";
+import Patterns from "./patterns.webp";
+import ServiceMeshPatterns from "./service-mesh-patterns.webp";
+import Planes from "./planes.webp";
import Mesheryoperatoricon from "../../../../assets/images/meshery-operator/meshery-operator.svg";
import MesheryLogo from "../../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
import NighthawkIcon from "../../../../assets/images/nighthawk/icon-only/SVG/nighthawk-logo.svg";
-import PatternsLogo from "./patterns-logo.png";
+import PatternsLogo from "./patterns-logo.webp";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.png
deleted file mode 100644
index b19036ac88cb..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.webp
new file mode 100644
index 000000000000..8d2c0dd02c09
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/mesh-manager.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.png
deleted file mode 100644
index 78fc90659ec6..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.webp
new file mode 100644
index 000000000000..9d4649159ceb
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-clients.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.png
deleted file mode 100644
index a009b3472099..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.webp
new file mode 100644
index 000000000000..f8a2c08f9b3c
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-deployment.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.png
deleted file mode 100644
index edebfb5d9d7c..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.webp
new file mode 100644
index 000000000000..70fcd22cba26
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-features.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.png
deleted file mode 100644
index 6f763cd6ed16..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.webp
new file mode 100644
index 000000000000..06ab2605e8c4
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/meshery-webinar.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.png
deleted file mode 100644
index f382c0061803..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.webp
new file mode 100644
index 000000000000..ab9ce7b71ca6
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/nighthawk.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.png
deleted file mode 100644
index 857d772f48e0..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.webp
new file mode 100644
index 000000000000..b226472a4112
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns-logo.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.png
deleted file mode 100644
index a261290f1c27..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.webp
new file mode 100644
index 000000000000..668093359ab0
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/patterns.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.png
deleted file mode 100644
index c84c56552910..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.webp
new file mode 100644
index 000000000000..d7b41136aee0
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/planes.webp differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.png b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.png
deleted file mode 100644
index 70f669fdd942..000000000000
Binary files a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.png and /dev/null differ
diff --git a/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.webp b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.webp
new file mode 100644
index 000000000000..e9bf28816020
Binary files /dev/null and b/src/collections/blog/2021/2021-10-09-an-introduction-to-meshery/service-mesh-patterns.webp differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/index.mdx b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/index.mdx
index b488010203da..8ca4ea7b4d43 100644
--- a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/index.mdx
+++ b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/index.mdx
@@ -3,8 +3,8 @@ title: "How to write unit and integration tests for mesheryctl"
date: 2022-01-05 19:32:05 -0530
author: Piyush Singariya
description: Unit and integration tests bolster and roll up into broader end-to-end, functional testing performed across Meshery and the rest of its components.
-thumbnail: ./integration-test.png
-darkthumbnail: ./integration-test.png
+thumbnail: ./integration-test.webp
+darkthumbnail: ./integration-test.webp
category: "Meshery"
tags:
- Projects
@@ -19,9 +19,9 @@ product: Meshery
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import UnitTest from "./unit-test.png";
-import IntegrationTest from "./integration-test.png";
-import TreeGraph from "./tree-graph.png";
+import UnitTest from "./unit-test.webp";
+import IntegrationTest from "./integration-test.webp";
+import TreeGraph from "./tree-graph.webp";
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.png b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.png
deleted file mode 100644
index b9bc69a3b731..000000000000
Binary files a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.webp b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.webp
new file mode 100644
index 000000000000..b32fead149c6
Binary files /dev/null and b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/integration-test.webp differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.png b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.png
deleted file mode 100644
index 226603b82974..000000000000
Binary files a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.webp b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.webp
new file mode 100644
index 000000000000..4385e0bc8597
Binary files /dev/null and b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/tree-graph.webp differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.png b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.png
deleted file mode 100644
index 09b5c1a70348..000000000000
Binary files a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.webp b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.webp
new file mode 100644
index 000000000000..6a6f9ddfce76
Binary files /dev/null and b/src/collections/blog/2022/2022-01-05-how-to-write-unit-and-integeration-tests-for-mesheryctl/unit-test.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.png
deleted file mode 100644
index 47cc75125cfd..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.webp
new file mode 100644
index 000000000000..09ef781e6b10
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/catalog.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.png
deleted file mode 100644
index e11cbd5f0858..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.webp
new file mode 100644
index 000000000000..0a997add6017
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/gnh-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/index.mdx b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/index.mdx
index 967036da36c9..9932ea682a16 100644
--- a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/index.mdx
+++ b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/index.mdx
@@ -2,8 +2,8 @@
title: "Recap KubeCon China 2021: TAG Network Deep-Dive"
date: 2022-01-07 10:30:05 -0530
author: Deepak Gupta
-thumbnail: ./tag-network-kubecon.png
-darkthumbnail: ./tag-network-kubecon.png
+thumbnail: ./tag-network-kubecon.webp
+darkthumbnail: ./tag-network-kubecon.webp
description: "Learn about the CNCF's Technical Advisory Group for Network's projects, including each of the initiatives in the Service Mesh Working Group, and how Meshery is central to each one of them."
type: Blog
category: "Events"
@@ -17,12 +17,12 @@ published: true
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import Projects from "./projects.png";
-import Gnh from "./gnh-meshery.png";
-import Smp from "./smp-meshery.png";
-import Smi from "./smi-meshery.png";
-import Patterns from "./patterns.png";
-import Catalog from "./catalog.png";
+import Projects from "./projects.webp";
+import Gnh from "./gnh-meshery.webp";
+import Smp from "./smp-meshery.webp";
+import Smi from "./smi-meshery.webp";
+import Patterns from "./patterns.webp";
+import Catalog from "./catalog.webp";
import slidesTAG from "../../../events/kubecon-china-2021/cncf-tag-network-and-service-mesh-working-group-kubecon-china-2021-lee-calcote-ken-owens.pdf";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.png
deleted file mode 100644
index fac62be1af7a..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.webp
new file mode 100644
index 000000000000..1a2a888a9f74
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/patterns.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.png
deleted file mode 100644
index 24707eeb1e0a..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.webp
new file mode 100644
index 000000000000..1472a93d07b6
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/projects.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.png
deleted file mode 100644
index 299967525205..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.webp
new file mode 100644
index 000000000000..fd46a9311165
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smi-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.png
deleted file mode 100644
index b64951ae7a2e..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.webp
new file mode 100644
index 000000000000..044d9df6a969
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/smp-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.png b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.png
deleted file mode 100644
index 113230357af3..000000000000
Binary files a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.webp b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.webp
new file mode 100644
index 000000000000..182e4952667c
Binary files /dev/null and b/src/collections/blog/2022/2022-01-07-Recap-KubeCon-China-TAG-Network-talk/tag-network-kubecon.webp differ
diff --git a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.png b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.png
deleted file mode 100644
index cf0ffb20cc16..000000000000
Binary files a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.webp b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.webp
new file mode 100644
index 000000000000..87f25e501429
Binary files /dev/null and b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Gaurav Chadha - Layer5 Intern.webp differ
diff --git a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.png b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.png
deleted file mode 100644
index 54cf46e1edc2..000000000000
Binary files a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.webp b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.webp
new file mode 100644
index 000000000000..372a8f751333
Binary files /dev/null and b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/Intern-profile.webp differ
diff --git a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/index.mdx b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/index.mdx
index c8ffec286966..fc67f54ce8f8 100644
--- a/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/index.mdx
+++ b/src/collections/blog/2022/2022-01-14-open-source-journey-gaurav-chadha/index.mdx
@@ -3,8 +3,8 @@ title: My Open Source Journey @Layer5
subtitle: From Contributor to SWE Intern
date: 2022-01-14 10:30:05 -0530
author: Gaurav Chadha
-thumbnail: ./Gaurav Chadha - Layer5 Intern.png
-darkthumbnail: ./Gaurav Chadha - Layer5 Intern.png
+thumbnail: ./Gaurav Chadha - Layer5 Intern.webp
+darkthumbnail: ./Gaurav Chadha - Layer5 Intern.webp
description: "My journey as an Open Source contributor at Layer5. How I started from scratch, got involved in this community
and gained many new experiences."
type: Blog
@@ -17,7 +17,7 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import Profile from "./Intern-profile.png";
+import Profile from "./Intern-profile.webp";
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.png b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.png
deleted file mode 100644
index 6bf29f1d8f0e..000000000000
Binary files a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.webp b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.webp
new file mode 100644
index 000000000000..0cbefec31943
Binary files /dev/null and b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/Meshery-Stars-cover.webp differ
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/index.mdx b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/index.mdx
index 423760df95ac..1e0d4d613abf 100644
--- a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/index.mdx
+++ b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/index.mdx
@@ -3,8 +3,8 @@ title: "The Story of Meshery's 1,000 Stars"
subtitle: "A story about growing together as a community and building a project that matters"
date: 2022-01-26 10:30:05 -0530
author: Debopriya Bhattacharjee
-thumbnail: ./Meshery-Stars-cover.png
-darkthumbnail: ./Meshery-Stars-cover.png
+thumbnail: ./Meshery-Stars-cover.webp
+darkthumbnail: ./Meshery-Stars-cover.webp
category: "Announcements"
description: "Meshery has achieved yet another milestone! Our GitHub repository has surpassed a 1,000 stars."
tags:
@@ -18,8 +18,8 @@ import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
import { Link } from "gatsby";
-import Stars from "./stars-forks.png";
-import Slack from "./meshery-star-notifications.png";
+import Stars from "./stars-forks.webp";
+import Slack from "./meshery-star-notifications.webp";
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.png b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.png
deleted file mode 100644
index f744160524e1..000000000000
Binary files a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.webp b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.webp
new file mode 100644
index 000000000000..b0bc13098d21
Binary files /dev/null and b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/meshery-star-notifications.webp differ
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.png b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.png
deleted file mode 100644
index 4344f8c4ccc8..000000000000
Binary files a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.webp b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.webp
new file mode 100644
index 000000000000..8d4598014928
Binary files /dev/null and b/src/collections/blog/2022/2022-01-22-the-story-of-meshery-1000-stars/stars-forks.webp differ
diff --git a/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/index.mdx b/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/index.mdx
index 889ced5d4aae..7663f45e07a3 100644
--- a/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/index.mdx
+++ b/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/index.mdx
@@ -2,8 +2,8 @@
title: "Layer5 collaboration with OpenForce 2022"
date: 2022-02-25
author: Shebeul Inyang
-thumbnail: ./thumbnail.jpg
-darkthumbnail: ./thumbnail.jpg
+thumbnail: ./thumbnail.webp
+darkthumbnail: ./thumbnail.webp
category: "Community"
tags:
- Community
@@ -12,7 +12,7 @@ tags:
published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import Profile from "./thumbnail.jpg";
+import Profile from "./thumbnail.webp";
diff --git a/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.jpg b/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.jpg
deleted file mode 100644
index 265761eb28d1..000000000000
Binary files a/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.jpg and /dev/null differ
diff --git a/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.webp b/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.webp
new file mode 100644
index 000000000000..d7b4cb783ba1
Binary files /dev/null and b/src/collections/blog/2022/2022-02-25-layer5-collab-with-openforce/thumbnail.webp differ
diff --git a/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/index.mdx b/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/index.mdx
index 30db08c2180f..59b9dc96b0cf 100644
--- a/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/index.mdx
+++ b/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/index.mdx
@@ -2,8 +2,8 @@
title: "Layer5 participates in She Code Africa's Contributhon Program 2022"
date: 2022-04-01 21:00:00 +0000
author: Shebuel Inyang
-thumbnail: ./layer5-contributhon-banner.jpg
-darkthumbnail: ./layer5-contributhon-banner.jpg
+thumbnail: ./layer5-contributhon-banner.webp
+darkthumbnail: ./layer5-contributhon-banner.webp
category: Community
tags:
- Community
diff --git a/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.jpg b/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.jpg
deleted file mode 100644
index 71088b861ad3..000000000000
Binary files a/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.jpg and /dev/null differ
diff --git a/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.webp b/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.webp
new file mode 100644
index 000000000000..ce45a19a310f
Binary files /dev/null and b/src/collections/blog/2022/2022-04-01-she-code-africa-contributhon/layer5-contributhon-banner.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.png
deleted file mode 100644
index 3907e6220fa9..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.webp
new file mode 100644
index 000000000000..ec7cb930f067
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/DC22-talk-HashiCorp.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.png
deleted file mode 100644
index 43d8f555e697..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.webp
new file mode 100644
index 000000000000..bf84eebd56a6
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/dashboard.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.png
deleted file mode 100644
index a523e14e2817..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.webp
new file mode 100644
index 000000000000..eaeefa124a65
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/designer-1.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.png
deleted file mode 100644
index e65634a30ccc..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.webp
new file mode 100644
index 000000000000..3c6a2bc72461
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/developers-need.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.png
deleted file mode 100644
index 87c41f9d2ebd..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.webp
new file mode 100644
index 000000000000..dcbf335a42e6
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/docker-extension-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/index.mdx b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/index.mdx
index 4eb44f0b2f13..2b563a70d986 100644
--- a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/index.mdx
+++ b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/index.mdx
@@ -2,8 +2,8 @@
title: "Extending the Docker Compose Experience to Service Mesh"
date: 2022-05-10 10:30:05 -0530
author: Gaurav Chadha
-thumbnail: ./DC22-talk-HashiCorp.png
-darkthumbnail: ./DC22-talk-HashiCorp.png
+thumbnail: ./DC22-talk-HashiCorp.webp
+darkthumbnail: ./DC22-talk-HashiCorp.webp
description: "DockerCon 2022 talk with HashiCorp and MeshMap Demo"
category: "Docker"
tags:
@@ -21,11 +21,11 @@ import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
import slidesTAG from "../../../events/kubecon-china-2021/cncf-tag-network-and-service-mesh-working-group-kubecon-china-2021-lee-calcote-ken-owens.pdf";
import { Link } from "gatsby";
-import DDE from './docker-extension-meshery.png';
-import developer from './developers-need.png';
-import dashboard from './dashboard.png';
-import designer from './designer-1.png';
-import visualizer from './viz-1.png';
+import DDE from './docker-extension-meshery.webp';
+import developer from './developers-need.webp';
+import dashboard from './dashboard.webp';
+import designer from './designer-1.webp';
+import visualizer from './viz-1.webp';
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.png
deleted file mode 100644
index 1097596e7d1c..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.webp
new file mode 100644
index 000000000000..b5d474a8875b
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/thankyou.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.png
deleted file mode 100644
index 5a11ceee33d2..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.webp
new file mode 100644
index 000000000000..4e1ad1e9fb77
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hashicorp-talk/viz-1.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.png
deleted file mode 100644
index a1a9bd6b9450..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.webp
new file mode 100644
index 000000000000..7538398207dc
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Designer.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.png
deleted file mode 100644
index dc2ee7734e51..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.webp
new file mode 100644
index 000000000000..acf5476379cb
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/Visualizer.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.png
deleted file mode 100644
index d3d6868e3835..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.webp
new file mode 100644
index 000000000000..a2ef6574aea5
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-identity.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.png
deleted file mode 100644
index ae1d7a1b2fe3..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.webp
new file mode 100644
index 000000000000..653370981e07
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/cloud-native-management.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.png
deleted file mode 100644
index 97bc39e2d869..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.webp
new file mode 100644
index 000000000000..b254de03b771
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dc22-hpe-talk.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.png
deleted file mode 100644
index ede719316cc4..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.webp
new file mode 100644
index 000000000000..e0b7eefa35ab
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/dde.webp differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/index.mdx b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/index.mdx
index b1b0bd664d61..55eccd5daef9 100644
--- a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/index.mdx
+++ b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/index.mdx
@@ -2,8 +2,8 @@
title: "Extending Docker with Meshery, SPIRE, and Istio"
date: 2022-05-10 10:30:05 -0530
author: Gaurav Chadha
-thumbnail: ./dc22-hpe-talk.png
-darkthumbnail: ./dc22-hpe-talk.png
+thumbnail: ./dc22-hpe-talk.webp
+darkthumbnail: ./dc22-hpe-talk.webp
description: "DockerCon 2022 talk with HPE and Meshery Docker Extension Demo"
category: "Docker"
tags:
@@ -20,12 +20,12 @@ featured: true
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
import { Link } from "gatsby";
-import CloudNative from './cloud-native-management.png';
-import CloudNativeIdentity from './cloud-native-identity.png';
-import dde from './dde.png';
-import designer from './Designer.png';
-import visualizer from './Visualizer.png';
-import meshmapInDocker from './meshmap-docker-extension-for-meshery.png';
+import CloudNative from './cloud-native-management.webp';
+import CloudNativeIdentity from './cloud-native-identity.webp';
+import dde from './dde.webp';
+import designer from './Designer.webp';
+import visualizer from './Visualizer.webp';
+import meshmapInDocker from './meshmap-docker-extension-for-meshery.webp';
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.png b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.png
deleted file mode 100644
index 57b07165ce16..000000000000
Binary files a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.webp b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.webp
new file mode 100644
index 000000000000..6804a6cf99be
Binary files /dev/null and b/src/collections/blog/2022/2022-05-10-dockercon-22-hpe-talk/meshmap-docker-extension-for-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.png
deleted file mode 100644
index 33c341ab6fdb..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.webp
new file mode 100644
index 000000000000..3087fe378960
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/banner.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.png
deleted file mode 100644
index d060624b4b3f..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.webp
new file mode 100644
index 000000000000..c50b5cdb04f2
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/example.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.png
deleted file mode 100644
index 503efe93f977..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.webp
new file mode 100644
index 000000000000..a5c29355b5da
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/formula.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/index.mdx b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/index.mdx
index 5c62c9275c3c..87540fd59dad 100644
--- a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/index.mdx
+++ b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/index.mdx
@@ -2,8 +2,8 @@
title: "MeshMark: Cloud Native Value Measurement"
date: 2022-05-17 10:30:05 -0530
author: Gaurav Chadha
-thumbnail: ./banner.png
-darkthumbnail: ./banner.png
+thumbnail: ./banner.webp
+darkthumbnail: ./banner.webp
description: "An open index for measuring performance of cloud native infrastructure in context of the value provided to your business."
category: "Service Mesh Performance"
tags:
@@ -22,13 +22,13 @@ import Blockquote from "../../../../reusecore/Blockquote";
import slidesTAG from "../../../events/kubecon-china-2021/cncf-tag-network-and-service-mesh-working-group-kubecon-china-2021-lee-calcote-ken-owens.pdf";
import { Link } from "gatsby";
import meshmark from './meshmark-dark-text-side.svg';
-import performanceQuestion from './performance-question.png';
-import smp from './smp.png';
-import meshmarkSlide from './meshmark.png';
-import example from './example.png';
-import formula from './formula.png';
-import MUE from './mue.png';
-import MeshMapDemo from './meshmark-score.png';
+import performanceQuestion from './performance-question.webp';
+import smp from './smp.webp';
+import meshmarkSlide from './meshmark.webp';
+import example from './example.webp';
+import formula from './formula.webp';
+import MUE from './mue.webp';
+import MeshMapDemo from './meshmark-score.webp';
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.png
deleted file mode 100755
index 6974765c742f..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.webp
new file mode 100644
index 000000000000..31679e1e0160
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark-score.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.png
deleted file mode 100644
index 124af298943f..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.webp
new file mode 100644
index 000000000000..f55f0101508d
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/meshmark.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.png
deleted file mode 100644
index 631b3fff0f57..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.webp
new file mode 100644
index 000000000000..6b63a5442888
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/mue.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.png
deleted file mode 100644
index 6fda9120338c..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.webp
new file mode 100644
index 000000000000..ba0684268ae6
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/performance-question.webp differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.png b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.png
deleted file mode 100644
index aa2b42422716..000000000000
Binary files a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.webp b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.webp
new file mode 100644
index 000000000000..b5aa24a549b4
Binary files /dev/null and b/src/collections/blog/2022/2022-05-14-service-meshcon-talk-intel/smp.webp differ
diff --git a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.png b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.png
deleted file mode 100644
index 31110149e866..000000000000
Binary files a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp
new file mode 100644
index 000000000000..ecbf81863911
Binary files /dev/null and b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp differ
diff --git a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.jpg b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.jpg
deleted file mode 100644
index 505eba0bb91d..000000000000
Binary files a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.jpg and /dev/null differ
diff --git a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.webp b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.webp
new file mode 100644
index 000000000000..ecddd7b25262
Binary files /dev/null and b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/aditya-chatterjee-graduates-lfx-meshery-program.webp differ
diff --git a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/index.mdx b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/index.mdx
index 40aed40467b0..4d55b829eb6f 100644
--- a/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/index.mdx
+++ b/src/collections/blog/2022/2022-05-20-meshmate-of-the-year-2021-aditya-chatterjee/index.mdx
@@ -3,8 +3,8 @@ title: "MeshMate of the Year 2021: Aditya Chatterjee"
subtitle: ""
date: 2022-05-20 09:10:00 +0000
author: Nikhil Ladha
-thumbnail: ./MeshMate-of-the-Year-2021-Aditya-Chatterjee.png
-darkthumbnail: ./MeshMate-of-the-Year-2021-Aditya-Chatterjee.png
+thumbnail: ./MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp
+darkthumbnail: ./MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp
category: Community
tags:
- Community
@@ -16,9 +16,9 @@ import MMoY2021 from "./meshmate-of-the-year-2021.svg";
import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
import { Link } from "gatsby";
-import graduateLFX from "./aditya-chatterjee-graduates-lfx-meshery-program.jpg";
+import graduateLFX from "./aditya-chatterjee-graduates-lfx-meshery-program.webp";
import MeshMate from "../../../../assets/images/meshmate/meshmate-stack.svg";
-import MMOYAditya from "./MeshMate-of-the-Year-2021-Aditya-Chatterjee.png";
+import MMOYAditya from "./MeshMate-of-the-Year-2021-Aditya-Chatterjee.webp";
diff --git a/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.png b/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.png
deleted file mode 100644
index 32509a1b2261..000000000000
Binary files a/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.webp b/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.webp
new file mode 100644
index 000000000000..f29648bd1006
Binary files /dev/null and b/src/collections/blog/2022/2022-06-01-perfbytes-podcast/consul-docker-extension-demo.webp differ
diff --git a/src/collections/blog/2022/2022-06-01-perfbytes-podcast/index.mdx b/src/collections/blog/2022/2022-06-01-perfbytes-podcast/index.mdx
index 5cd4a22e6488..fecff7387c0d 100644
--- a/src/collections/blog/2022/2022-06-01-perfbytes-podcast/index.mdx
+++ b/src/collections/blog/2022/2022-06-01-perfbytes-podcast/index.mdx
@@ -21,7 +21,7 @@ import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
import { Link } from "gatsby";
import { PerfbytesPodcast } from "./perfbytesPodcast";
-import ConsulDemo from "./consul-docker-extension-demo.png"
+import ConsulDemo from "./consul-docker-extension-demo.webp"
diff --git a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/index.mdx b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/index.mdx
index 801017423d5e..e70071bf48b4 100644
--- a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/index.mdx
+++ b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/index.mdx
@@ -3,8 +3,8 @@ title: "8 Weeks of Open Source Contribution with Layer5"
subtitle: "#SCA Contributhon 2022"
date: 2022-06-07 06:00:00 +0000
author: Ednah Akoth & Oyin Dawodu
-thumbnail: ./sca-contributhon-2022.png
-darkthumbnail: ./sca-contributhon-2022.png
+thumbnail: ./sca-contributhon-2022.webp
+darkthumbnail: ./sca-contributhon-2022.webp
category: Community
tags:
- Programs
@@ -15,7 +15,7 @@ published: true
import { Link } from "gatsby";
import { BlogWrapper } from "../../Blog.style.js";
-import mentees from './mentees.png'
+import mentees from './mentees.webp'
import meshmate from "../../../../assets/images/meshmate/meshmate-icon.svg"
diff --git a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.png b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.png
deleted file mode 100644
index 59a967de0a5c..000000000000
Binary files a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.webp b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.webp
new file mode 100644
index 000000000000..3e3e050c48c9
Binary files /dev/null and b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/mentees.webp differ
diff --git a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.png b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.png
deleted file mode 100644
index d7f4a1a2a4a6..000000000000
Binary files a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.webp b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.webp
new file mode 100644
index 000000000000..2a17d077517b
Binary files /dev/null and b/src/collections/blog/2022/2022-06-07-week-open-source-contributions-with-layer5/sca-contributhon-2022.webp differ
diff --git a/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx b/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx
index 788bf118c491..f098541c4ea2 100644
--- a/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx
+++ b/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx
@@ -3,8 +3,8 @@ title: LFX Experience at Layer5 - Pranav Singh
subtitle: An exquisite experience
date: 2022-06-08 08:00:00 -0630
author: Pranav Singh
-thumbnail: ./lfx-pranav.png
-darkthumbnail: ./lfx-pranav.png
+thumbnail: ./lfx-pranav.webp
+darkthumbnail: ./lfx-pranav.webp
category: Community
description: "Pranav Singh's experience as a LFX intern at Layer5"
redirect_from:
diff --git a/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.png b/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.png
deleted file mode 100644
index 3fa651aa2c66..000000000000
Binary files a/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.webp b/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.webp
new file mode 100644
index 000000000000..c5a75d6f09be
Binary files /dev/null and b/src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/lfx-pranav.webp differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/index.mdx b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/index.mdx
index 54d16ee179aa..a0436152f35d 100644
--- a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/index.mdx
+++ b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/index.mdx
@@ -3,8 +3,8 @@ title: "Evolution of the Meshery CLI Command Reference"
date: 2022-06-09 01:15:00 -0600
author: Aadhitya Amarendiran
description: Autogeneration of Meshery CLI command reference
-thumbnail: ./mesheryctl.png
-darkthumbnail: ./mesheryctl.png
+thumbnail: ./mesheryctl.webp
+darkthumbnail: ./mesheryctl.webp
category: "Meshery"
tags:
- Projects
@@ -20,8 +20,8 @@ featured: true
import { BlogWrapper } from "../../Blog.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
-import oldDesign from "./initial-design.png";
-import newDesign from "./mesheryctl-docs.png";
+import oldDesign from "./initial-design.webp";
+import newDesign from "./mesheryctl-docs.webp";
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.png b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.png
deleted file mode 100644
index 51c8d755951b..000000000000
Binary files a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.webp b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.webp
new file mode 100644
index 000000000000..8021d7806823
Binary files /dev/null and b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/initial-design.webp differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.png b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.png
deleted file mode 100644
index bef5755d6539..000000000000
Binary files a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.webp b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.webp
new file mode 100644
index 000000000000..d44adee8aa02
Binary files /dev/null and b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl-docs.webp differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.png b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.png
deleted file mode 100644
index 65bc5241499d..000000000000
Binary files a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.webp b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.webp
new file mode 100644
index 000000000000..b84b79c097d1
Binary files /dev/null and b/src/collections/blog/2022/2022-06-09-evolution-of-mesheryctl-ref/mesheryctl.webp differ
diff --git a/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/index.mdx b/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/index.mdx
index 56a1c401f0b5..7ad7b73dad00 100644
--- a/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/index.mdx
+++ b/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/index.mdx
@@ -4,8 +4,8 @@ subtitle: "An introduction to testing mesheryctl"
date: 2022-06-10 10:30:05 -0530
author: Piyush Singariya
description: Guide for End to End manual testing Meshery CLI (mesheryctl)
-thumbnail: ./thumbnail.png
-darkthumbnail: ./thumbnail.png
+thumbnail: ./thumbnail.webp
+darkthumbnail: ./thumbnail.webp
category: "Meshery"
tags:
- Projects
diff --git a/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.png b/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.png
deleted file mode 100644
index 652a73cf3057..000000000000
Binary files a/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.webp b/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.webp
new file mode 100644
index 000000000000..37be60d63b38
Binary files /dev/null and b/src/collections/blog/2022/2022-06-10-validation-meshery-cli-functionality/thumbnail.webp differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.png b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.png
deleted file mode 100644
index e937756feab6..000000000000
Binary files a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.webp b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.webp
new file mode 100644
index 000000000000..63850d01ae91
Binary files /dev/null and b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-first-pr.webp differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.png b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.png
deleted file mode 100644
index 2881d7e8f366..000000000000
Binary files a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.webp b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.webp
new file mode 100644
index 000000000000..377c3c9f6795
Binary files /dev/null and b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-presenting.webp differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.png b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.png
deleted file mode 100644
index 591b141db6a2..000000000000
Binary files a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.webp b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.webp
new file mode 100644
index 000000000000..b5ce946b5ef4
Binary files /dev/null and b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/aaditya-subedy-layer5-intern.webp differ
diff --git a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/index.mdx b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/index.mdx
index 893fddc08558..c084f44fde72 100644
--- a/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/index.mdx
+++ b/src/collections/blog/2022/2022-07-06-aaditya-gsoc-blogpost/index.mdx
@@ -3,8 +3,8 @@ title: "My Journey as a Contributor to GSoC Intern at Layer5"
subtitle: "Nothing but a magical experience"
date: 2022-07-06 08:00:00 -0630
author: Aaditya Narayan Subedy
-thumbnail: ./aaditya-subedy-layer5-intern.png
-darkthumbnail: ./aaditya-subedy-layer5-intern.png
+thumbnail: ./aaditya-subedy-layer5-intern.webp
+darkthumbnail: ./aaditya-subedy-layer5-intern.webp
category: Programs
description: "Aaditya Narayan Subedy's journey from a Contributor at Layer5 to getting an GSoC internship at Layer5"
tags:
@@ -17,8 +17,8 @@ published: true
---
import { Link } from "gatsby";
import { BlogWrapper } from "../../Blog.style.js";
-import aadityaFirstPr from "./aaditya-first-pr.png"
-import aadityaPresenting from "./aaditya-presenting.png"
+import aadityaFirstPr from "./aaditya-first-pr.webp"
+import aadityaPresenting from "./aaditya-presenting.webp"
diff --git a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.png b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.png
deleted file mode 100644
index af1ab05a0cc0..000000000000
Binary files a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.webp b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.webp
new file mode 100644
index 000000000000..6eb2a10287e9
Binary files /dev/null and b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/Meshery-on-AKS.webp differ
diff --git a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/index.mdx b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/index.mdx
index b88484f71b0c..76aa27dcdb3b 100644
--- a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/index.mdx
+++ b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/index.mdx
@@ -7,15 +7,15 @@ description: "How to deploy Meshery on Azure Kubernetes service(AKS)."
tags:
- Meshery
- Kubernetes
-thumbnail: ./Meshery-on-AKS.png
-darkthumbnail: ./Meshery-on-AKS.png
+thumbnail: ./Meshery-on-AKS.webp
+darkthumbnail: ./Meshery-on-AKS.webp
type: Blog
published: true
resource: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import mesheryui from "./mesheryui.png";
+import mesheryui from "./mesheryui.webp";
diff --git a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.png b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.png
deleted file mode 100644
index b58a82f0bae4..000000000000
Binary files a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.webp b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.webp
new file mode 100644
index 000000000000..87199f034024
Binary files /dev/null and b/src/collections/blog/2022/2022-07-07-deploy-meshery-on-aks/mesheryui.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.png
deleted file mode 100644
index 70f7b06c68f2..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.webp
new file mode 100644
index 000000000000..1a4e27005141
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/cluster-mgmt.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.png
deleted file mode 100644
index 863c44f4cacc..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.webp
new file mode 100644
index 000000000000..c957e8dda8a5
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/context-switcher.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.png
deleted file mode 100644
index 017277bb291f..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.webp
new file mode 100644
index 000000000000..f616c8456a39
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/deploy-modal.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.png
deleted file mode 100644
index 086c5e1b203e..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.webp
new file mode 100644
index 000000000000..3c9c63f8f58c
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/flush-meshsync.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx
index 64fad4405a11..ef1da409ca32 100644
--- a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx
+++ b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx
@@ -4,8 +4,8 @@ subtitle: Wrangling your services one cluster at-a-time
date: 2022-07-28 08:00:00 -0630
author: Ashish Tiwari
description: "Manage all of your Kubernetes clusters with the cloud native management plane, Meshery. Learn how Meshery makes connecting, discovering, and configuring multiple clusters a breeze."
-thumbnail: ./multi-cluster-kubernetes-management-with-meshery.png
-darkthumbnail: ./multi-cluster-kubernetes-management-with-meshery.png
+thumbnail: ./multi-cluster-kubernetes-management-with-meshery.webp
+darkthumbnail: ./multi-cluster-kubernetes-management-with-meshery.webp
category: "Meshery"
tags:
- Meshery
@@ -17,14 +17,14 @@ published: true
---
import { BlogWrapper } from "../../Blog.style.js";
-import Switcher from "./context-switcher.png";
-import Deploy from "./deploy-modal.png";
-import Cluster2 from "./meshmap-cluster2.png";
-import Cluster1 from "./meshmap-cluster1.png";
-import Settings from "./settings.png";
-import Cluster from "./cluster-mgmt.png";
-import Flush from "./flush-meshsync.png";
-import CoreArch from "./meshery-core-architecture.png";
+import Switcher from "./context-switcher.webp";
+import Deploy from "./deploy-modal.webp";
+import Cluster2 from "./meshmap-cluster2.webp";
+import Cluster1 from "./meshmap-cluster1.webp";
+import Settings from "./settings.webp";
+import Cluster from "./cluster-mgmt.webp";
+import Flush from "./flush-meshsync.webp";
+import CoreArch from "./meshery-core-architecture.webp";
import { Link } from "gatsby";
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.png
deleted file mode 100644
index 54a61a830625..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.webp
new file mode 100644
index 000000000000..fe4ce19fa8ed
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshery-core-architecture.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.png
deleted file mode 100644
index 2fd49a2e4c72..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.webp
new file mode 100644
index 000000000000..a04f2e2e33fa
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster1.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.png
deleted file mode 100644
index 0415efd22d71..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.webp
new file mode 100644
index 000000000000..8cf4c490d3d4
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/meshmap-cluster2.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.png
deleted file mode 100644
index f3d3be2d7d6e..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.webp
new file mode 100644
index 000000000000..6d7983c8d2af
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/multi-cluster-kubernetes-management-with-meshery.webp differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.png b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.png
deleted file mode 100644
index 4343d88a84c7..000000000000
Binary files a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.webp b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.webp
new file mode 100644
index 000000000000..59dfa9fdf0d0
Binary files /dev/null and b/src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/settings.webp differ
diff --git a/src/collections/blog/2022/2022-10-19-kubeconna2022/index.mdx b/src/collections/blog/2022/2022-10-19-kubeconna2022/index.mdx
index 213171bfc48d..db3d2ae1fd71 100644
--- a/src/collections/blog/2022/2022-10-19-kubeconna2022/index.mdx
+++ b/src/collections/blog/2022/2022-10-19-kubeconna2022/index.mdx
@@ -3,8 +3,8 @@ title: Layer5 at KubeCon + CloudNativeCon North America
subtitle: A sneak peak at what to expect from Layer5 Maintainers
date: 2022-10-19 08:00:00 -0530
author: Deepesha Burse
-thumbnail: ./kubeconNA2022.png
-darkthumbnail: ./kubeconNA2022.png
+thumbnail: ./kubeconNA2022.webp
+darkthumbnail: ./kubeconNA2022.webp
description: "Layer5 projects on stage at KubeCon + CloudNativeCon NA 2022"
type: Blog
category: Events
diff --git a/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.png b/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.png
deleted file mode 100644
index dffc2196ae0e..000000000000
Binary files a/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.webp b/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.webp
new file mode 100644
index 000000000000..508f8c4a6f42
Binary files /dev/null and b/src/collections/blog/2022/2022-10-19-kubeconna2022/kubeconNA2022.webp differ
diff --git a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/index.mdx b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/index.mdx
index e046ca0e3040..1dd8c7a6dda7 100644
--- a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/index.mdx
+++ b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/index.mdx
@@ -3,8 +3,8 @@ title: Structured logging in Kubernetes with Klog
subtitle: Deprecating Klog flags in Kubernetes 1.26
date: 2022-12-05 15:00:00 -0530
author: Lee Calcote
-thumbnail: ./kubernetes-logs.png
-darkthumbnail: ./kubernetes-logs-dark.png
+thumbnail: ./kubernetes-logs.webp
+darkthumbnail: ./kubernetes-logs-dark.webp
description: "Structured logging in Kubernetes 1.26 with Klog"
type: Blog
category: Kubernetes
diff --git a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.png b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.png
deleted file mode 100644
index df5c7a5f47e9..000000000000
Binary files a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.webp b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.webp
new file mode 100644
index 000000000000..d3fd6cffdd0a
Binary files /dev/null and b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs-dark.webp differ
diff --git a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.png b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.png
deleted file mode 100644
index de0e6ab5f6cc..000000000000
Binary files a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.webp b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.webp
new file mode 100644
index 000000000000..80cba8acbd46
Binary files /dev/null and b/src/collections/blog/2022/2022-12-05-structured-logging-with-klog/kubernetes-logs.webp differ
diff --git a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/index.mdx b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/index.mdx
index 3094c67567e5..b009f54be758 100644
--- a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/index.mdx
+++ b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/index.mdx
@@ -3,8 +3,8 @@ title: Kubernetes 1.26 Highlights, Features, and Deprecations
subtitle:
date: 2022-12-06 08:00:00 -0530
author: Lee Calcote
-thumbnail: ./kubernetes-new.png
-darkthumbnail: ./kubernetes-new-dark.png
+thumbnail: ./kubernetes-new.webp
+darkthumbnail: ./kubernetes-new-dark.webp
description: "Release Notes: What changed in Kubernetes 1.26?"
type: Blog
category: Kubernetes
diff --git a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.png b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.png
deleted file mode 100644
index 5b3b90505a54..000000000000
Binary files a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.webp b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.webp
new file mode 100644
index 000000000000..78986c218fff
Binary files /dev/null and b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new-dark.webp differ
diff --git a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.png b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.png
deleted file mode 100644
index de421e0f6b58..000000000000
Binary files a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.png and /dev/null differ
diff --git a/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.webp b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.webp
new file mode 100644
index 000000000000..5f9488d81114
Binary files /dev/null and b/src/collections/blog/2022/2022-12-06-k8s-1.26-release/kubernetes-new.webp differ
diff --git a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/index.mdx b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/index.mdx
index 084ea4164705..a3cfde22de63 100644
--- a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/index.mdx
+++ b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/index.mdx
@@ -3,8 +3,8 @@ title: What are Kubernetes Validating Admission Controllers?
subtitle: A close cousin to Validating Admission Webhooks
date: 2023-02-03 08:00:00 -0530
author: Lee Calcote
-thumbnail: ./kubernetes-new.png
-darkthumbnail: ./kubernetes-new-dark.png
+thumbnail: ./kubernetes-new.webp
+darkthumbnail: ./kubernetes-new-dark.webp
description: "Kubernetes Validating Admission Controllers and Policies use the Common Expression Language (CEL) to offer a declarative, in-process alternative to Validating Admission Webhooks."
type: Blog
category: Kubernetes
diff --git a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.png b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.png
deleted file mode 100644
index 5b3b90505a54..000000000000
Binary files a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.webp b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.webp
new file mode 100644
index 000000000000..78986c218fff
Binary files /dev/null and b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new-dark.webp differ
diff --git a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.png b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.png
deleted file mode 100644
index de421e0f6b58..000000000000
Binary files a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.webp b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.webp
new file mode 100644
index 000000000000..5f9488d81114
Binary files /dev/null and b/src/collections/blog/2023/2023-02-03-validating-admission-controllers/kubernetes-new.webp differ
diff --git a/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/index.mdx b/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/index.mdx
index 04eea141df16..ddcac08ee5ab 100644
--- a/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/index.mdx
+++ b/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/index.mdx
@@ -3,8 +3,8 @@ title: Meshery Surpasses 1,000 Contributors
subtitle: and over 2,000 GitHub stars
date: 2023-04-12 08:00:00 -0530
author: Layer5 Team
-thumbnail: ./meshery-contrib-stats.png
-darkthumbnail: ./meshery-contrib-stats.png
+thumbnail: ./meshery-contrib-stats.webp
+darkthumbnail: ./meshery-contrib-stats.webp
description: "Over 1,000 contributors to the Meshery cloud native management project."
type: Blog
category: Community
@@ -18,7 +18,7 @@ import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
import Button from "../../../../reusecore/Button";
import MesheryStars from "./2000-github-stars.jpeg";
-import MesheryStats from "./meshery-contrib-stats.png";
+import MesheryStats from "./meshery-contrib-stats.webp";
diff --git a/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.png b/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.png
deleted file mode 100644
index 2d96770c781b..000000000000
Binary files a/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.webp b/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.webp
new file mode 100644
index 000000000000..fe0baa47df1e
Binary files /dev/null and b/src/collections/blog/2023/2023-04-12-meshery-surpasses-1000-contributors/meshery-contrib-stats.webp differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.png b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.png
deleted file mode 100644
index 2ae94331daeb..000000000000
Binary files a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.webp b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.webp
new file mode 100644
index 000000000000..c5a12566fbf1
Binary files /dev/null and b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/4000-layer5-members.webp differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/index.mdx b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/index.mdx
index be41866ad1c6..c33e73b73cfc 100644
--- a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/index.mdx
+++ b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/index.mdx
@@ -3,8 +3,8 @@ title: Building amazing open source tools one contributor at-a-time
subtitle: Layer5 reaches 4,000 community members!
date: 2023-05-05 08:00:00 -0530
author: Lee Calcote
-thumbnail: ./4000-layer5-members.png
-darkthumbnail: ./4000-layer5-members.png
+thumbnail: ./4000-layer5-members.webp
+darkthumbnail: ./4000-layer5-members.webp
description: "Layer5 is an award-winning open community of supportive contributors"
type: Blog
category: Community
@@ -18,13 +18,13 @@ published: true
import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
import Button from "../../../../reusecore/Button";
-import mesheryMostPopular from "./meshery-most-popular-lfx-internship.png";
+import mesheryMostPopular from "./meshery-most-popular-lfx-internship.webp";
import Blockquote from "../../../../reusecore/Blockquote";
-import powerOfMeshery from "../../../..//assets/images/playground/gitops-explore-design.png";
+import powerOfMeshery from "../../../..//assets/images/playground/gitops-explore-design.webp";
import CTA_FullWidth from "../../../../components/Call-To-Actions/CTA_FullWidth";
import CTA_ImageOnly from "../../../../components/Call-To-Actions/CTA_ImageOnly";
-import Playfield from "./layer5-community-playfield.png";
-import MesheryStats from "./meshery-contrib-stats.png";
+import Playfield from "./layer5-community-playfield.webp";
+import MesheryStats from "./meshery-contrib-stats.webp";
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.png b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.png
deleted file mode 100644
index 23bf6044a126..000000000000
Binary files a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.webp b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.webp
new file mode 100644
index 000000000000..c8b3d6049d7e
Binary files /dev/null and b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/layer5-community-playfield.webp differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.png b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.png
deleted file mode 100644
index 2d96770c781b..000000000000
Binary files a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.webp b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.webp
new file mode 100644
index 000000000000..fe0baa47df1e
Binary files /dev/null and b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-contrib-stats.webp differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.png b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.png
deleted file mode 100644
index 35da22430db8..000000000000
Binary files a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.webp b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.webp
new file mode 100644
index 000000000000..d976f59cd160
Binary files /dev/null and b/src/collections/blog/2023/2023-05-02-layer5-reaches-a-4000-community-member-milestone/meshery-most-popular-lfx-internship.webp differ
diff --git a/src/collections/blog/2023/2023-12-05-k8s-nodeports/index.mdx b/src/collections/blog/2023/2023-12-05-k8s-nodeports/index.mdx
index 2e4190b3c51e..9e8da5552abc 100644
--- a/src/collections/blog/2023/2023-12-05-k8s-nodeports/index.mdx
+++ b/src/collections/blog/2023/2023-12-05-k8s-nodeports/index.mdx
@@ -3,8 +3,8 @@ title: Kubernetes NodePorts - Static and Dynamic Assignments
subtitle: Avoiding Port Collisions
date: 2023-05-12 08:00:00 -0530
author: Lee Calcote
-thumbnail: ./k8s-nodeports.png
-darkthumbnail: ./k8s-nodeports.png
+thumbnail: ./k8s-nodeports.webp
+darkthumbnail: ./k8s-nodeports.webp
description: "Avoiding Port Collisions with Kubernetes NodePorts Static and Dynamic Assignments"
type: Blog
category: Kubernetes
diff --git a/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.png b/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.png
deleted file mode 100644
index 216fb0fa2f6b..000000000000
Binary files a/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.png and /dev/null differ
diff --git a/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.webp b/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.webp
new file mode 100644
index 000000000000..01d1c3874307
Binary files /dev/null and b/src/collections/blog/2023/2023-12-05-k8s-nodeports/k8s-nodeports.webp differ
diff --git a/src/collections/blog/blog-template/gsoc-wide.png b/src/collections/blog/blog-template/gsoc-wide.png
deleted file mode 100644
index aea919b41657..000000000000
Binary files a/src/collections/blog/blog-template/gsoc-wide.png and /dev/null differ
diff --git a/src/collections/blog/blog-template/gsoc-wide.webp b/src/collections/blog/blog-template/gsoc-wide.webp
new file mode 100644
index 000000000000..f3b41ddbc139
Binary files /dev/null and b/src/collections/blog/blog-template/gsoc-wide.webp differ
diff --git a/src/collections/blog/blog-template/gsoc.png b/src/collections/blog/blog-template/gsoc.png
deleted file mode 100644
index a4ff967e4062..000000000000
Binary files a/src/collections/blog/blog-template/gsoc.png and /dev/null differ
diff --git a/src/collections/blog/blog-template/gsoc.webp b/src/collections/blog/blog-template/gsoc.webp
new file mode 100644
index 000000000000..beee0e9a4f93
Binary files /dev/null and b/src/collections/blog/blog-template/gsoc.webp differ
diff --git a/src/collections/blog/blog-template/index.mdx b/src/collections/blog/blog-template/index.mdx
index 09b605dedd60..41d7f2139120 100644
--- a/src/collections/blog/blog-template/index.mdx
+++ b/src/collections/blog/blog-template/index.mdx
@@ -3,8 +3,8 @@ title: "Lorem Ipsum"
subtitle: "Lorem Ipsum"
date: 2020-06-23 10:30:05 -0530
author: John Doe
-thumbnail: ./gsoc-wide.png
-darkthumbnail: ./gsoc-wide.png
+thumbnail: ./gsoc-wide.webp
+darkthumbnail: ./gsoc-wide.webp
category: "Lorem Ipsum"
description: "This is a short summary of my blog post. This text will show in the blog's list view and in community newsletters."
tags:
@@ -19,7 +19,7 @@ published: false
import { BlogWrapper } from "../Blog.style.js";
import Blockquote from "../../../reusecore/Blockquote";
-import gsoc from "./gsoc.png";
+import gsoc from "./gsoc.webp";
diff --git a/src/collections/events/Z_event-template/index.mdx b/src/collections/events/Z_event-template/index.mdx
index 6c432da938dd..8a23c5991d44 100644
--- a/src/collections/events/Z_event-template/index.mdx
+++ b/src/collections/events/Z_event-template/index.mdx
@@ -1,8 +1,8 @@
---
title: "Event Title"
date: 2023-05-17
-thumbnail: ./servicemeshcon22.png
-darkthumbnail: ./servicemeshcon22.png
+thumbnail: ./servicemeshcon22.webp
+darkthumbnail: ./servicemeshcon22.webp
eurl: # external link to event
type: Event
published: false
diff --git a/src/collections/events/Z_event-template/servicemeshcon22.png b/src/collections/events/Z_event-template/servicemeshcon22.png
deleted file mode 100644
index b08c0212f290..000000000000
Binary files a/src/collections/events/Z_event-template/servicemeshcon22.png and /dev/null differ
diff --git a/src/collections/events/Z_event-template/servicemeshcon22.webp b/src/collections/events/Z_event-template/servicemeshcon22.webp
new file mode 100644
index 000000000000..ef7c9f26407d
Binary files /dev/null and b/src/collections/events/Z_event-template/servicemeshcon22.webp differ
diff --git a/src/collections/events/addo/all-day-devops.png b/src/collections/events/addo/all-day-devops.png
deleted file mode 100644
index d6235112e271..000000000000
Binary files a/src/collections/events/addo/all-day-devops.png and /dev/null differ
diff --git a/src/collections/events/addo/all-day-devops.webp b/src/collections/events/addo/all-day-devops.webp
new file mode 100644
index 000000000000..6c78684cb86b
Binary files /dev/null and b/src/collections/events/addo/all-day-devops.webp differ
diff --git a/src/collections/events/addo/index.mdx b/src/collections/events/addo/index.mdx
index 7327bfebcef4..61088c32df22 100644
--- a/src/collections/events/addo/index.mdx
+++ b/src/collections/events/addo/index.mdx
@@ -1,8 +1,8 @@
---
title: "2020 All Day DevOps"
date: 2020-11-12
-thumbnail: ./all-day-devops.png
-darkthumbnail: ./all-day-devops.png
+thumbnail: ./all-day-devops.webp
+darkthumbnail: ./all-day-devops.webp
eurl: https://www.alldaydevops.com/addo-speakers/lee-calcote
type: Event
published: true
diff --git a/src/collections/events/advanced-istio/index.mdx b/src/collections/events/advanced-istio/index.mdx
index 3e684cb14687..1112f33029ce 100644
--- a/src/collections/events/advanced-istio/index.mdx
+++ b/src/collections/events/advanced-istio/index.mdx
@@ -2,8 +2,8 @@
title: "Advanced Istio"
author: "Lee Calcote"
date: 2020-12-09
-thumbnail: ./istio.jpg
-darkthumbnail: ./istio.jpg
+thumbnail: ./istio.webp
+darkthumbnail: ./istio.webp
eurl: https://www.oreilly.com/live-training/courses/advanced-istio/0636920471639/
type: Workshop
mesh: Istio
diff --git a/src/collections/events/advanced-istio/istio.jpg b/src/collections/events/advanced-istio/istio.jpg
deleted file mode 100644
index b5488408e645..000000000000
Binary files a/src/collections/events/advanced-istio/istio.jpg and /dev/null differ
diff --git a/src/collections/events/advanced-istio/istio.webp b/src/collections/events/advanced-istio/istio.webp
new file mode 100644
index 000000000000..49d6d4256838
Binary files /dev/null and b/src/collections/events/advanced-istio/istio.webp differ
diff --git a/src/collections/events/cnfc-day/cnfc.png b/src/collections/events/cnfc-day/cnfc.png
deleted file mode 100644
index 3b90f9a214e7..000000000000
Binary files a/src/collections/events/cnfc-day/cnfc.png and /dev/null differ
diff --git a/src/collections/events/cnfc-day/cnfc.webp b/src/collections/events/cnfc-day/cnfc.webp
new file mode 100644
index 000000000000..86973d1c5d80
Binary files /dev/null and b/src/collections/events/cnfc-day/cnfc.webp differ
diff --git a/src/collections/events/cnfc-day/index.mdx b/src/collections/events/cnfc-day/index.mdx
index 787df76d6c64..d9fd5c88a931 100644
--- a/src/collections/events/cnfc-day/index.mdx
+++ b/src/collections/events/cnfc-day/index.mdx
@@ -1,8 +1,8 @@
---
title: "Virtual Cloud Native Ambassador Day"
date: 2020-10-14
-thumbnail: ./cnfc.png
-darkthumbnail: ./cnfc.png
+thumbnail: ./cnfc.webp
+darkthumbnail: ./cnfc.webp
eurl: https://community.cncf.io/events/details/cncf-cncf-ambassadors-presents-virtual-cloud-native-ambassador-day/
type: Event
published: true
diff --git a/src/collections/events/devconf-2022-measure-smp/devConf22.png b/src/collections/events/devconf-2022-measure-smp/devConf22.png
deleted file mode 100644
index 9541d8e9ac89..000000000000
Binary files a/src/collections/events/devconf-2022-measure-smp/devConf22.png and /dev/null differ
diff --git a/src/collections/events/devconf-2022-measure-smp/devConf22.webp b/src/collections/events/devconf-2022-measure-smp/devConf22.webp
new file mode 100644
index 000000000000..fc4bcbde131b
Binary files /dev/null and b/src/collections/events/devconf-2022-measure-smp/devConf22.webp differ
diff --git a/src/collections/events/devconf-2022-measure-smp/index.mdx b/src/collections/events/devconf-2022-measure-smp/index.mdx
index f22862c38330..cacbb800447f 100644
--- a/src/collections/events/devconf-2022-measure-smp/index.mdx
+++ b/src/collections/events/devconf-2022-measure-smp/index.mdx
@@ -1,8 +1,8 @@
---
title: "DEVCONF 2022"
date: 2022-01-29
-thumbnail: ./devConf22.png
-darkthumbnail: ./devConf22.png
+thumbnail: ./devConf22.webp
+darkthumbnail: ./devConf22.webp
eurl: https://sched.co/siKF
type: Event
event-category: talk
diff --git a/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.png b/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.png
deleted file mode 100644
index c4cd7236ad17..000000000000
Binary files a/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.png and /dev/null differ
diff --git a/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.webp b/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.webp
new file mode 100644
index 000000000000..c9b2c916bb27
Binary files /dev/null and b/src/collections/events/devops-and-docker-live/docker-and-meshery-live-show.webp differ
diff --git a/src/collections/events/devops-and-docker-live/index.mdx b/src/collections/events/devops-and-docker-live/index.mdx
index 555df174d6e2..2c81d1f7dccd 100644
--- a/src/collections/events/devops-and-docker-live/index.mdx
+++ b/src/collections/events/devops-and-docker-live/index.mdx
@@ -1,7 +1,7 @@
---
title: "DevOps and Docker Live Show"
-thumbnail: ./docker-and-meshery-live-show.png
-darkthumbnail: ./docker-and-meshery-live-show.png
+thumbnail: ./docker-and-meshery-live-show.webp
+darkthumbnail: ./docker-and-meshery-live-show.webp
date: 2022-09-22
eurl: https://www.youtube.com/watch?v=FkwD2icthXM
type: Event
diff --git a/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.png b/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.png
deleted file mode 100644
index 48b43936cafd..000000000000
Binary files a/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.png and /dev/null differ
diff --git a/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.webp b/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.webp
new file mode 100644
index 000000000000..221f524b1ac5
Binary files /dev/null and b/src/collections/events/docker-community-meetup-2022-hacktoberfest/dockerBengaluru.webp differ
diff --git a/src/collections/events/docker-community-meetup-2022-hacktoberfest/index.mdx b/src/collections/events/docker-community-meetup-2022-hacktoberfest/index.mdx
index 66443a55d730..5c2cf86a5e43 100644
--- a/src/collections/events/docker-community-meetup-2022-hacktoberfest/index.mdx
+++ b/src/collections/events/docker-community-meetup-2022-hacktoberfest/index.mdx
@@ -1,8 +1,8 @@
---
title: "Hacktoberfest 2022: Docker Extensions Show-n-Tell"
date: 2022-10-22
-thumbnail: ./dockerBengaluru.png
-darkthumbnail: ./dockerBengaluru.png
+thumbnail: ./dockerBengaluru.webp
+darkthumbnail: ./dockerBengaluru.webp
eurl: https://www.meetup.com/docker-bangalore/events/288597531/
type: Meetups
event-category: talk
diff --git a/src/collections/events/dockercon-2022/HPE.png b/src/collections/events/dockercon-2022/HPE.png
deleted file mode 100644
index d8bc1da106c8..000000000000
Binary files a/src/collections/events/dockercon-2022/HPE.png and /dev/null differ
diff --git a/src/collections/events/dockercon-2022/HPE.webp b/src/collections/events/dockercon-2022/HPE.webp
new file mode 100644
index 000000000000..ed1134a3ba9d
Binary files /dev/null and b/src/collections/events/dockercon-2022/HPE.webp differ
diff --git a/src/collections/events/dockercon-2022/Hashicorp.png b/src/collections/events/dockercon-2022/Hashicorp.png
deleted file mode 100644
index c8f2204a3a49..000000000000
Binary files a/src/collections/events/dockercon-2022/Hashicorp.png and /dev/null differ
diff --git a/src/collections/events/dockercon-2022/Hashicorp.webp b/src/collections/events/dockercon-2022/Hashicorp.webp
new file mode 100644
index 000000000000..cd999a5a4a8c
Binary files /dev/null and b/src/collections/events/dockercon-2022/Hashicorp.webp differ
diff --git a/src/collections/events/dockercon-2022/lighting-talk-in-a-dedicated-community-room.mdx b/src/collections/events/dockercon-2022/lighting-talk-in-a-dedicated-community-room.mdx
index dd076b273f11..4680c5106c74 100644
--- a/src/collections/events/dockercon-2022/lighting-talk-in-a-dedicated-community-room.mdx
+++ b/src/collections/events/dockercon-2022/lighting-talk-in-a-dedicated-community-room.mdx
@@ -1,7 +1,7 @@
---
title: "DockerCon 2022: Lighting Talk in a dedicated community room"
-thumbnail: ./HPE.png
-darkthumbnail: ./HPE.png
+thumbnail: ./HPE.webp
+darkthumbnail: ./HPE.webp
date: 2022-05-10
eurl: https://docker.events.cube365.net/dockercon/2022
type: Event
diff --git a/src/collections/events/dockercon-2022/lightning-talk-on-the-main-stage.mdx b/src/collections/events/dockercon-2022/lightning-talk-on-the-main-stage.mdx
index 81c570ebc678..42fb70b23c5f 100644
--- a/src/collections/events/dockercon-2022/lightning-talk-on-the-main-stage.mdx
+++ b/src/collections/events/dockercon-2022/lightning-talk-on-the-main-stage.mdx
@@ -1,7 +1,7 @@
---
title: "DockerCon 2022: Lighting Talk on the main stage"
-thumbnail: ./Hashicorp.png
-darkthumbnail: ./Hashicorp.png
+thumbnail: ./Hashicorp.webp
+darkthumbnail: ./Hashicorp.webp
date: 2022-05-10
eurl: https://docker.events.cube365.net/dockercon/2022
type: Event
diff --git a/src/collections/events/dockercon-live/dockerCon2020.jpg b/src/collections/events/dockercon-live/dockerCon2020.jpg
deleted file mode 100644
index 03a93d193f6e..000000000000
Binary files a/src/collections/events/dockercon-live/dockerCon2020.jpg and /dev/null differ
diff --git a/src/collections/events/dockercon-live/dockerCon2020.webp b/src/collections/events/dockercon-live/dockerCon2020.webp
new file mode 100644
index 000000000000..0bc21abe8c5e
Binary files /dev/null and b/src/collections/events/dockercon-live/dockerCon2020.webp differ
diff --git a/src/collections/events/dockercon-live/index.mdx b/src/collections/events/dockercon-live/index.mdx
index 8fcf255d0638..3388905d8af8 100644
--- a/src/collections/events/dockercon-live/index.mdx
+++ b/src/collections/events/dockercon-live/index.mdx
@@ -1,8 +1,8 @@
---
title: "DockerCon LIVE"
talk-title: "Service Meshing with Docker Desktop and WebAssembly"
-thumbnail: ./dockerCon2020.jpg
-darkthumbnail: ./dockerCon2020.jpg
+thumbnail: ./dockerCon2020.webp
+darkthumbnail: ./dockerCon2020.webp
date: 2020-05-28
eurl: https://docker.events.cube365.net/docker/dockercon/content/Videos/63TCCNpzDC7Xxnm8b
type: Event
diff --git a/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.jpg b/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.jpg
deleted file mode 100644
index c8cd9ee8eb4b..000000000000
Binary files a/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.jpg and /dev/null differ
diff --git a/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.webp b/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.webp
new file mode 100644
index 000000000000..18638cd4b273
Binary files /dev/null and b/src/collections/events/establishing-an-open-source-program-office/establishing-open-source.webp differ
diff --git a/src/collections/events/establishing-an-open-source-program-office/index.mdx b/src/collections/events/establishing-an-open-source-program-office/index.mdx
index 432799a84b86..769fb16a9a0e 100644
--- a/src/collections/events/establishing-an-open-source-program-office/index.mdx
+++ b/src/collections/events/establishing-an-open-source-program-office/index.mdx
@@ -1,7 +1,7 @@
---
title: "Establishing an Open Source Program Office"
-thumbnail: ./establishing-open-source.jpg
-darkthumbnail: ./establishing-open-source.jpg
+thumbnail: ./establishing-open-source.webp
+darkthumbnail: ./establishing-open-source.webp
date: 2020-05-21
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267785133/
type: Meetups
diff --git a/src/collections/events/hacktoberfest-2022/hacktoberfest22.png b/src/collections/events/hacktoberfest-2022/hacktoberfest22.png
deleted file mode 100644
index 9c15d0331e89..000000000000
Binary files a/src/collections/events/hacktoberfest-2022/hacktoberfest22.png and /dev/null differ
diff --git a/src/collections/events/hacktoberfest-2022/hacktoberfest22.webp b/src/collections/events/hacktoberfest-2022/hacktoberfest22.webp
new file mode 100644
index 000000000000..81e71c832a18
Binary files /dev/null and b/src/collections/events/hacktoberfest-2022/hacktoberfest22.webp differ
diff --git a/src/collections/events/hacktoberfest-2022/index.mdx b/src/collections/events/hacktoberfest-2022/index.mdx
index 4ff266e6307a..55437736be0b 100644
--- a/src/collections/events/hacktoberfest-2022/index.mdx
+++ b/src/collections/events/hacktoberfest-2022/index.mdx
@@ -1,7 +1,7 @@
---
title: "Hacktoberfest Prep: Easing into CNCF Open Source Projects"
-thumbnail: ./hacktoberfest22.png
-darkthumbnail: ./hacktoberfest22.png
+thumbnail: ./hacktoberfest22.webp
+darkthumbnail: ./hacktoberfest22.webp
date: 2022-09-30
eurl: /community/calendar
type: Event
diff --git a/src/collections/events/hands-on-workshop-introduction-to-istio/index.mdx b/src/collections/events/hands-on-workshop-introduction-to-istio/index.mdx
index 4e6f57ec6a54..b71a6c6cae17 100644
--- a/src/collections/events/hands-on-workshop-introduction-to-istio/index.mdx
+++ b/src/collections/events/hands-on-workshop-introduction-to-istio/index.mdx
@@ -1,7 +1,7 @@
---
title: "Hands-on Workshop: Introduction to Istio"
-thumbnail: ./istio.jpg
-darkthumbnail: ./istio.jpg
+thumbnail: ./istio.webp
+darkthumbnail: ./istio.webp
date: 2020-01-16
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267271852/
type: Meetups
diff --git a/src/collections/events/hands-on-workshop-introduction-to-istio/istio.jpg b/src/collections/events/hands-on-workshop-introduction-to-istio/istio.jpg
deleted file mode 100644
index a8820575db78..000000000000
Binary files a/src/collections/events/hands-on-workshop-introduction-to-istio/istio.jpg and /dev/null differ
diff --git a/src/collections/events/hands-on-workshop-introduction-to-istio/istio.webp b/src/collections/events/hands-on-workshop-introduction-to-istio/istio.webp
new file mode 100644
index 000000000000..b0c7d9a6c401
Binary files /dev/null and b/src/collections/events/hands-on-workshop-introduction-to-istio/istio.webp differ
diff --git a/src/collections/events/innotech/index.mdx b/src/collections/events/innotech/index.mdx
index 0741b53a0a61..5a62ced20261 100644
--- a/src/collections/events/innotech/index.mdx
+++ b/src/collections/events/innotech/index.mdx
@@ -1,8 +1,8 @@
---
title: "InnoTech Dallas"
date: 2020-04-14
-thumbnail: ./innotech.png
-darkthumbnail: ./innotech.png
+thumbnail: ./innotech.webp
+darkthumbnail: ./innotech.webp
eurl: https://innotechdallas2020.sched.com/event/aN7E/a-management-plane-for-service-meshes
type: Event
published: true
diff --git a/src/collections/events/innotech/innotech.png b/src/collections/events/innotech/innotech.png
deleted file mode 100644
index a8844b1b8946..000000000000
Binary files a/src/collections/events/innotech/innotech.png and /dev/null differ
diff --git a/src/collections/events/innotech/innotech.webp b/src/collections/events/innotech/innotech.webp
new file mode 100644
index 000000000000..3fc0f4b10b7b
Binary files /dev/null and b/src/collections/events/innotech/innotech.webp differ
diff --git a/src/collections/events/introduction-to-istio/index.mdx b/src/collections/events/introduction-to-istio/index.mdx
index 2c072e4b1fc5..4d655dea5768 100644
--- a/src/collections/events/introduction-to-istio/index.mdx
+++ b/src/collections/events/introduction-to-istio/index.mdx
@@ -2,8 +2,8 @@
title: "Introduction to Istio"
author: "Lee Calcote"
date: 2020-12-10
-thumbnail: ./istio-intro.jpg
-darkthumbnail: ./istio-intro.jpg
+thumbnail: ./istio-intro.webp
+darkthumbnail: ./istio-intro.webp
eurl: https://www.oreilly.com/live-training/courses/introduction-to-istio/0636920422716/
type: Workshop
resource: true
diff --git a/src/collections/events/introduction-to-istio/istio-intro.jpg b/src/collections/events/introduction-to-istio/istio-intro.jpg
deleted file mode 100644
index 414621dbf765..000000000000
Binary files a/src/collections/events/introduction-to-istio/istio-intro.jpg and /dev/null differ
diff --git a/src/collections/events/introduction-to-istio/istio-intro.webp b/src/collections/events/introduction-to-istio/istio-intro.webp
new file mode 100644
index 000000000000..d43b2f8703b0
Binary files /dev/null and b/src/collections/events/introduction-to-istio/istio-intro.webp differ
diff --git a/src/collections/events/introduction-to-network-service-mesh/index.mdx b/src/collections/events/introduction-to-network-service-mesh/index.mdx
index 8f858c83297b..1cf4ecc27407 100644
--- a/src/collections/events/introduction-to-network-service-mesh/index.mdx
+++ b/src/collections/events/introduction-to-network-service-mesh/index.mdx
@@ -1,7 +1,7 @@
---
title: "Introduction to Network Service Mesh"
-thumbnail: ./network-service.png
-darkthumbnail: ./network-service.png
+thumbnail: ./network-service.webp
+darkthumbnail: ./network-service.webp
date: 2020-02-20
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267272035/
type: Meetups
diff --git a/src/collections/events/introduction-to-network-service-mesh/network-service.png b/src/collections/events/introduction-to-network-service-mesh/network-service.png
deleted file mode 100644
index c913d3573d19..000000000000
Binary files a/src/collections/events/introduction-to-network-service-mesh/network-service.png and /dev/null differ
diff --git a/src/collections/events/introduction-to-network-service-mesh/network-service.webp b/src/collections/events/introduction-to-network-service-mesh/network-service.webp
new file mode 100644
index 000000000000..d79b92c17b29
Binary files /dev/null and b/src/collections/events/introduction-to-network-service-mesh/network-service.webp differ
diff --git a/src/collections/events/istiocon2020/istiocon-logo-bigsquare.jpg b/src/collections/events/istiocon2020/istiocon-logo-bigsquare.jpg
deleted file mode 100644
index 60e74f5e043d..000000000000
Binary files a/src/collections/events/istiocon2020/istiocon-logo-bigsquare.jpg and /dev/null differ
diff --git a/src/collections/events/istiocon2020/istiocon-logo-bigsquare.webp b/src/collections/events/istiocon2020/istiocon-logo-bigsquare.webp
new file mode 100644
index 000000000000..e7c231d408d7
Binary files /dev/null and b/src/collections/events/istiocon2020/istiocon-logo-bigsquare.webp differ
diff --git a/src/collections/events/istiocon2020/istiocon-logo.png b/src/collections/events/istiocon2020/istiocon-logo.png
deleted file mode 100644
index 3a3410562acf..000000000000
Binary files a/src/collections/events/istiocon2020/istiocon-logo.png and /dev/null differ
diff --git a/src/collections/events/istiocon2020/istiocon-logo.webp b/src/collections/events/istiocon2020/istiocon-logo.webp
new file mode 100644
index 000000000000..239af08bda6d
Binary files /dev/null and b/src/collections/events/istiocon2020/istiocon-logo.webp differ
diff --git a/src/collections/events/kubecon-EU-2023/index.mdx b/src/collections/events/kubecon-EU-2023/index.mdx
index 0bfedc1586d1..ae91c353a268 100644
--- a/src/collections/events/kubecon-EU-2023/index.mdx
+++ b/src/collections/events/kubecon-EU-2023/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon + CloudNativeCon EU Amsterdam 2023"
date: 2023-04-18
-thumbnail: ./kubeconEU2023.png
-darkthumbnail: ./kubeconEU2023.png
+thumbnail: ./kubeconEU2023.webp
+darkthumbnail: ./kubeconEU2023.webp
eurl: https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/
type: Event
published: true
diff --git a/src/collections/events/kubecon-EU-2023/kubeconEU2023.png b/src/collections/events/kubecon-EU-2023/kubeconEU2023.png
deleted file mode 100644
index 5aba8ff4be38..000000000000
Binary files a/src/collections/events/kubecon-EU-2023/kubeconEU2023.png and /dev/null differ
diff --git a/src/collections/events/kubecon-EU-2023/kubeconEU2023.webp b/src/collections/events/kubecon-EU-2023/kubeconEU2023.webp
new file mode 100644
index 000000000000..13105b8dc8d0
Binary files /dev/null and b/src/collections/events/kubecon-EU-2023/kubeconEU2023.webp differ
diff --git a/src/collections/events/kubecon-NA-2020/index.mdx b/src/collections/events/kubecon-NA-2020/index.mdx
index ab5f613bedae..dafa8422622a 100644
--- a/src/collections/events/kubecon-NA-2020/index.mdx
+++ b/src/collections/events/kubecon-NA-2020/index.mdx
@@ -1,8 +1,8 @@
---
title: "Kubecon NA 2020"
date: 2020-11-17
-thumbnail: ./kubeconNA2020.jpg
-darkthumbnail: ./kubeconNA2020.jpg
+thumbnail: ./kubeconNA2020.webp
+darkthumbnail: ./kubeconNA2020.webp
eurl: https://kccncna20.sched.com/event/ekEz/service-mesh-specifications-and-why-they-matter-in-your-deployment-lee-calcote-naveen-kumar-layer5
type: Event
published: true
diff --git a/src/collections/events/kubecon-NA-2020/kubeconNA2020.jpg b/src/collections/events/kubecon-NA-2020/kubeconNA2020.jpg
deleted file mode 100644
index e262165f6cc3..000000000000
Binary files a/src/collections/events/kubecon-NA-2020/kubeconNA2020.jpg and /dev/null differ
diff --git a/src/collections/events/kubecon-NA-2020/kubeconNA2020.webp b/src/collections/events/kubecon-NA-2020/kubeconNA2020.webp
new file mode 100644
index 000000000000..44fb5c8cf0c9
Binary files /dev/null and b/src/collections/events/kubecon-NA-2020/kubeconNA2020.webp differ
diff --git a/src/collections/events/kubecon-NA-2023/index.mdx b/src/collections/events/kubecon-NA-2023/index.mdx
index 97ee7a338e94..cf7db0633766 100644
--- a/src/collections/events/kubecon-NA-2023/index.mdx
+++ b/src/collections/events/kubecon-NA-2023/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon + CloudNativeCon North America Chicago 2023"
date: 2023-11-06
-thumbnail: ./kubeconNA2023.png
-darkthumbnail: ./kubeconNA2023.png
+thumbnail: ./kubeconNA2023.webp
+darkthumbnail: ./kubeconNA2023.webp
eurl: https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/
type: Event
published: true
diff --git a/src/collections/events/kubecon-NA-2023/kubeconNA2023.png b/src/collections/events/kubecon-NA-2023/kubeconNA2023.png
deleted file mode 100644
index ab2665ceb7ef..000000000000
Binary files a/src/collections/events/kubecon-NA-2023/kubeconNA2023.png and /dev/null differ
diff --git a/src/collections/events/kubecon-NA-2023/kubeconNA2023.webp b/src/collections/events/kubecon-NA-2023/kubeconNA2023.webp
new file mode 100644
index 000000000000..60a3872512e7
Binary files /dev/null and b/src/collections/events/kubecon-NA-2023/kubeconNA2023.webp differ
diff --git a/src/collections/events/kubecon-china-2021/index.mdx b/src/collections/events/kubecon-china-2021/index.mdx
index c4041af82a79..6b52b32e7146 100644
--- a/src/collections/events/kubecon-china-2021/index.mdx
+++ b/src/collections/events/kubecon-china-2021/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon China 2021"
date: 2021-12-09
-thumbnail: ./kubeconchina2021.jpg
-darkthumbnail: ./kubeconchina2021.jpg
+thumbnail: ./kubeconchina2021.webp
+darkthumbnail: ./kubeconchina2021.webp
eurl: https://www.lfasiallc.com/kubecon-cloudnativecon-open-source-summit-china/
type: Event
Talk Description: CNCF TAG Network and Service Mesh Working Group
diff --git a/src/collections/events/kubecon-china-2021/kubeconchina2021-org.jpg b/src/collections/events/kubecon-china-2021/kubeconchina2021-org.jpg
deleted file mode 100644
index 067242e2f1f3..000000000000
Binary files a/src/collections/events/kubecon-china-2021/kubeconchina2021-org.jpg and /dev/null differ
diff --git a/src/collections/events/kubecon-china-2021/kubeconchina2021-org.webp b/src/collections/events/kubecon-china-2021/kubeconchina2021-org.webp
new file mode 100644
index 000000000000..12eeac77dab2
Binary files /dev/null and b/src/collections/events/kubecon-china-2021/kubeconchina2021-org.webp differ
diff --git a/src/collections/events/kubecon-china-2021/kubeconchina2021.jpg b/src/collections/events/kubecon-china-2021/kubeconchina2021.jpg
deleted file mode 100644
index 12f8db7159ec..000000000000
Binary files a/src/collections/events/kubecon-china-2021/kubeconchina2021.jpg and /dev/null differ
diff --git a/src/collections/events/kubecon-china-2021/kubeconchina2021.webp b/src/collections/events/kubecon-china-2021/kubeconchina2021.webp
new file mode 100644
index 000000000000..ff55c0ab7bc3
Binary files /dev/null and b/src/collections/events/kubecon-china-2021/kubeconchina2021.webp differ
diff --git a/src/collections/events/kubecon-eu-2020/index.mdx b/src/collections/events/kubecon-eu-2020/index.mdx
index 772c8dccb46d..7d70e3b710d3 100644
--- a/src/collections/events/kubecon-eu-2020/index.mdx
+++ b/src/collections/events/kubecon-eu-2020/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon EU 2020"
date: 2020-04-02
-thumbnail: ./kubecon-europe-2020.jpg
-darkthumbnail: ./kubecon-europe-2020.jpg
+thumbnail: ./kubecon-europe-2020.webp
+darkthumbnail: ./kubecon-europe-2020.webp
eurl: https://kccnceu20.sched.com/event/Zetg/discreetly-studying-the-effects-of-individual-traffic-control-functions-lee-calcote-layer5?iframe=no&w=100%&sidebar=yes&bg=no
type: Event
published: true
diff --git a/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.jpg b/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.jpg
deleted file mode 100644
index ce6384ba3bdb..000000000000
Binary files a/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.jpg and /dev/null differ
diff --git a/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.webp b/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.webp
new file mode 100644
index 000000000000..8cc703aaaae8
Binary files /dev/null and b/src/collections/events/kubecon-eu-2020/kubecon-europe-2020.webp differ
diff --git a/src/collections/events/kubecon-eu-2021/index.mdx b/src/collections/events/kubecon-eu-2021/index.mdx
index 8e230d46c34d..ca927ec53117 100644
--- a/src/collections/events/kubecon-eu-2021/index.mdx
+++ b/src/collections/events/kubecon-eu-2021/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon + CloudNativeCon EU Virtual 2021"
date: 2021-05-04
-thumbnail: ./kubecon-europe-2021.jpg
-darkthumbnail: ./kubecon-europe-2021.jpg
+thumbnail: ./kubecon-europe-2021.webp
+darkthumbnail: ./kubecon-europe-2021.webp
eurl: https://kubecon.io
type: Event
published: true
diff --git a/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.jpg b/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.jpg
deleted file mode 100644
index 0b118125223f..000000000000
Binary files a/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.jpg and /dev/null differ
diff --git a/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.webp b/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.webp
new file mode 100644
index 000000000000..c3a102a83f42
Binary files /dev/null and b/src/collections/events/kubecon-eu-2021/kubecon-europe-2021.webp differ
diff --git a/src/collections/events/kubecon-na-2022/index.mdx b/src/collections/events/kubecon-na-2022/index.mdx
index 97bba7547c06..fbc43ee6d519 100644
--- a/src/collections/events/kubecon-na-2022/index.mdx
+++ b/src/collections/events/kubecon-na-2022/index.mdx
@@ -1,8 +1,8 @@
---
title: "KubeCon + CloudNative North America 2022"
date: 2022-10-24
-thumbnail: ./kubeconNA2022.png
-darkthumbnail: ./kubeconNA2022.png
+thumbnail: ./kubeconNA2022.webp
+darkthumbnail: ./kubeconNA2022.webp
eurl: https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/
type: Event
published: true
diff --git a/src/collections/events/kubecon-na-2022/kubeconNA2022.png b/src/collections/events/kubecon-na-2022/kubeconNA2022.png
deleted file mode 100644
index dffc2196ae0e..000000000000
Binary files a/src/collections/events/kubecon-na-2022/kubeconNA2022.png and /dev/null differ
diff --git a/src/collections/events/kubecon-na-2022/kubeconNA2022.webp b/src/collections/events/kubecon-na-2022/kubeconNA2022.webp
new file mode 100644
index 000000000000..508f8c4a6f42
Binary files /dev/null and b/src/collections/events/kubecon-na-2022/kubeconNA2022.webp differ
diff --git a/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.png b/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.png
deleted file mode 100644
index ccd02096cff6..000000000000
Binary files a/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.png and /dev/null differ
diff --git a/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.webp b/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.webp
new file mode 100644
index 000000000000..d9a2edd5fab5
Binary files /dev/null and b/src/collections/events/kubecon2021-na-meshery/KubeCon-2021.webp differ
diff --git a/src/collections/events/kubecon2021-na-meshery/index.mdx b/src/collections/events/kubecon2021-na-meshery/index.mdx
index cdcf7d7d67e4..8db1e01dac29 100644
--- a/src/collections/events/kubecon2021-na-meshery/index.mdx
+++ b/src/collections/events/kubecon2021-na-meshery/index.mdx
@@ -1,8 +1,8 @@
---
title: "Meet the Meshery Maintainers at KubeCon NA 2021"
date: 2021-10-13
-thumbnail: ./KubeCon-2021.png
-darkthumbnail: ./KubeCon-2021.png
+thumbnail: ./KubeCon-2021.webp
+darkthumbnail: ./KubeCon-2021.webp
eurl: https://kccncna2021.sched.com/event/oXxd/project-office-hours-meshery?iframe=yes&w=100%&sidebar=yes&bg=no
type: Event
published: true
diff --git a/src/collections/events/kubecon2021-na-smp/KubeCon-2021.png b/src/collections/events/kubecon2021-na-smp/KubeCon-2021.png
deleted file mode 100644
index ccd02096cff6..000000000000
Binary files a/src/collections/events/kubecon2021-na-smp/KubeCon-2021.png and /dev/null differ
diff --git a/src/collections/events/kubecon2021-na-smp/KubeCon-2021.webp b/src/collections/events/kubecon2021-na-smp/KubeCon-2021.webp
new file mode 100644
index 000000000000..d9a2edd5fab5
Binary files /dev/null and b/src/collections/events/kubecon2021-na-smp/KubeCon-2021.webp differ
diff --git a/src/collections/events/kubecon2021-na-smp/index.mdx b/src/collections/events/kubecon2021-na-smp/index.mdx
index 08ce1365baa1..8d1312eb023a 100644
--- a/src/collections/events/kubecon2021-na-smp/index.mdx
+++ b/src/collections/events/kubecon2021-na-smp/index.mdx
@@ -1,8 +1,8 @@
---
title: "Project Office Hours: Service Mesh Performance at KubeCon NA 2021"
date: 2021-10-15
-thumbnail: ./KubeCon-2021.png
-darkthumbnail: ./KubeCon-2021.png
+thumbnail: ./KubeCon-2021.webp
+darkthumbnail: ./KubeCon-2021.webp
eurl: https://kccncna2021.sched.com/event/oXzX/project-office-hours-service-mesh-performance?iframe=no&w=100%25&sidebar=yes&bg=no
type: Event
published: true
diff --git a/src/collections/events/meshery-the-multi-mesh/index.mdx b/src/collections/events/meshery-the-multi-mesh/index.mdx
index bc784bb7c707..5843e0a9abbd 100644
--- a/src/collections/events/meshery-the-multi-mesh/index.mdx
+++ b/src/collections/events/meshery-the-multi-mesh/index.mdx
@@ -1,7 +1,7 @@
---
title: "Meshery - The Multi-Mesh Manager | KUDO - Kubernetes Operators the Easy Way"
-thumbnail: ./meshery.jpg
-darkthumbnail: ./meshery.jpg
+thumbnail: ./meshery.webp
+darkthumbnail: ./meshery.webp
date: 2020-04-16
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267784090/
type: Meetups
diff --git a/src/collections/events/meshery-the-multi-mesh/meshery.jpg b/src/collections/events/meshery-the-multi-mesh/meshery.jpg
deleted file mode 100644
index 3e1fae911005..000000000000
Binary files a/src/collections/events/meshery-the-multi-mesh/meshery.jpg and /dev/null differ
diff --git a/src/collections/events/meshery-the-multi-mesh/meshery.webp b/src/collections/events/meshery-the-multi-mesh/meshery.webp
new file mode 100644
index 000000000000..79efc908dc0e
Binary files /dev/null and b/src/collections/events/meshery-the-multi-mesh/meshery.webp differ
diff --git a/src/collections/events/meshery-the-service-mesh-management-plane/index.mdx b/src/collections/events/meshery-the-service-mesh-management-plane/index.mdx
index 96303f2b2a00..c7d868e0226c 100644
--- a/src/collections/events/meshery-the-service-mesh-management-plane/index.mdx
+++ b/src/collections/events/meshery-the-service-mesh-management-plane/index.mdx
@@ -1,7 +1,7 @@
---
title: "Meshery - the cloud native management plane | KUDO - Kubernetes Operators the Ea"
-thumbnail: ./meshery-logo.png
-darkthumbnail: ./meshery-logo.png
+thumbnail: ./meshery-logo.webp
+darkthumbnail: ./meshery-logo.webp
date: 2020-04-16
eurl: https://www.meetup.com/Docker-Austin/events/270084395/
type: Meetups
diff --git a/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.png b/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.png
deleted file mode 100644
index 1ab378bc9c00..000000000000
Binary files a/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.png and /dev/null differ
diff --git a/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.webp b/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.webp
new file mode 100644
index 000000000000..d8d91a4bc2c2
Binary files /dev/null and b/src/collections/events/meshery-the-service-mesh-management-plane/meshery-logo.webp differ
diff --git a/src/collections/events/oio/index.mdx b/src/collections/events/oio/index.mdx
index 42bdb039e2fd..c9c712525df5 100644
--- a/src/collections/events/oio/index.mdx
+++ b/src/collections/events/oio/index.mdx
@@ -1,8 +1,8 @@
---
title: "O'Reilly Infrastructure & Ops"
date: 2020-06-15
-thumbnail: ./infra-ops.png
-darkthumbnail: ./infra-ops.png
+thumbnail: ./infra-ops.webp
+darkthumbnail: ./infra-ops.webp
eurl: https://conferences.oreilly.com/infrastructure-ops/io-ca/public/schedule/speaker/226795
type: Workshop
resource: true
diff --git a/src/collections/events/oio/infra-ops.png b/src/collections/events/oio/infra-ops.png
deleted file mode 100644
index 1b9318d4b385..000000000000
Binary files a/src/collections/events/oio/infra-ops.png and /dev/null differ
diff --git a/src/collections/events/oio/infra-ops.webp b/src/collections/events/oio/infra-ops.webp
new file mode 100644
index 000000000000..1111c7071ef3
Binary files /dev/null and b/src/collections/events/oio/infra-ops.webp differ
diff --git a/src/collections/events/ois2020/index.mdx b/src/collections/events/ois2020/index.mdx
index 1d7ec7a7a522..3c30ad417830 100644
--- a/src/collections/events/ois2020/index.mdx
+++ b/src/collections/events/ois2020/index.mdx
@@ -1,8 +1,8 @@
---
title: "Open Infrastructure Summit 2020"
date: 2020-10-21
-thumbnail: ./ois2020.png
-darkthumbnail: ./ois2020.png
+thumbnail: ./ois2020.webp
+darkthumbnail: ./ois2020.webp
eurl: https://summit.openinfra.dev/
type: Event
published: true
diff --git a/src/collections/events/ois2020/ois2020.png b/src/collections/events/ois2020/ois2020.png
deleted file mode 100644
index ee536d58b4c8..000000000000
Binary files a/src/collections/events/ois2020/ois2020.png and /dev/null differ
diff --git a/src/collections/events/ois2020/ois2020.webp b/src/collections/events/ois2020/ois2020.webp
new file mode 100644
index 000000000000..dc7d27f5b438
Binary files /dev/null and b/src/collections/events/ois2020/ois2020.webp differ
diff --git a/src/collections/events/oscon2020/index.mdx b/src/collections/events/oscon2020/index.mdx
index 740016f4ddd2..4e71d0710391 100644
--- a/src/collections/events/oscon2020/index.mdx
+++ b/src/collections/events/oscon2020/index.mdx
@@ -1,8 +1,8 @@
---
title: "O'Reilly OSCON 2020"
date: 2020-07-13
-thumbnail: ./oscon.png
-darkthumbnail: ./oscon.png
+thumbnail: ./oscon.webp
+darkthumbnail: ./oscon.webp
eurl: https://www.oreilly.com/conferences/
type: Workshop
resource: true
diff --git a/src/collections/events/oscon2020/oscon.png b/src/collections/events/oscon2020/oscon.png
deleted file mode 100644
index 48fb94062315..000000000000
Binary files a/src/collections/events/oscon2020/oscon.png and /dev/null differ
diff --git a/src/collections/events/oscon2020/oscon.webp b/src/collections/events/oscon2020/oscon.webp
new file mode 100644
index 000000000000..fc2018b129da
Binary files /dev/null and b/src/collections/events/oscon2020/oscon.webp differ
diff --git a/src/collections/events/ossna-2022/index.mdx b/src/collections/events/ossna-2022/index.mdx
index 458ba69dc595..79ef45f4888a 100644
--- a/src/collections/events/ossna-2022/index.mdx
+++ b/src/collections/events/ossna-2022/index.mdx
@@ -1,8 +1,8 @@
---
title: 'Open Source Summit North America 2022'
date: 2022-06-24
-thumbnail: ./oss-na-2022.png
-darkthumbnail: ./oss-na-2022.png
+thumbnail: ./oss-na-2022.webp
+darkthumbnail: ./oss-na-2022.webp
eurl: https://events.linuxfoundation.org/open-source-summit-north-america/
type: Event
published: true
diff --git a/src/collections/events/ossna-2022/oss-na-2022.png b/src/collections/events/ossna-2022/oss-na-2022.png
deleted file mode 100644
index e5594f596c5c..000000000000
Binary files a/src/collections/events/ossna-2022/oss-na-2022.png and /dev/null differ
diff --git a/src/collections/events/ossna-2022/oss-na-2022.webp b/src/collections/events/ossna-2022/oss-na-2022.webp
new file mode 100644
index 000000000000..4246ae1c60c4
Binary files /dev/null and b/src/collections/events/ossna-2022/oss-na-2022.webp differ
diff --git a/src/collections/events/securing-the-mesh/index.mdx b/src/collections/events/securing-the-mesh/index.mdx
index c35cbcd57a80..5723b5f909f0 100644
--- a/src/collections/events/securing-the-mesh/index.mdx
+++ b/src/collections/events/securing-the-mesh/index.mdx
@@ -1,7 +1,7 @@
---
title: "Securing the Mesh"
-thumbnail: ./securing-mesh.jpg
-darkthumbnail: ./securing-mesh.jpg
+thumbnail: ./securing-mesh.webp
+darkthumbnail: ./securing-mesh.webp
date: 2020-06-16
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267785376/
type: Meetups
diff --git a/src/collections/events/securing-the-mesh/securing-mesh.jpg b/src/collections/events/securing-the-mesh/securing-mesh.jpg
deleted file mode 100644
index d44408c34235..000000000000
Binary files a/src/collections/events/securing-the-mesh/securing-mesh.jpg and /dev/null differ
diff --git a/src/collections/events/securing-the-mesh/securing-mesh.webp b/src/collections/events/securing-the-mesh/securing-mesh.webp
new file mode 100644
index 000000000000..bf28df867a59
Binary files /dev/null and b/src/collections/events/securing-the-mesh/securing-mesh.webp differ
diff --git a/src/collections/events/service-meshes-but-at-what-cost/index.mdx b/src/collections/events/service-meshes-but-at-what-cost/index.mdx
index 158d257ab65b..2d958a598900 100644
--- a/src/collections/events/service-meshes-but-at-what-cost/index.mdx
+++ b/src/collections/events/service-meshes-but-at-what-cost/index.mdx
@@ -1,7 +1,7 @@
---
title: "Service Meshes, but at What Cost?"
-thumbnail: ./service-mesh.jpg
-darkthumbnail: ./service-mesh.jpg
+thumbnail: ./service-mesh.webp
+darkthumbnail: ./service-mesh.webp
date: 2020-09-17
eurl: https://www.meetup.com/Cloud-Native-Austin/events/267784462/
type: Meetups
diff --git a/src/collections/events/service-meshes-but-at-what-cost/service-mesh.jpg b/src/collections/events/service-meshes-but-at-what-cost/service-mesh.jpg
deleted file mode 100644
index 6ab6bdc00214..000000000000
Binary files a/src/collections/events/service-meshes-but-at-what-cost/service-mesh.jpg and /dev/null differ
diff --git a/src/collections/events/service-meshes-but-at-what-cost/service-mesh.webp b/src/collections/events/service-meshes-but-at-what-cost/service-mesh.webp
new file mode 100644
index 000000000000..20a5f50d7679
Binary files /dev/null and b/src/collections/events/service-meshes-but-at-what-cost/service-mesh.webp differ
diff --git a/src/collections/events/servicemeshcon-EU-2022/index.mdx b/src/collections/events/servicemeshcon-EU-2022/index.mdx
index 0e8f8b3d8b14..9280808dfafd 100644
--- a/src/collections/events/servicemeshcon-EU-2022/index.mdx
+++ b/src/collections/events/servicemeshcon-EU-2022/index.mdx
@@ -1,8 +1,8 @@
---
title: "ServiceMeshCon EU 2022"
date: 2022-05-17
-thumbnail: ./servicemeshcon22.png
-darkthumbnail: ./servicemeshcon22.png
+thumbnail: ./servicemeshcon22.webp
+darkthumbnail: ./servicemeshcon22.webp
eurl: https://events.linuxfoundation.org/servicemeshcon-europe/
type: Event
published: true
diff --git a/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.png b/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.png
deleted file mode 100644
index b08c0212f290..000000000000
Binary files a/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.png and /dev/null differ
diff --git a/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.webp b/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.webp
new file mode 100644
index 000000000000..ef7c9f26407d
Binary files /dev/null and b/src/collections/events/servicemeshcon-EU-2022/servicemeshcon22.webp differ
diff --git a/src/collections/events/servicemeshcon-NA-2020/index.mdx b/src/collections/events/servicemeshcon-NA-2020/index.mdx
index 8ca990b42570..f592bfc35da8 100644
--- a/src/collections/events/servicemeshcon-NA-2020/index.mdx
+++ b/src/collections/events/servicemeshcon-NA-2020/index.mdx
@@ -1,8 +1,8 @@
---
title: "ServiceMeshCon NA 2020"
date: 2020-11-17
-thumbnail: ./servicemeshcon.png
-darkthumbnail: ./servicemeshcon.png
+thumbnail: ./servicemeshcon.webp
+darkthumbnail: ./servicemeshcon.webp
eurl: https://events.linuxfoundation.org/servicemeshcon-north-america/
type: Event
published: true
diff --git a/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.png b/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.png
deleted file mode 100644
index 6472a9b36825..000000000000
Binary files a/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.png and /dev/null differ
diff --git a/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.webp b/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.webp
new file mode 100644
index 000000000000..3e2830ac7d3d
Binary files /dev/null and b/src/collections/events/servicemeshcon-NA-2020/servicemeshcon.webp differ
diff --git a/src/collections/events/servicemeshcon-NA-2021/index.mdx b/src/collections/events/servicemeshcon-NA-2021/index.mdx
index 1cfe7c63b880..0e53cf0d0f3d 100644
--- a/src/collections/events/servicemeshcon-NA-2021/index.mdx
+++ b/src/collections/events/servicemeshcon-NA-2021/index.mdx
@@ -1,8 +1,8 @@
---
title: "ServiceMeshCon NA 2021"
date: 2021-10-12
-thumbnail: ./servicemeshcon.png
-darkthumbnail: ./servicemeshcon.png
+thumbnail: ./servicemeshcon.webp
+darkthumbnail: ./servicemeshcon.webp
eurl: https://servicemeshconna21.sched.com/?iframe=yes&w=100%&sidebar=yes&bg=no#
type: Event
published: true
diff --git a/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.png b/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.png
deleted file mode 100644
index 6472a9b36825..000000000000
Binary files a/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.png and /dev/null differ
diff --git a/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.webp b/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.webp
new file mode 100644
index 000000000000..3e2830ac7d3d
Binary files /dev/null and b/src/collections/events/servicemeshcon-NA-2021/servicemeshcon.webp differ
diff --git a/src/collections/integrations/_images/meshmap-designer.png b/src/collections/integrations/_images/meshmap-designer.png
deleted file mode 100644
index 82c2268621f8..000000000000
Binary files a/src/collections/integrations/_images/meshmap-designer.png and /dev/null differ
diff --git a/src/collections/integrations/_images/meshmap-designer.webp b/src/collections/integrations/_images/meshmap-designer.webp
new file mode 100644
index 000000000000..8b02ec96053a
Binary files /dev/null and b/src/collections/integrations/_images/meshmap-designer.webp differ
diff --git a/src/collections/integrations/_images/meshmap-regain-control.png b/src/collections/integrations/_images/meshmap-regain-control.png
deleted file mode 100644
index dfb59a23f26d..000000000000
Binary files a/src/collections/integrations/_images/meshmap-regain-control.png and /dev/null differ
diff --git a/src/collections/integrations/_images/meshmap-regain-control.webp b/src/collections/integrations/_images/meshmap-regain-control.webp
new file mode 100644
index 000000000000..89de0891c8ce
Binary files /dev/null and b/src/collections/integrations/_images/meshmap-regain-control.webp differ
diff --git a/src/collections/integrations/_images/meshmap-visualizer.png b/src/collections/integrations/_images/meshmap-visualizer.png
deleted file mode 100644
index 1aa70f2139bc..000000000000
Binary files a/src/collections/integrations/_images/meshmap-visualizer.png and /dev/null differ
diff --git a/src/collections/integrations/_images/meshmap-visualizer.webp b/src/collections/integrations/_images/meshmap-visualizer.webp
new file mode 100644
index 000000000000..445c475cd76a
Binary files /dev/null and b/src/collections/integrations/_images/meshmap-visualizer.webp differ
diff --git a/src/collections/integrations/aad-pod-identity/index.mdx b/src/collections/integrations/aad-pod-identity/index.mdx
index ecd86d222027..2eb5aef4f1b6 100644
--- a/src/collections/integrations/aad-pod-identity/index.mdx
+++ b/src/collections/integrations/aad-pod-identity/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Use Azure Active Directory pod-managed identities in Azure Kubern
"Pod-managed identities are available on Linux node pools only."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Federate with any external identity provider"
howItWorksDetails: "Azure AD workload identity authentication method replaces pod-managed identity, which integrates with the Kubernetes native capabilities to federate with any external identity providers on behalf of the application."
published: true
diff --git a/src/collections/integrations/actions-runner-controller/index.mdx b/src/collections/integrations/actions-runner-controller/index.mdx
index 884cfb0b0b4c..6e929be992fb 100644
--- a/src/collections/integrations/actions-runner-controller/index.mdx
+++ b/src/collections/integrations/actions-runner-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy self hosted runners on Kubernetes cluster with a simple se
"Setup across GitHub editions including GitHub Enterprise editions and GitHub Enterprise Cloud."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/admin-console-operator/index.mdx b/src/collections/integrations/admin-console-operator/index.mdx
index 3310ad6d7a7f..f1bcdc920649 100644
--- a/src/collections/integrations/admin-console-operator/index.mdx
+++ b/src/collections/integrations/admin-console-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deployed and configured CI/CD toolset (Jenkins, Gerrit, Nexus, So
"Gerrit, GitLab or GitHub as a version control system for your code"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/akri/index.mdx b/src/collections/integrations/akri/index.mdx
index 501219bb3855..3ed4d2b5bcb4 100644
--- a/src/collections/integrations/akri/index.mdx
+++ b/src/collections/integrations/akri/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Expose heterogeneous leaf devices as resources in a Kubernetes cl
"It provides an abstraction layer similar to CNI."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aks-appgw-fe/index.mdx b/src/collections/integrations/aks-appgw-fe/index.mdx
index dc825f1b8bd3..2a57bcb96bc3 100644
--- a/src/collections/integrations/aks-appgw-fe/index.mdx
+++ b/src/collections/integrations/aks-appgw-fe/index.mdx
@@ -13,8 +13,8 @@ integrated web application firewall",
"Secure Sockets Layer (SSL) termination and End-to-end SSL"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Application Gateway Ingress Controller runs in its own pod on the customerβs AKS. Ingress Controller monitors a subset of Kubernetesβ resources for changes. The state of the AKS cluster is translated to Application Gateway specific configuration and applied to the Azure Resource Manager. The continuous re-configuration of Application Gateway ensures uninterrupted flow of traffic to AKSβ services. The diagram below illustrates the flow of state and configuration changes from the Kubernetes API, via Application Gateway Ingress Controller, to Resource Manager and then Application Gateway."
published: true
diff --git a/src/collections/integrations/antrea/index.mdx b/src/collections/integrations/antrea/index.mdx
index b6a6ede9e6f9..fe9f83dcc5ee 100644
--- a/src/collections/integrations/antrea/index.mdx
+++ b/src/collections/integrations/antrea/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Simplifies Kubernetes networking across differing clouds and oper
"Supports advanced network use cases like kernel bypass and network service mesh."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/apache-shardingsphere-operator-charts/index.mdx b/src/collections/integrations/apache-shardingsphere-operator-charts/index.mdx
index aaacced4ba54..2d8e33d204c4 100644
--- a/src/collections/integrations/apache-shardingsphere-operator-charts/index.mdx
+++ b/src/collections/integrations/apache-shardingsphere-operator-charts/index.mdx
@@ -11,8 +11,8 @@ featureList: ["ShardingSphere provides a distributed database solution based on
"ShardingSphere provides flexible read/write splitting capabilities and can achieve read access load balancing based on the understanding of SQL semantics and the ability to perceive the underlying database topology."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aperture-agent/index.mdx b/src/collections/integrations/aperture-agent/index.mdx
index 67cfccb335b6..92cd8185892f 100644
--- a/src/collections/integrations/aperture-agent/index.mdx
+++ b/src/collections/integrations/aperture-agent/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aperture-controller/index.mdx b/src/collections/integrations/aperture-controller/index.mdx
index 621bd14be161..d7b181cb5093 100644
--- a/src/collections/integrations/aperture-controller/index.mdx
+++ b/src/collections/integrations/aperture-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Monitor golden signals to rapidly detect service deterioration an
"Regulate and prioritize flows based on rules via a scheduler."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/appmesh-controller/index.mdx b/src/collections/integrations/appmesh-controller/index.mdx
index 70f281cf431e..b9f9b8895355 100644
--- a/src/collections/integrations/appmesh-controller/index.mdx
+++ b/src/collections/integrations/appmesh-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Keep revision history and audit trail of all configuration change
"Deploy Meshery on your EKS clusters for App Mesh management"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/argo-cd/index.mdx b/src/collections/integrations/argo-cd/index.mdx
index be57821a109d..4b89a0c44b26 100644
--- a/src/collections/integrations/argo-cd/index.mdx
+++ b/src/collections/integrations/argo-cd/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Gain mastery over Argo as a workflow engine for Kubernetes",
"Visualize your declarative, GitOps continuous delivery tool for Kubernetes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/argo-workflows/index.mdx b/src/collections/integrations/argo-workflows/index.mdx
index e48228a56f0b..a78913360f12 100644
--- a/src/collections/integrations/argo-workflows/index.mdx
+++ b/src/collections/integrations/argo-workflows/index.mdx
@@ -11,8 +11,8 @@ featureList: ["UI to visualize and manage Workflows.",
"Archiving Workflows after executing for later access."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/argo/index.mdx b/src/collections/integrations/argo/index.mdx
index ac3f5cc6e956..274635e4cad5 100644
--- a/src/collections/integrations/argo/index.mdx
+++ b/src/collections/integrations/argo/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Gain mastery over Argo as a workflow engine for Kubernetes",
"Visualize your declarative, GitOps continuous delivery tool for Kubernetes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/argocd-operator/index.mdx b/src/collections/integrations/argocd-operator/index.mdx
index a493b1b3ce12..ce91f9ad9ba2 100644
--- a/src/collections/integrations/argocd-operator/index.mdx
+++ b/src/collections/integrations/argocd-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Declarative continuous delivery with a fully-loaded UI.",
"Application deployment and lifecycle management can be automated, auditable, and easy to understand."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/argocd/index.mdx b/src/collections/integrations/argocd/index.mdx
index 9fb5126df72c..a83a7b812962 100644
--- a/src/collections/integrations/argocd/index.mdx
+++ b/src/collections/integrations/argocd/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Declarative continuous delivery with a fully-loaded UI.",
"Application deployment and lifecycle management can be automated, auditable, and easy to understand."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/artifact hub/index.mdx b/src/collections/integrations/artifact hub/index.mdx
index 94de64775a6c..5dfe176c87c4 100644
--- a/src/collections/integrations/artifact hub/index.mdx
+++ b/src/collections/integrations/artifact hub/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Discover, install and publish packages and configurations.",
"Subscribe to packages new releases and security alerts notifications, via email or webhooks."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/athenz/index.mdx b/src/collections/integrations/athenz/index.mdx
index bbba37579a16..6ccd52d744ea 100644
--- a/src/collections/integrations/athenz/index.mdx
+++ b/src/collections/integrations/athenz/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Identities for all workloads in your hybrid environment.",
"Industry Standard Authorization mTLS bound access token."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aws-api-gateway-operator/index.mdx b/src/collections/integrations/aws-api-gateway-operator/index.mdx
index 3535dadc239b..0c9a5adcb7b9 100644
--- a/src/collections/integrations/aws-api-gateway-operator/index.mdx
+++ b/src/collections/integrations/aws-api-gateway-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Create, publish, maintain, monitor, and secure REST, HTTP, and We
"API Gateway creates RESTful APIs that enable stateless client-server communication."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aws-load-balancer-controller/index.mdx b/src/collections/integrations/aws-load-balancer-controller/index.mdx
index 9a9b7c8e50c8..2c541fb3ca18 100644
--- a/src/collections/integrations/aws-load-balancer-controller/index.mdx
+++ b/src/collections/integrations/aws-load-balancer-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Manage AWS Elastic Load Balancers for a Kubernetes cluster.",
"Supports IP address targeting mode for Network Load Balancers."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones (AZs)."
published: true
diff --git a/src/collections/integrations/aws-node-termination-handler-2/index.mdx b/src/collections/integrations/aws-node-termination-handler-2/index.mdx
index 9066ae00024a..9e86aaf33d80 100644
--- a/src/collections/integrations/aws-node-termination-handler-2/index.mdx
+++ b/src/collections/integrations/aws-node-termination-handler-2/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Keep revision history and audit trail of all configuration change
"Deploy Meshery on your EKS clusters for App Mesh management"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aws-target-group-binding/index.mdx b/src/collections/integrations/aws-target-group-binding/index.mdx
index 63ebb15f6d80..c5d70cffe454 100644
--- a/src/collections/integrations/aws-target-group-binding/index.mdx
+++ b/src/collections/integrations/aws-target-group-binding/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Expose your pods using an existing ALB TargetGroup or NLB TargetG
"Used by AWS LoadBalancer controller internally to support the functionality for Ingress and Service resource as well."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/aws-vpc-cni/index.mdx b/src/collections/integrations/aws-vpc-cni/index.mdx
index 3b9d889872d6..471e17624711 100644
--- a/src/collections/integrations/aws-vpc-cni/index.mdx
+++ b/src/collections/integrations/aws-vpc-cni/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Keep revision history and audit trail of all configuration change
"Deploy Meshery on your EKS clusters for App Mesh management"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/backstage/index.mdx b/src/collections/integrations/backstage/index.mdx
index 068711ed9398..af95009a1acd 100644
--- a/src/collections/integrations/backstage/index.mdx
+++ b/src/collections/integrations/backstage/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Restore order to your microservices and infrastructure and enable
"Easily create, maintain, find, and use technical documentation, using a docs like code approach"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/bfe/index.mdx b/src/collections/integrations/bfe/index.mdx
index 883ba401fa29..3951d854ef88 100644
--- a/src/collections/integrations/bfe/index.mdx
+++ b/src/collections/integrations/bfe/index.mdx
@@ -11,8 +11,8 @@ featureList: ["BFE has a builtin plugin framework that makes it possible to deve
"BFE provides an advanced domain-specific language to describe routing rules which are easy to understand and maintain."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/brigade/index.mdx b/src/collections/integrations/brigade/index.mdx
index b890f26f4852..eb21917b2308 100644
--- a/src/collections/integrations/brigade/index.mdx
+++ b/src/collections/integrations/brigade/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Designed to quickly and efficently handle large volumes of events
"Enables high event throughput via its backing message queue."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/buildpacks/index.mdx b/src/collections/integrations/buildpacks/index.mdx
index 46467a8098ea..55a59394e5d7 100644
--- a/src/collections/integrations/buildpacks/index.mdx
+++ b/src/collections/integrations/buildpacks/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Transform application source code into OCI images.",
"Replace Dockerfiles in the app development lifecycle."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/camel-k/index.mdx b/src/collections/integrations/camel-k/index.mdx
index 2c3fddc02a62..df7caf08ed19 100644
--- a/src/collections/integrations/camel-k/index.mdx
+++ b/src/collections/integrations/camel-k/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Define routing and mediation rules in a variety of domain-specifi
"Minimal dependencies for easy embedding in any Java application."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/capsule-proxy/index.mdx b/src/collections/integrations/capsule-proxy/index.mdx
index a9a11556e233..d875a9da2a18 100644
--- a/src/collections/integrations/capsule-proxy/index.mdx
+++ b/src/collections/integrations/capsule-proxy/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Allows to overcome the limitations of Kubernetes API Server on li
"Capsule provides multi-tenancy in Kubernetes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cd-pipeline-operator/index.mdx b/src/collections/integrations/cd-pipeline-operator/index.mdx
index ce35ca6de393..416e71eb426e 100644
--- a/src/collections/integrations/cd-pipeline-operator/index.mdx
+++ b/src/collections/integrations/cd-pipeline-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Provides a pre-defined set of CI/CD patterns and tools.",
"Security covers authentication, authorization, and SSO for platform services."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cdk8s/index.mdx b/src/collections/integrations/cdk8s/index.mdx
index a44376e6206f..00b879e269f4 100644
--- a/src/collections/integrations/cdk8s/index.mdx
+++ b/src/collections/integrations/cdk8s/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Defines Kubernetes applications and reusable abstractions using f
"Compose and share reusable components through code libraries."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Deploy through GitOps"
howItWorksDetails: "cdk8s is an open-source software development framework for defining Kubernetes applications and reusable abstractions using familiar programming languages and rich object-oriented APIs. cdk8s apps synthesize into standard Kubernetes manifests which can be applied to any Kubernetes cluster."
published: true
diff --git a/src/collections/integrations/cert-manager-crds/index.mdx b/src/collections/integrations/cert-manager-crds/index.mdx
index 618216ffc38c..6badcf84bbbc 100644
--- a/src/collections/integrations/cert-manager-crds/index.mdx
+++ b/src/collections/integrations/cert-manager-crds/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Simplifies the process of obtaining, renewing and using those cer
"Ensures certificates remain valid and up to date."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cert-manager-csi-driver-cacerts/index.mdx b/src/collections/integrations/cert-manager-csi-driver-cacerts/index.mdx
index 576429d8f229..8a101a277494 100644
--- a/src/collections/integrations/cert-manager-csi-driver-cacerts/index.mdx
+++ b/src/collections/integrations/cert-manager-csi-driver-cacerts/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Simplifies the process of obtaining, renewing and using those cer
"Ensures certificates remain valid and up to date."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cert-manager/index.mdx b/src/collections/integrations/cert-manager/index.mdx
index 4e1ab65d80b4..bee51ceb79b5 100644
--- a/src/collections/integrations/cert-manager/index.mdx
+++ b/src/collections/integrations/cert-manager/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Simplifies the process of obtaining, renewing and using those cer
"Ensures certificates remain valid and up to date."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Cloud native certificate management"
howItWorksDetails: "X.509 certificate management for Kubernetes and OpenShift"
published: true
diff --git a/src/collections/integrations/chaos-mesh/index.mdx b/src/collections/integrations/chaos-mesh/index.mdx
index fa20691df56b..8b3a391311ef 100644
--- a/src/collections/integrations/chaos-mesh/index.mdx
+++ b/src/collections/integrations/chaos-mesh/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cilium/index.mdx b/src/collections/integrations/cilium/index.mdx
index 04f35c3d9488..70cbcf64f30b 100644
--- a/src/collections/integrations/cilium/index.mdx
+++ b/src/collections/integrations/cilium/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Ensure Cilium Service Mesh daemonset operation",
"Visually configure and explore your Cilium Service Mesh topology"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cloudevents/index.mdx b/src/collections/integrations/cloudevents/index.mdx
index 4ab855648ca5..fe6d0820ed00 100644
--- a/src/collections/integrations/cloudevents/index.mdx
+++ b/src/collections/integrations/cloudevents/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Provides SDKs for Go, JavaScript, Java, C#, Ruby, PHP, PowerShell
"Provides interoperability across services, platforms and systems."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/clusterpedia/index.mdx b/src/collections/integrations/clusterpedia/index.mdx
index 97dafa6e5128..a8c9a132cd3c 100644
--- a/src/collections/integrations/clusterpedia/index.mdx
+++ b/src/collections/integrations/clusterpedia/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/confidential containers/icon/color/confidential containers-color.svg b/src/collections/integrations/confidential containers/icon/color/confidential containers-color.svg
index 56a968402d79..2af711ca8854 100644
--- a/src/collections/integrations/confidential containers/icon/color/confidential containers-color.svg
+++ b/src/collections/integrations/confidential containers/icon/color/confidential containers-color.svg
@@ -6,7 +6,7 @@
id="svg201550"
inkscape:version="1.2-dev (c68a1cf202, 2021-08-16)"
sodipodi:docname="confidential-containers-logo-only.svg"
- inkscape:export-filename="/home/tigert/Documents/design-temp/confidential-containers/logo/confidential-containers-logo-stacked.png"
+ inkscape:export-filename="/home/tigert/Documents/design-temp/confidential-containers/logo/confidential-containers-logo-stacked.webp"
inkscape:export-xdpi="88.529999"
inkscape:export-ydpi="88.529999"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
diff --git a/src/collections/integrations/confidential containers/icon/white/confidential containers-white.svg b/src/collections/integrations/confidential containers/icon/white/confidential containers-white.svg
index e8506b4c68a4..8e0f654d92a2 100644
--- a/src/collections/integrations/confidential containers/icon/white/confidential containers-white.svg
+++ b/src/collections/integrations/confidential containers/icon/white/confidential containers-white.svg
@@ -6,7 +6,7 @@
id="svg201550"
inkscape:version="1.2-alpha1 (7125ea6, 2022-03-22)"
sodipodi:docname="confidential-containers-icon-white.svg"
- inkscape:export-filename="/home/tigert/Documents/design-temp/confidential-containers/logo/confidential-containers-icon-white.png"
+ inkscape:export-filename="/home/tigert/Documents/design-temp/confidential-containers/logo/confidential-containers-icon-white.webp"
inkscape:export-xdpi="301.07001"
inkscape:export-ydpi="301.07001"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
diff --git a/src/collections/integrations/confidential containers/index.mdx b/src/collections/integrations/confidential containers/index.mdx
index b401a9f7aaeb..c615c24777ee 100644
--- a/src/collections/integrations/confidential containers/index.mdx
+++ b/src/collections/integrations/confidential containers/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Allows cloud native application owners to enforce application sec
"Support for multiple TEE and hardware platforms."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/consul/index.mdx b/src/collections/integrations/consul/index.mdx
index ebb2bd03a7a7..1d5bf8f901e1 100644
--- a/src/collections/integrations/consul/index.mdx
+++ b/src/collections/integrations/consul/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Visualize the topology of your Consul service mesh deployment",
"Explore Consuls Service Splitter"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/container network interface (cni)/index.mdx b/src/collections/integrations/container network interface (cni)/index.mdx
index e52b015c1e2f..5ecca1e21b2b 100644
--- a/src/collections/integrations/container network interface (cni)/index.mdx
+++ b/src/collections/integrations/container network interface (cni)/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Enables attaching multiple network interfaces to pods.",
"It is a CNI plugin that can call multiple other CNI plugins."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/containerd/index.mdx b/src/collections/integrations/containerd/index.mdx
index 8165c65d3de9..30bc78338f0e 100644
--- a/src/collections/integrations/containerd/index.mdx
+++ b/src/collections/integrations/containerd/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Implements a chunk-based content-addressable filesystem on top of
"Supports lazy pulling feature."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/containerssh/index.mdx b/src/collections/integrations/containerssh/index.mdx
index 98fe875c365d..7ee6c0eea5ef 100644
--- a/src/collections/integrations/containerssh/index.mdx
+++ b/src/collections/integrations/containerssh/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/contour-operator/index.mdx b/src/collections/integrations/contour-operator/index.mdx
index 1ec1e64d9919..442d3471bbc6 100644
--- a/src/collections/integrations/contour-operator/index.mdx
+++ b/src/collections/integrations/contour-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Provides a method for packaging, deploying, and managing Contour.
"Builds upon the basic Kubernetes resource and controller concepts, but includes domain-specific knowledge to automate the entire lifecycle of Contour."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/contour/index.mdx b/src/collections/integrations/contour/index.mdx
index 2c3b50e2fa76..e6470be49534 100644
--- a/src/collections/integrations/contour/index.mdx
+++ b/src/collections/integrations/contour/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Supports dynamic configuration updates out of the box while maint
"Solves shortcomings in the original design."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/coredns/index.mdx b/src/collections/integrations/coredns/index.mdx
index 47f4463586cb..069f52742876 100644
--- a/src/collections/integrations/coredns/index.mdx
+++ b/src/collections/integrations/coredns/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Serves zone data from a file; both DNSSEC (NSEC only) and DNS are
"Signs zone data on-the-fly (dnssec)."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cortex/index.mdx b/src/collections/integrations/cortex/index.mdx
index 3c38915f8c58..87a2899e5494 100644
--- a/src/collections/integrations/cortex/index.mdx
+++ b/src/collections/integrations/cortex/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Durably store data for longer than the lifetime of any single mac
"Gives you a global view of Prometheus time series data that includes data in long-term storage, greatly expanding the usefulness of PromQL for analytical purposes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cpx/index.mdx b/src/collections/integrations/cpx/index.mdx
index ed3e2e5b2fe1..d06e6a2a88a8 100644
--- a/src/collections/integrations/cpx/index.mdx
+++ b/src/collections/integrations/cpx/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Enable and enforce mutual TLS between your clusters",
"Design Istio Virtual Services"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cri-o/index.mdx b/src/collections/integrations/cri-o/index.mdx
index 0ebc38c7fb58..1071d6b18a8e 100644
--- a/src/collections/integrations/cri-o/index.mdx
+++ b/src/collections/integrations/cri-o/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Supports multiple image formats including the existing Docker ima
"Container process lifecycle management"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/crossplane/index.mdx b/src/collections/integrations/crossplane/index.mdx
index e0408990164e..e2fba9f4682f 100644
--- a/src/collections/integrations/crossplane/index.mdx
+++ b/src/collections/integrations/crossplane/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Highly extensible backend that enables you to orchestrate applica
"Provides reliability and security features like Role Based Access Control (RBAC) to orchestrate everything - not just containers."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/cubefs/index.mdx b/src/collections/integrations/cubefs/index.mdx
index 66970b905824..948e5a97c0bd 100644
--- a/src/collections/integrations/cubefs/index.mdx
+++ b/src/collections/integrations/cubefs/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Multiple Access Protocol Support.",
"Specific performance optimizations for large/small files and sequential/random writes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/curiefense/index.mdx b/src/collections/integrations/curiefense/index.mdx
index 3742d3192619..0913980e8106 100644
--- a/src/collections/integrations/curiefense/index.mdx
+++ b/src/collections/integrations/curiefense/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Protects all forms of web traffic, services, and APIs.",
"It is integrated with NGINX and Envoy proxy."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/dapr/index.mdx b/src/collections/integrations/dapr/index.mdx
index b84e3d093be3..b9257a3e9959 100644
--- a/src/collections/integrations/dapr/index.mdx
+++ b/src/collections/integrations/dapr/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Helps you write resilient and secured microservices.",
"Leverages proven practices for distributed application development that enable you to build resilient, secured systems."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/devfile/index.mdx b/src/collections/integrations/devfile/index.mdx
index f746e6d6eb63..4188ee718326 100644
--- a/src/collections/integrations/devfile/index.mdx
+++ b/src/collections/integrations/devfile/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Development environments are quick to create, can be thrown away
"Central location management so updates can be applied once and be properly aligned across development teams."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/devstream/index.mdx b/src/collections/integrations/devstream/index.mdx
index fb8df2a33024..b4f4f6896668 100644
--- a/src/collections/integrations/devstream/index.mdx
+++ b/src/collections/integrations/devstream/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Centrally manage your toolchain with versioned code, and keep tra
"Implement inbuilt best practices and share yours with the world."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/dex/index.mdx b/src/collections/integrations/dex/index.mdx
index c2910ac4b1db..6c0fce206201 100644
--- a/src/collections/integrations/dex/index.mdx
+++ b/src/collections/integrations/dex/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/distribution/index.mdx b/src/collections/integrations/distribution/index.mdx
index ae055eea79e3..a773937956d0 100644
--- a/src/collections/integrations/distribution/index.mdx
+++ b/src/collections/integrations/distribution/index.mdx
@@ -11,8 +11,8 @@ featureList: ["JFrog Distribution is a centralized platform that lets you provis
"Efficient network utilization by optimizing replication, dramatically reducing network load and release bundle synchronization time from source Artifactory to target instance or Edge node."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Efficient network utilization by optimizing replication, dramatically reducing network load and release bundle synchronization time from source Artifactory to target instance or Edge node."
published: true
diff --git a/src/collections/integrations/docker/index.mdx b/src/collections/integrations/docker/index.mdx
index d18637795151..4c16b59dd1b5 100644
--- a/src/collections/integrations/docker/index.mdx
+++ b/src/collections/integrations/docker/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Scan your kubeconfigs and select your current Kubernetes environm
"Meshery Docker Extension extends Docker Desktopβs position as the cloud native developerβs go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Meshery Docker Extension extends Docker Desktopβs position as the cloud native developerβs go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."
published: true
diff --git a/src/collections/integrations/dragonfly/index.mdx b/src/collections/integrations/dragonfly/index.mdx
index 760bd12d2989..50f99a2690dd 100644
--- a/src/collections/integrations/dragonfly/index.mdx
+++ b/src/collections/integrations/dragonfly/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/eks/index.mdx b/src/collections/integrations/eks/index.mdx
index c03d840f442c..7fd7cdea3660 100644
--- a/src/collections/integrations/eks/index.mdx
+++ b/src/collections/integrations/eks/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Save and share AKS configuration templates",
"Dry run your AKS configuration changes"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/elasticsearch-operator/index.mdx b/src/collections/integrations/elasticsearch-operator/index.mdx
index 8355513ce4ff..28b4f2b265e8 100644
--- a/src/collections/integrations/elasticsearch-operator/index.mdx
+++ b/src/collections/integrations/elasticsearch-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/emissary-ingress/index.mdx b/src/collections/integrations/emissary-ingress/index.mdx
index cb1b5b06b07b..d16b337c823d 100644
--- a/src/collections/integrations/emissary-ingress/index.mdx
+++ b/src/collections/integrations/emissary-ingress/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/envoy/index.mdx b/src/collections/integrations/envoy/index.mdx
index b71e1edcb39d..e4de12c339de 100644
--- a/src/collections/integrations/envoy/index.mdx
+++ b/src/collections/integrations/envoy/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/etcd-cluster-operator/index.mdx b/src/collections/integrations/etcd-cluster-operator/index.mdx
index 1d67aae4be11..d6b560c317c7 100644
--- a/src/collections/integrations/etcd-cluster-operator/index.mdx
+++ b/src/collections/integrations/etcd-cluster-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/external-secrets-operator/index.mdx b/src/collections/integrations/external-secrets-operator/index.mdx
index f1d77b809ab1..dfd3b37afe93 100644
--- a/src/collections/integrations/external-secrets-operator/index.mdx
+++ b/src/collections/integrations/external-secrets-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fabedge/index.mdx b/src/collections/integrations/fabedge/index.mdx
index 405aaffb65ba..ada121239f6f 100644
--- a/src/collections/integrations/fabedge/index.mdx
+++ b/src/collections/integrations/fabedge/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/falco/index.mdx b/src/collections/integrations/falco/index.mdx
index 93599c5a1023..941285ca5eff 100644
--- a/src/collections/integrations/falco/index.mdx
+++ b/src/collections/integrations/falco/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/flagger/index.mdx b/src/collections/integrations/flagger/index.mdx
index 9ab4f21e2b80..6efc8391e013 100644
--- a/src/collections/integrations/flagger/index.mdx
+++ b/src/collections/integrations/flagger/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Canary (progressive traffic shifting), A/B Testing (HTTP headers
"Reduce the risk of introducing a new software version in production by gradually shifting traffic to the new version while measuring metrics like HTTP/gRPC request success rate and latency."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fluent-operator/index.mdx b/src/collections/integrations/fluent-operator/index.mdx
index 96289b0b3354..ec0c4123ea2d 100644
--- a/src/collections/integrations/fluent-operator/index.mdx
+++ b/src/collections/integrations/fluent-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Fluent Bit Management: Deploy and destroy Fluent Bit DaemonSet au
"Custom Configuration: Select input/filter/output plugins via labels."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Fluent Bit will be deployed as a DaemonSet while Fluentd will be deployed as a StatefulSet. "
howItWorksDetails: "Although both Fluent Bit and Fluentd can collect, process(parse and filter) and then forward log to the final destinations, still they have strengths in different aspects.
diff --git a/src/collections/integrations/fluentbit-operator/index.mdx b/src/collections/integrations/fluentbit-operator/index.mdx
index f1f2f46d5e56..ca689cf2220f 100644
--- a/src/collections/integrations/fluentbit-operator/index.mdx
+++ b/src/collections/integrations/fluentbit-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Configure across distributed cloud and container environments. ",
"Granular management of data parsing and routing. Filtering and enrichment to optimize security and minimize cost."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fluentbit-skt/index.mdx b/src/collections/integrations/fluentbit-skt/index.mdx
index b20232fda699..8158486dd43f 100644
--- a/src/collections/integrations/fluentbit-skt/index.mdx
+++ b/src/collections/integrations/fluentbit-skt/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fluentd-operator/index.mdx b/src/collections/integrations/fluentd-operator/index.mdx
index 690c876400a4..e092448af150 100644
--- a/src/collections/integrations/fluentd-operator/index.mdx
+++ b/src/collections/integrations/fluentd-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Fluentd decouples data sources from backend systems by providing
"Fluentd has a flexible plugin system that allows the community to extend its functionality. "
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fluentd/index.mdx b/src/collections/integrations/fluentd/index.mdx
index 0dcfba0453cb..1d665dc0dc5f 100644
--- a/src/collections/integrations/fluentd/index.mdx
+++ b/src/collections/integrations/fluentd/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Fluentd decouples data sources from backend systems by providing
"Fluentd has a flexible plugin system that allows the community to extend its functionality. "
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fluid/index.mdx b/src/collections/integrations/fluid/index.mdx
index 53e3d0fde329..d833a2aaf81e 100644
--- a/src/collections/integrations/fluid/index.mdx
+++ b/src/collections/integrations/fluid/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/flux/index.mdx b/src/collections/integrations/flux/index.mdx
index dd270972103b..78418aaf2b48 100644
--- a/src/collections/integrations/flux/index.mdx
+++ b/src/collections/integrations/flux/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/fonio/index.mdx b/src/collections/integrations/fonio/index.mdx
index 975bd36f63bc..3b48525c6f4b 100644
--- a/src/collections/integrations/fonio/index.mdx
+++ b/src/collections/integrations/fonio/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/gatekeeper/index.mdx b/src/collections/integrations/gatekeeper/index.mdx
index 3ea75e69b9e8..d5d4f90c1104 100644
--- a/src/collections/integrations/gatekeeper/index.mdx
+++ b/src/collections/integrations/gatekeeper/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Native Kubernetes CRDs for instantiating the policy library (aka
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/github-actions-runner-operator/index.mdx b/src/collections/integrations/github-actions-runner-operator/index.mdx
index 3f22d50e96f4..3c91512b8ddd 100644
--- a/src/collections/integrations/github-actions-runner-operator/index.mdx
+++ b/src/collections/integrations/github-actions-runner-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/github-actions-runners/index.mdx b/src/collections/integrations/github-actions-runners/index.mdx
index 4d7b2ae8e344..f0452f1e46c1 100644
--- a/src/collections/integrations/github-actions-runners/index.mdx
+++ b/src/collections/integrations/github-actions-runners/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/github/index.mdx b/src/collections/integrations/github/index.mdx
index 9b44231bd8af..383e6f82cba7 100644
--- a/src/collections/integrations/github/index.mdx
+++ b/src/collections/integrations/github/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Pipeline your cloud native infrastructure as code changes with Gi
"Use Meshery GitHub Actions"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Visual GitOps"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/gitlab-controller/index.mdx b/src/collections/integrations/gitlab-controller/index.mdx
index 06a6e00cd207..3a58b105ee77 100644
--- a/src/collections/integrations/gitlab-controller/index.mdx
+++ b/src/collections/integrations/gitlab-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/gitlab-runner-operator/index.mdx b/src/collections/integrations/gitlab-runner-operator/index.mdx
index 09a6f1c64660..523cc1cdf623 100644
--- a/src/collections/integrations/gitlab-runner-operator/index.mdx
+++ b/src/collections/integrations/gitlab-runner-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/grafana-agent-operator/index.mdx b/src/collections/integrations/grafana-agent-operator/index.mdx
index fd23628da377..0796f906f3e8 100644
--- a/src/collections/integrations/grafana-agent-operator/index.mdx
+++ b/src/collections/integrations/grafana-agent-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Meshery discovers your Grafana servers",
"Integrate your boards and panels and new insights and metrics"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/grafana-operator/index.mdx b/src/collections/integrations/grafana-operator/index.mdx
index 830fd86075d3..a40efa289f81 100644
--- a/src/collections/integrations/grafana-operator/index.mdx
+++ b/src/collections/integrations/grafana-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Centralize the analysis, visualization, and alerting for all of y
"Integrate your boards and panels and new insights and metrics"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/grafana-ui-server/index.mdx b/src/collections/integrations/grafana-ui-server/index.mdx
index bb6edd9ffc25..3a32519b1de0 100644
--- a/src/collections/integrations/grafana-ui-server/index.mdx
+++ b/src/collections/integrations/grafana-ui-server/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Centralize the analysis, visualization, and alerting for all of y
"Integrate your boards and panels and new insights and metrics"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/grpc/index.mdx b/src/collections/integrations/grpc/index.mdx
index cd1b1df85dec..0d0018c781b0 100644
--- a/src/collections/integrations/grpc/index.mdx
+++ b/src/collections/integrations/grpc/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Integrate and extend Meshery's functionality through it's GRPC in
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/harbor-operator/index.mdx b/src/collections/integrations/harbor-operator/index.mdx
index b740ec9e040b..e084136fe1a0 100644
--- a/src/collections/integrations/harbor-operator/index.mdx
+++ b/src/collections/integrations/harbor-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/helm-controller/index.mdx b/src/collections/integrations/helm-controller/index.mdx
index dc98f695ea17..1b7491d309ab 100644
--- a/src/collections/integrations/helm-controller/index.mdx
+++ b/src/collections/integrations/helm-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/hexa/index.mdx b/src/collections/integrations/hexa/index.mdx
index 1bf14263462c..3fa195a9ca2e 100644
--- a/src/collections/integrations/hexa/index.mdx
+++ b/src/collections/integrations/hexa/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/identity-manager/index.mdx b/src/collections/integrations/identity-manager/index.mdx
index 7de4c0128e8b..a88257da52ec 100644
--- a/src/collections/integrations/identity-manager/index.mdx
+++ b/src/collections/integrations/identity-manager/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/in-toto/index.mdx b/src/collections/integrations/in-toto/index.mdx
index 4aac0cdb009c..5b12e64c6cdb 100644
--- a/src/collections/integrations/in-toto/index.mdx
+++ b/src/collections/integrations/in-toto/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/inclavare containers/index.mdx b/src/collections/integrations/inclavare containers/index.mdx
index 1203316b7740..51784400d9f2 100644
--- a/src/collections/integrations/inclavare containers/index.mdx
+++ b/src/collections/integrations/inclavare containers/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/istio-base/index.mdx b/src/collections/integrations/istio-base/index.mdx
index b7ab0da59304..2e84a0707c56 100644
--- a/src/collections/integrations/istio-base/index.mdx
+++ b/src/collections/integrations/istio-base/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/istio-operator/index.mdx b/src/collections/integrations/istio-operator/index.mdx
index b8fe86d6a75b..311f6fc9fb04 100644
--- a/src/collections/integrations/istio-operator/index.mdx
+++ b/src/collections/integrations/istio-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/istio-ratelimit-operator/index.mdx b/src/collections/integrations/istio-ratelimit-operator/index.mdx
index 1e648442442b..1874a3b31f11 100644
--- a/src/collections/integrations/istio-ratelimit-operator/index.mdx
+++ b/src/collections/integrations/istio-ratelimit-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/istio/index.mdx b/src/collections/integrations/istio/index.mdx
index 99b972b2a250..fc724150451d 100644
--- a/src/collections/integrations/istio/index.mdx
+++ b/src/collections/integrations/istio/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Enable and enforce mutual TLS between your clusters",
"Design Istio Virtual Services"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/jaeger-operator/index.mdx b/src/collections/integrations/jaeger-operator/index.mdx
index 37265bb7fe30..3c9a15122adf 100644
--- a/src/collections/integrations/jaeger-operator/index.mdx
+++ b/src/collections/integrations/jaeger-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/jaeger/index.mdx b/src/collections/integrations/jaeger/index.mdx
index 7713355c6a5e..1c3846dfd432 100644
--- a/src/collections/integrations/jaeger/index.mdx
+++ b/src/collections/integrations/jaeger/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/jenkins-operator/index.mdx b/src/collections/integrations/jenkins-operator/index.mdx
index fcb4188a9fea..4279cd305ec8 100644
--- a/src/collections/integrations/jenkins-operator/index.mdx
+++ b/src/collections/integrations/jenkins-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/jira-service-desk-operator/index.mdx b/src/collections/integrations/jira-service-desk-operator/index.mdx
index 68f122ebfccb..fd4604a0eaa0 100644
--- a/src/collections/integrations/jira-service-desk-operator/index.mdx
+++ b/src/collections/integrations/jira-service-desk-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Teams can track issues, manage projects, and automate workflows."
"Manage Projects - Manage customer and organization for projects."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Configure and customize Jira Projects and Issues"
howItWorksDetails: "Automate the process of setting up the Jira Service Desk (JSD) operator configuration of alertmanager in a Kubernetes native way. "
published: true
diff --git a/src/collections/integrations/k3s/index.mdx b/src/collections/integrations/k3s/index.mdx
index 147cfb95578a..ed10f98109d7 100644
--- a/src/collections/integrations/k3s/index.mdx
+++ b/src/collections/integrations/k3s/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/k8gb/index.mdx b/src/collections/integrations/k8gb/index.mdx
index d1fd3652baf0..971ea92e7eed 100644
--- a/src/collections/integrations/k8gb/index.mdx
+++ b/src/collections/integrations/k8gb/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/karmada/index.mdx b/src/collections/integrations/karmada/index.mdx
index 03ee169b9efd..6b4a0c9670f5 100644
--- a/src/collections/integrations/karmada/index.mdx
+++ b/src/collections/integrations/karmada/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs.Deploy workloads: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. "
published: true
diff --git a/src/collections/integrations/karpenter/index.mdx b/src/collections/integrations/karpenter/index.mdx
index a070ea7ad0c7..bafea4f52bc0 100644
--- a/src/collections/integrations/karpenter/index.mdx
+++ b/src/collections/integrations/karpenter/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Watching for pods that the Kubernetes scheduler has marked as uns
"Provisioning nodes that meet the requirements of the pods"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Using Meshery and Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running"
howItWorksDetails: "Set up provisioners: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values.
diff --git a/src/collections/integrations/katib/index.mdx b/src/collections/integrations/katib/index.mdx
index caea740541c6..8430b76c38a0 100644
--- a/src/collections/integrations/katib/index.mdx
+++ b/src/collections/integrations/katib/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/keda/index.mdx b/src/collections/integrations/keda/index.mdx
index ab359c140ecb..5ad503ceb72a 100644
--- a/src/collections/integrations/keda/index.mdx
+++ b/src/collections/integrations/keda/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/keycloak-operator/index.mdx b/src/collections/integrations/keycloak-operator/index.mdx
index b208df8472b3..1c504b56da31 100644
--- a/src/collections/integrations/keycloak-operator/index.mdx
+++ b/src/collections/integrations/keycloak-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/keylime/index.mdx b/src/collections/integrations/keylime/index.mdx
index a49be360d58d..5e6ea44dd4ff 100644
--- a/src/collections/integrations/keylime/index.mdx
+++ b/src/collections/integrations/keylime/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kiali-operator/index.mdx b/src/collections/integrations/kiali-operator/index.mdx
index 446b3845f2aa..9bb6e9eb8fd7 100644
--- a/src/collections/integrations/kiali-operator/index.mdx
+++ b/src/collections/integrations/kiali-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/knative/index.mdx b/src/collections/integrations/knative/index.mdx
index 326884a4a29b..532cfb9d1703 100644
--- a/src/collections/integrations/knative/index.mdx
+++ b/src/collections/integrations/knative/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kube-prometheus-stack/index.mdx b/src/collections/integrations/kube-prometheus-stack/index.mdx
index 56f173d7015c..2911f0d5e2b8 100644
--- a/src/collections/integrations/kube-prometheus-stack/index.mdx
+++ b/src/collections/integrations/kube-prometheus-stack/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kube-prometheus/index.mdx b/src/collections/integrations/kube-prometheus/index.mdx
index e2b78beecae4..4571ffec8858 100644
--- a/src/collections/integrations/kube-prometheus/index.mdx
+++ b/src/collections/integrations/kube-prometheus/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kube-rs/index.mdx b/src/collections/integrations/kube-rs/index.mdx
index d98626e1fde1..968e412765bc 100644
--- a/src/collections/integrations/kube-rs/index.mdx
+++ b/src/collections/integrations/kube-rs/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kube-ui-server/index.mdx b/src/collections/integrations/kube-ui-server/index.mdx
index f540cb57f90b..6e8c9d4fc626 100644
--- a/src/collections/integrations/kube-ui-server/index.mdx
+++ b/src/collections/integrations/kube-ui-server/index.mdx
@@ -11,8 +11,8 @@ featureList: ["WhoAmI service returns the user info of the user making the api c
"Identity Server is a Kubernetes extended apiserver (EAS). As an EAS, it has access to the user who is making an api call to the whoami server."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-catalog/index.mdx b/src/collections/integrations/kubedb-catalog/index.mdx
index 1b25b46f273f..c98c3250d423 100644
--- a/src/collections/integrations/kubedb-catalog/index.mdx
+++ b/src/collections/integrations/kubedb-catalog/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-crds/index.mdx b/src/collections/integrations/kubedb-crds/index.mdx
index 67df9b9ed3b2..ace7109cd30e 100644
--- a/src/collections/integrations/kubedb-crds/index.mdx
+++ b/src/collections/integrations/kubedb-crds/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-grafana-dashboards/index.mdx b/src/collections/integrations/kubedb-grafana-dashboards/index.mdx
index 6a50d7bc48a2..cab29fa939d0 100644
--- a/src/collections/integrations/kubedb-grafana-dashboards/index.mdx
+++ b/src/collections/integrations/kubedb-grafana-dashboards/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-metrics/index.mdx b/src/collections/integrations/kubedb-metrics/index.mdx
index 32d12f495a9e..873c64f2e112 100644
--- a/src/collections/integrations/kubedb-metrics/index.mdx
+++ b/src/collections/integrations/kubedb-metrics/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-ops-manager/index.mdx b/src/collections/integrations/kubedb-ops-manager/index.mdx
index 3427f0588339..35bfdf00a8d1 100644
--- a/src/collections/integrations/kubedb-ops-manager/index.mdx
+++ b/src/collections/integrations/kubedb-ops-manager/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-opscenter/index.mdx b/src/collections/integrations/kubedb-opscenter/index.mdx
index 91342f9306d5..4cef3b55124a 100644
--- a/src/collections/integrations/kubedb-opscenter/index.mdx
+++ b/src/collections/integrations/kubedb-opscenter/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb-ui-server/index.mdx b/src/collections/integrations/kubedb-ui-server/index.mdx
index 40cd37fff11e..98d1274dc358 100644
--- a/src/collections/integrations/kubedb-ui-server/index.mdx
+++ b/src/collections/integrations/kubedb-ui-server/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedb/index.mdx b/src/collections/integrations/kubedb/index.mdx
index 2c065e909daa..b968f6a77c26 100644
--- a/src/collections/integrations/kubedb/index.mdx
+++ b/src/collections/integrations/kubedb/index.mdx
@@ -11,8 +11,8 @@ featureList: ["KubeDB simplifies many of the difficult or tedious management tas
"KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubedl/index.mdx b/src/collections/integrations/kubedl/index.mdx
index b537fff3aa84..dbcc4ad77234 100644
--- a/src/collections/integrations/kubedl/index.mdx
+++ b/src/collections/integrations/kubedl/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubeedge/index.mdx b/src/collections/integrations/kubeedge/index.mdx
index 91182a581688..8a6fe7e9ee22 100644
--- a/src/collections/integrations/kubeedge/index.mdx
+++ b/src/collections/integrations/kubeedge/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubeflow/index.mdx b/src/collections/integrations/kubeflow/index.mdx
index 23bf68b85e6a..cef0fc55fe06 100644
--- a/src/collections/integrations/kubeflow/index.mdx
+++ b/src/collections/integrations/kubeflow/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Make deployments of machine learning (ML) workflows on Kubernetes
"Easy, repeatable, portable deployments on a diverse infrastructure (for example, experimenting on a laptop, then moving to an on-premises cluster or to the cloud)"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kuberhealthy/index.mdx b/src/collections/integrations/kuberhealthy/index.mdx
index 621e351161ea..4b4d7491cf9c 100644
--- a/src/collections/integrations/kuberhealthy/index.mdx
+++ b/src/collections/integrations/kuberhealthy/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubernetes/index.mdx b/src/collections/integrations/kubernetes/index.mdx
index b2f0d4f5958d..5e6c0b6502d1 100644
--- a/src/collections/integrations/kubernetes/index.mdx
+++ b/src/collections/integrations/kubernetes/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Visualize your Kubernetes clusters",
"Pre and post-provisioning workflow extensions"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubesphere/index.mdx b/src/collections/integrations/kubesphere/index.mdx
index 0d3be0d4ba50..2903696ac756 100644
--- a/src/collections/integrations/kubesphere/index.mdx
+++ b/src/collections/integrations/kubesphere/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevault-catalog/index.mdx b/src/collections/integrations/kubevault-catalog/index.mdx
index 4cdc4dc71eed..90d52b10b141 100644
--- a/src/collections/integrations/kubevault-catalog/index.mdx
+++ b/src/collections/integrations/kubevault-catalog/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy TLS secured Vault Servers on Kubernetes using KubeVault. Y
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevault-crds/index.mdx b/src/collections/integrations/kubevault-crds/index.mdx
index 8e093df5cbb0..b151fa3b433c 100644
--- a/src/collections/integrations/kubevault-crds/index.mdx
+++ b/src/collections/integrations/kubevault-crds/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy TLS secured Vault Servers on Kubernetes using KubeVault. Y
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevault-metrics/index.mdx b/src/collections/integrations/kubevault-metrics/index.mdx
index cbb94ed84ba5..c46598a45159 100644
--- a/src/collections/integrations/kubevault-metrics/index.mdx
+++ b/src/collections/integrations/kubevault-metrics/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy TLS secured Vault Servers on Kubernetes using KubeVault. Y
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevault-operator/index.mdx b/src/collections/integrations/kubevault-operator/index.mdx
index 8da6f0f36db5..178e0448ec82 100644
--- a/src/collections/integrations/kubevault-operator/index.mdx
+++ b/src/collections/integrations/kubevault-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy TLS secured Vault Servers on Kubernetes using KubeVault. Y
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevault/index.mdx b/src/collections/integrations/kubevault/index.mdx
index 6d8edfc89d43..17c523aefcc6 100644
--- a/src/collections/integrations/kubevault/index.mdx
+++ b/src/collections/integrations/kubevault/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Deploy TLS secured Vault Servers on Kubernetes using KubeVault. Y
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevela/index.mdx b/src/collections/integrations/kubevela/index.mdx
index 741ee1174dcc..7bf9a1c2923e 100644
--- a/src/collections/integrations/kubevela/index.mdx
+++ b/src/collections/integrations/kubevela/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kubevirt/index.mdx b/src/collections/integrations/kubevirt/index.mdx
index c2aa184d901b..ba0f1f4d4062 100644
--- a/src/collections/integrations/kubevirt/index.mdx
+++ b/src/collections/integrations/kubevirt/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kuma/index.mdx b/src/collections/integrations/kuma/index.mdx
index 0e987a65e707..5e834f9dd8ba 100644
--- a/src/collections/integrations/kuma/index.mdx
+++ b/src/collections/integrations/kuma/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kured/index.mdx b/src/collections/integrations/kured/index.mdx
index 230ac62d870a..68956b6021f9 100644
--- a/src/collections/integrations/kured/index.mdx
+++ b/src/collections/integrations/kured/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kusk-gateway/index.mdx b/src/collections/integrations/kusk-gateway/index.mdx
index 2fa0dba51330..21a85ab3dff9 100644
--- a/src/collections/integrations/kusk-gateway/index.mdx
+++ b/src/collections/integrations/kusk-gateway/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Rapidly prototype your APIs by mocking your API responses",
"Configure critical policies like request timeouts and CORS with no coding required."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/kyverno-monitor/index.mdx b/src/collections/integrations/kyverno-monitor/index.mdx
index 2f25044e806b..78ac790d9f74 100644
--- a/src/collections/integrations/kyverno-monitor/index.mdx
+++ b/src/collections/integrations/kyverno-monitor/index.mdx
@@ -13,8 +13,8 @@ match resources using label selectors and wildcards.",
"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Block non-conformant resources"
howItWorksDetails: "Using MeshMap, apply best practice design templates for admission control over non-conformant resources."
published: true
diff --git a/src/collections/integrations/linkerd/index.mdx b/src/collections/integrations/linkerd/index.mdx
index d8da67be9336..a5aad088a0ea 100644
--- a/src/collections/integrations/linkerd/index.mdx
+++ b/src/collections/integrations/linkerd/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Visually configure and operate Linkerd with real-time topology",
"Design Linkerd Service Profiles"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/linux/index.mdx b/src/collections/integrations/linux/index.mdx
index 9565391bca9c..10eafde99c11 100644
--- a/src/collections/integrations/linux/index.mdx
+++ b/src/collections/integrations/linux/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Faster and easier configuration",
"Routing Mesh"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/litmus-core/index.mdx b/src/collections/integrations/litmus-core/index.mdx
index 21afcbc9570d..98ff899b494c 100644
--- a/src/collections/integrations/litmus-core/index.mdx
+++ b/src/collections/integrations/litmus-core/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/longhorn/index.mdx b/src/collections/integrations/longhorn/index.mdx
index d8f47ca66218..bc9d8c032d1e 100644
--- a/src/collections/integrations/longhorn/index.mdx
+++ b/src/collections/integrations/longhorn/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/mattermost-operator/index.mdx b/src/collections/integrations/mattermost-operator/index.mdx
index ca8472e0d9ed..3a80f638d5b2 100644
--- a/src/collections/integrations/mattermost-operator/index.mdx
+++ b/src/collections/integrations/mattermost-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Connect Mattermost with any of your favorite cloud native apps in just a few clicks. Design, build, and automate anything for your work by integrating apps like Mattermost to create visual automated workflows. Choose from thousands of ready-made apps or use our no-code toolkit to connect to apps not yet in our library."
howItWorksDetails: "Configuring your own Mattermost environment
See the Mattermost documentation - https://docs.mattermost.com."
diff --git a/src/collections/integrations/meshery-operator/index.mdx b/src/collections/integrations/meshery-operator/index.mdx
index cca1f4e8cde6..b867d6a70538 100644
--- a/src/collections/integrations/meshery-operator/index.mdx
+++ b/src/collections/integrations/meshery-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/meshery/index.mdx b/src/collections/integrations/meshery/index.mdx
index d2f0d30c4c8b..f7dec4ff45a7 100644
--- a/src/collections/integrations/meshery/index.mdx
+++ b/src/collections/integrations/meshery/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/metallb/index.mdx b/src/collections/integrations/metallb/index.mdx
index 55c89c36f8a1..5c6c0f81ceda 100644
--- a/src/collections/integrations/metallb/index.mdx
+++ b/src/collections/integrations/metallb/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/mimir-distributed/index.mdx b/src/collections/integrations/mimir-distributed/index.mdx
index 84c627ef7991..f5f816a6f72a 100644
--- a/src/collections/integrations/mimir-distributed/index.mdx
+++ b/src/collections/integrations/mimir-distributed/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Get 100% Prometheus compatible, including remote write, PromQL, a
"Advanced multi-tenancy and isolation"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/minio-operator/index.mdx b/src/collections/integrations/minio-operator/index.mdx
index 774af678ac9b..7d1cc6dbb860 100644
--- a/src/collections/integrations/minio-operator/index.mdx
+++ b/src/collections/integrations/minio-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["AWS S3 Compatibility",
"MinIO offers Active Active, Multi-Site Replication for Object Storage is a key requirement for mission-critical production environments."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/mpi-operator/index.mdx b/src/collections/integrations/mpi-operator/index.mdx
index ecbe6a715539..27ae806308de 100644
--- a/src/collections/integrations/mpi-operator/index.mdx
+++ b/src/collections/integrations/mpi-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Easily run synchronized, allreduce-style distributed training on
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/mysql-operator/index.mdx b/src/collections/integrations/mysql-operator/index.mdx
index f7c581d97898..cd2de15e950e 100644
--- a/src/collections/integrations/mysql-operator/index.mdx
+++ b/src/collections/integrations/mysql-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nats-operator/index.mdx b/src/collections/integrations/nats-operator/index.mdx
index 7fb43aac790f..612805eb13f9 100644
--- a/src/collections/integrations/nats-operator/index.mdx
+++ b/src/collections/integrations/nats-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["With true multi-tenancy, securely isolate message topics",
"Meshery Broker with NATS inside"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nats/index.mdx b/src/collections/integrations/nats/index.mdx
index c3e6c31ef2f7..ec20720c7fd3 100644
--- a/src/collections/integrations/nats/index.mdx
+++ b/src/collections/integrations/nats/index.mdx
@@ -11,8 +11,8 @@ featureList: ["With true multi-tenancy, securely isolate message topics",
"Meshery Broker with NATS inside"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nginx-ingress/index.mdx b/src/collections/integrations/nginx-ingress/index.mdx
index d9edba13dc0e..5795656f34c5 100644
--- a/src/collections/integrations/nginx-ingress/index.mdx
+++ b/src/collections/integrations/nginx-ingress/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nginx-service-mesh/index.mdx b/src/collections/integrations/nginx-service-mesh/index.mdx
index 3cac6c805d03..ce4dfc5d63ff 100644
--- a/src/collections/integrations/nginx-service-mesh/index.mdx
+++ b/src/collections/integrations/nginx-service-mesh/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nginx/index.mdx b/src/collections/integrations/nginx/index.mdx
index d0b7b61f3ae5..33e7528c6029 100644
--- a/src/collections/integrations/nginx/index.mdx
+++ b/src/collections/integrations/nginx/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/nocalhost/index.mdx b/src/collections/integrations/nocalhost/index.mdx
index 42f4921964df..217e0addfca1 100644
--- a/src/collections/integrations/nocalhost/index.mdx
+++ b/src/collections/integrations/nocalhost/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/notary/index.mdx b/src/collections/integrations/notary/index.mdx
index 955139a2273f..2e0d4fc4a461 100644
--- a/src/collections/integrations/notary/index.mdx
+++ b/src/collections/integrations/notary/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/ondat-operator/index.mdx b/src/collections/integrations/ondat-operator/index.mdx
index c0ca182f9066..da8659907491 100644
--- a/src/collections/integrations/ondat-operator/index.mdx
+++ b/src/collections/integrations/ondat-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/open cluster management/index.mdx b/src/collections/integrations/open cluster management/index.mdx
index 95d7b94c8176..88d3c9bd8789 100644
--- a/src/collections/integrations/open cluster management/index.mdx
+++ b/src/collections/integrations/open cluster management/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/open policy agent (opa)/index.mdx b/src/collections/integrations/open policy agent (opa)/index.mdx
index 39e1ebdb62fd..8f1dde359397 100644
--- a/src/collections/integrations/open policy agent (opa)/index.mdx
+++ b/src/collections/integrations/open policy agent (opa)/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/open service mesh/index.mdx b/src/collections/integrations/open service mesh/index.mdx
index cec6e0360aee..5b76e705846a 100644
--- a/src/collections/integrations/open service mesh/index.mdx
+++ b/src/collections/integrations/open service mesh/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Configuration an simplier understanding of your Open Service Mesh
"Conformance to Service Mesh Interface specifications"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/openebs/index.mdx b/src/collections/integrations/openebs/index.mdx
index 2ea506673890..e76f8894e209 100644
--- a/src/collections/integrations/openebs/index.mdx
+++ b/src/collections/integrations/openebs/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/openfeature/index.mdx b/src/collections/integrations/openfeature/index.mdx
index 4eb3c625b4e8..43040caab339 100644
--- a/src/collections/integrations/openfeature/index.mdx
+++ b/src/collections/integrations/openfeature/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/opengitops/index.mdx b/src/collections/integrations/opengitops/index.mdx
index d39abecb132c..cc79a6e3fbf7 100644
--- a/src/collections/integrations/opengitops/index.mdx
+++ b/src/collections/integrations/opengitops/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/openkruise/index.mdx b/src/collections/integrations/openkruise/index.mdx
index ad8f6f25384f..10e11a35c8fc 100644
--- a/src/collections/integrations/openkruise/index.mdx
+++ b/src/collections/integrations/openkruise/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/openmetrics/index.mdx b/src/collections/integrations/openmetrics/index.mdx
index 129f05b4c056..fa2b4f144a24 100644
--- a/src/collections/integrations/openmetrics/index.mdx
+++ b/src/collections/integrations/openmetrics/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/opentelemetry-operator/index.mdx b/src/collections/integrations/opentelemetry-operator/index.mdx
index 6aa8f3166781..d0ea26673b69 100644
--- a/src/collections/integrations/opentelemetry-operator/index.mdx
+++ b/src/collections/integrations/opentelemetry-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/opentelemetry/index.mdx b/src/collections/integrations/opentelemetry/index.mdx
index c6744c82323e..2d7af36870ad 100644
--- a/src/collections/integrations/opentelemetry/index.mdx
+++ b/src/collections/integrations/opentelemetry/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/operator framework/index.mdx b/src/collections/integrations/operator framework/index.mdx
index 65df044778bb..e68963840cda 100644
--- a/src/collections/integrations/operator framework/index.mdx
+++ b/src/collections/integrations/operator framework/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/oras/index.mdx b/src/collections/integrations/oras/index.mdx
index 54c7de4f5627..3020d7a660b8 100644
--- a/src/collections/integrations/oras/index.mdx
+++ b/src/collections/integrations/oras/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/parsec/index.mdx b/src/collections/integrations/parsec/index.mdx
index 4c1526df0456..b3d56068384a 100644
--- a/src/collections/integrations/parsec/index.mdx
+++ b/src/collections/integrations/parsec/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/pg-db/index.mdx b/src/collections/integrations/pg-db/index.mdx
index ddcf437f87bf..a7687d2f6741 100644
--- a/src/collections/integrations/pg-db/index.mdx
+++ b/src/collections/integrations/pg-db/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/pgo/index.mdx b/src/collections/integrations/pgo/index.mdx
index 3b679c1f65c5..96bedb7d7621 100644
--- a/src/collections/integrations/pgo/index.mdx
+++ b/src/collections/integrations/pgo/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/piraeus datastore/index.mdx b/src/collections/integrations/piraeus datastore/index.mdx
index b9bb8b8c9027..65cd6475b7a0 100644
--- a/src/collections/integrations/piraeus datastore/index.mdx
+++ b/src/collections/integrations/piraeus datastore/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Supports 1/2/3 replica numbers for persistent volumes. Piraeus place the replicas intelligently across the nodes to balance the workload."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Piraeus can run on all kinds of storage medium: RAID, SAN, NAS or EBS"
howItWorksDetails: "It deploys and scales out automatically within Kubernetes nodes. With Piraeus, Kubernetes workloads can now consume high performance local storage using the same volume APIs that app developers have become accustomed to."
published: true
diff --git a/src/collections/integrations/pixie/index.mdx b/src/collections/integrations/pixie/index.mdx
index d6f233b82e44..2ee721bd6e9b 100644
--- a/src/collections/integrations/pixie/index.mdx
+++ b/src/collections/integrations/pixie/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/porter/index.mdx b/src/collections/integrations/porter/index.mdx
index 5a4bca464ee4..d88fe8135124 100644
--- a/src/collections/integrations/porter/index.mdx
+++ b/src/collections/integrations/porter/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/postgres-controller/index.mdx b/src/collections/integrations/postgres-controller/index.mdx
index e07f75c98648..bb9df1df1cad 100644
--- a/src/collections/integrations/postgres-controller/index.mdx
+++ b/src/collections/integrations/postgres-controller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/postgres-operator/index.mdx b/src/collections/integrations/postgres-operator/index.mdx
index 8abfc4361bc2..a66af9a20dfe 100644
--- a/src/collections/integrations/postgres-operator/index.mdx
+++ b/src/collections/integrations/postgres-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/postgres-with-operator/index.mdx b/src/collections/integrations/postgres-with-operator/index.mdx
index 7ff046216c36..3960b062c8db 100644
--- a/src/collections/integrations/postgres-with-operator/index.mdx
+++ b/src/collections/integrations/postgres-with-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/posthog/index.mdx b/src/collections/integrations/posthog/index.mdx
index f49fb760b567..3b4e4c41b721 100644
--- a/src/collections/integrations/posthog/index.mdx
+++ b/src/collections/integrations/posthog/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/pravega/index.mdx b/src/collections/integrations/pravega/index.mdx
index fa9872881aee..d15f6c3479a3 100644
--- a/src/collections/integrations/pravega/index.mdx
+++ b/src/collections/integrations/pravega/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/prometheus-operator-crds/index.mdx b/src/collections/integrations/prometheus-operator-crds/index.mdx
index cdc9333c1093..17007f8ddcf6 100644
--- a/src/collections/integrations/prometheus-operator-crds/index.mdx
+++ b/src/collections/integrations/prometheus-operator-crds/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Native support for PromQL",
"Keep charts in-sync with Mesherys panel viewer"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Meshery provides performance reports, including performance test results, node resource metrics etc. so that operators may easily understand the overhead of their service meshβs control plane and data plane in context of the overhead incurred on nodes running within the cluster. In order to generate performance test reports of service meshes and their workloads, Meshery uses Grafana and/or Prometheus as visualization and metrics systems, respectively. This guide outlines the requirements necessary for Meshery to connect to these systems. The steps may vary depending upon the service mesh and its configuration."
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/prometheus/index.mdx b/src/collections/integrations/prometheus/index.mdx
index 4ef444f19f36..cc5e803ed01a 100644
--- a/src/collections/integrations/prometheus/index.mdx
+++ b/src/collections/integrations/prometheus/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Native support for PromQL",
"Keep charts in-sync with Mesherys panel viewer"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Meshery provides performance reports, including performance test results, node resource metrics etc. so that operators may easily understand the overhead of their service meshβs control plane and data plane in context of the overhead incurred on nodes running within the cluster. In order to generate performance test reports of service meshes and their workloads, Meshery uses Grafana and/or Prometheus as visualization and metrics systems, respectively. This guide outlines the requirements necessary for Meshery to connect to these systems. The steps may vary depending upon the service mesh and its configuration."
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/ps-db/index.mdx b/src/collections/integrations/ps-db/index.mdx
index 56ba68bc7f37..d7eb19867572 100644
--- a/src/collections/integrations/ps-db/index.mdx
+++ b/src/collections/integrations/ps-db/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Native support for PromQL",
"Keep charts in-sync with Mesherys panel viewer"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Meshery provides performance reports, including performance test results, node resource metrics etc. so that operators may easily understand the overhead of their service meshβs control plane and data plane in context of the overhead incurred on nodes running within the cluster. In order to generate performance test reports of service meshes and their workloads, Meshery uses Grafana and/or Prometheus as visualization and metrics systems, respectively. This guide outlines the requirements necessary for Meshery to connect to these systems. The steps may vary depending upon the service mesh and its configuration."
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/ps-operator/index.mdx b/src/collections/integrations/ps-operator/index.mdx
index 831a9b3cdd77..9e78315eaea9 100644
--- a/src/collections/integrations/ps-operator/index.mdx
+++ b/src/collections/integrations/ps-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/psmdb-db/index.mdx b/src/collections/integrations/psmdb-db/index.mdx
index 9b17e9ee1275..11c23b753e80 100644
--- a/src/collections/integrations/psmdb-db/index.mdx
+++ b/src/collections/integrations/psmdb-db/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/psmdb-operator/index.mdx b/src/collections/integrations/psmdb-operator/index.mdx
index 6bed9b7b7268..8398cb7b2c63 100644
--- a/src/collections/integrations/psmdb-operator/index.mdx
+++ b/src/collections/integrations/psmdb-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/pulsar-operator/index.mdx b/src/collections/integrations/pulsar-operator/index.mdx
index 6c0bae90eca8..9de72a857bbf 100644
--- a/src/collections/integrations/pulsar-operator/index.mdx
+++ b/src/collections/integrations/pulsar-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/pulsar-resources-operator/index.mdx b/src/collections/integrations/pulsar-resources-operator/index.mdx
index df1f30b9a84d..150ba04edb25 100644
--- a/src/collections/integrations/pulsar-resources-operator/index.mdx
+++ b/src/collections/integrations/pulsar-resources-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/rabbitmq-cluster-operator/index.mdx b/src/collections/integrations/rabbitmq-cluster-operator/index.mdx
index 1fcc0884a78c..012bdbbd9bb2 100644
--- a/src/collections/integrations/rabbitmq-cluster-operator/index.mdx
+++ b/src/collections/integrations/rabbitmq-cluster-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/rabbitmq-operator/index.mdx b/src/collections/integrations/rabbitmq-operator/index.mdx
index 98f9fd6be521..0fbc245e2ca6 100644
--- a/src/collections/integrations/rabbitmq-operator/index.mdx
+++ b/src/collections/integrations/rabbitmq-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/rook/index.mdx b/src/collections/integrations/rook/index.mdx
index a47becb0e9f5..577b5117263c 100644
--- a/src/collections/integrations/rook/index.mdx
+++ b/src/collections/integrations/rook/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/schemahero/index.mdx b/src/collections/integrations/schemahero/index.mdx
index 587217426584..2b06b93e8c9a 100644
--- a/src/collections/integrations/schemahero/index.mdx
+++ b/src/collections/integrations/schemahero/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/serverless devs/index.mdx b/src/collections/integrations/serverless devs/index.mdx
index 78b74d1e922c..73b9f103563d 100644
--- a/src/collections/integrations/serverless devs/index.mdx
+++ b/src/collections/integrations/serverless devs/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/serverless workflow/index.mdx b/src/collections/integrations/serverless workflow/index.mdx
index 8121e4612418..8e3198faea7f 100644
--- a/src/collections/integrations/serverless workflow/index.mdx
+++ b/src/collections/integrations/serverless workflow/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.png b/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.png
deleted file mode 100644
index add369d8c38d..000000000000
Binary files a/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.png and /dev/null differ
diff --git a/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.webp b/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.webp
new file mode 100644
index 000000000000..8b73347e26a9
Binary files /dev/null and b/src/collections/integrations/service-mesh-interface/images/smi-conformance-result.webp differ
diff --git a/src/collections/integrations/service-mesh-interface/index.mdx b/src/collections/integrations/service-mesh-interface/index.mdx
index 29b64e19081c..d8f7ecbb27e8 100644
--- a/src/collections/integrations/service-mesh-interface/index.mdx
+++ b/src/collections/integrations/service-mesh-interface/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Use Meshery's diagnostic tool to verify that your service mesh's
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ./images/smi-conformance-result.png,
- ../_images/meshmap-visualizer.png]
+ ./images/smi-conformance-result.webp,
+ ../_images/meshmap-visualizer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "As a service mesh agnostic tool that provides lifecycle and performance management of a large number of service meshes, sample applications, service mesh patterns and WebAssembly filters, Meshery is the ideal tool for the job when it comes to SMI Conformance."
diff --git a/src/collections/integrations/skooner/index.mdx b/src/collections/integrations/skooner/index.mdx
index dc7cdf79674d..3dc5bc07af5d 100644
--- a/src/collections/integrations/skooner/index.mdx
+++ b/src/collections/integrations/skooner/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/spiffe/index.mdx b/src/collections/integrations/spiffe/index.mdx
index 0e2b8f3b2674..b2073812e518 100644
--- a/src/collections/integrations/spiffe/index.mdx
+++ b/src/collections/integrations/spiffe/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Design and apply policy for node and workload attestation.",
"Simplify access from identified services to secret stores, databases, services meshes and cloud provider services."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Wrangle the Workload API"
howItWorksDetails: "Expertly use the Workload API specification to issue and retrieve SVIDs."
published: true
diff --git a/src/collections/integrations/spire/index.mdx b/src/collections/integrations/spire/index.mdx
index a7ba913c4116..0ea4dcdad085 100644
--- a/src/collections/integrations/spire/index.mdx
+++ b/src/collections/integrations/spire/index.mdx
@@ -11,8 +11,8 @@ featureList: ["SPIRE design and deployment best practices",
"Design workloads to establish trust between each other by establishing an mTLS connection or by signing and verifying a JWT token."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Configure your signing framework"
howItWorksDetails: "Simplify access from identified services to secret stores, databases, services meshes and cloud provider services."
published: true
diff --git a/src/collections/integrations/stackgres-operator/index.mdx b/src/collections/integrations/stackgres-operator/index.mdx
index c74678dfd03b..3b578e171be0 100644
--- a/src/collections/integrations/stackgres-operator/index.mdx
+++ b/src/collections/integrations/stackgres-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/strimzi-kafka-operator/index.mdx b/src/collections/integrations/strimzi-kafka-operator/index.mdx
index 775e855d1b50..27fe0ac75bde 100644
--- a/src/collections/integrations/strimzi-kafka-operator/index.mdx
+++ b/src/collections/integrations/strimzi-kafka-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/strimzi-registry-operator/index.mdx b/src/collections/integrations/strimzi-registry-operator/index.mdx
index 54b8b614765b..9dc518bf4210 100644
--- a/src/collections/integrations/strimzi-registry-operator/index.mdx
+++ b/src/collections/integrations/strimzi-registry-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/submariner/index.mdx b/src/collections/integrations/submariner/index.mdx
index c06428b8001f..339739787551 100644
--- a/src/collections/integrations/submariner/index.mdx
+++ b/src/collections/integrations/submariner/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/superedge/index.mdx b/src/collections/integrations/superedge/index.mdx
index bc13aae2910a..14117d7b9bb4 100644
--- a/src/collections/integrations/superedge/index.mdx
+++ b/src/collections/integrations/superedge/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/telepresence/index.mdx b/src/collections/integrations/telepresence/index.mdx
index ee6f4a7dc071..12edf221fb5c 100644
--- a/src/collections/integrations/telepresence/index.mdx
+++ b/src/collections/integrations/telepresence/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/teller/index.mdx b/src/collections/integrations/teller/index.mdx
index 6b551583ae5f..058407dfc9a8 100644
--- a/src/collections/integrations/teller/index.mdx
+++ b/src/collections/integrations/teller/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/terraform/index.mdx b/src/collections/integrations/terraform/index.mdx
index 8d39468e11e9..db6a396c453e 100644
--- a/src/collections/integrations/terraform/index.mdx
+++ b/src/collections/integrations/terraform/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/thanos/index.mdx b/src/collections/integrations/thanos/index.mdx
index 37ea400da593..88a9797fe4d6 100644
--- a/src/collections/integrations/thanos/index.mdx
+++ b/src/collections/integrations/thanos/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/tikv-operator/index.mdx b/src/collections/integrations/tikv-operator/index.mdx
index 60fec8f5d0b4..681b40075f32 100644
--- a/src/collections/integrations/tikv-operator/index.mdx
+++ b/src/collections/integrations/tikv-operator/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/tinkerbell/index.mdx b/src/collections/integrations/tinkerbell/index.mdx
index b11bb1e79394..2291bced3d9b 100644
--- a/src/collections/integrations/tinkerbell/index.mdx
+++ b/src/collections/integrations/tinkerbell/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/tremor/index.mdx b/src/collections/integrations/tremor/index.mdx
index c9c5e8fe3e51..84895fbee0f4 100644
--- a/src/collections/integrations/tremor/index.mdx
+++ b/src/collections/integrations/tremor/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/trickster/index.mdx b/src/collections/integrations/trickster/index.mdx
index a4225ba9d462..8d054432a880 100644
--- a/src/collections/integrations/trickster/index.mdx
+++ b/src/collections/integrations/trickster/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/tuf/index.mdx b/src/collections/integrations/tuf/index.mdx
index 75694b2ce73e..8a0f3027c4b8 100644
--- a/src/collections/integrations/tuf/index.mdx
+++ b/src/collections/integrations/tuf/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/vineyard/index.mdx b/src/collections/integrations/vineyard/index.mdx
index 121fc23bb5fa..ceb738d84965 100644
--- a/src/collections/integrations/vineyard/index.mdx
+++ b/src/collections/integrations/vineyard/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/virtual kubelet/index.mdx b/src/collections/integrations/virtual kubelet/index.mdx
index 7c79d1c83cc0..558b510eef7c 100644
--- a/src/collections/integrations/virtual kubelet/index.mdx
+++ b/src/collections/integrations/virtual kubelet/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/vitess/index.mdx b/src/collections/integrations/vitess/index.mdx
index 46d9d94ff6c2..e8b9cc3cf216 100644
--- a/src/collections/integrations/vitess/index.mdx
+++ b/src/collections/integrations/vitess/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/volcano/index.mdx b/src/collections/integrations/volcano/index.mdx
index fbd5d9914be0..4cae10743fde 100644
--- a/src/collections/integrations/volcano/index.mdx
+++ b/src/collections/integrations/volcano/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/wasmcloud/index.mdx b/src/collections/integrations/wasmcloud/index.mdx
index a1f03005e77d..ce7cbdaeea85 100644
--- a/src/collections/integrations/wasmcloud/index.mdx
+++ b/src/collections/integrations/wasmcloud/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/wasmedgeruntime/index.mdx b/src/collections/integrations/wasmedgeruntime/index.mdx
index d000ad7dc156..61c6e090ee03 100644
--- a/src/collections/integrations/wasmedgeruntime/index.mdx
+++ b/src/collections/integrations/wasmedgeruntime/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Drag-n-drop cloud native infrastructure designer to configure, mo
"Ongoing synchronization of Kubernetes configuration and changes across any number of clusters."
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/integrations/windows/index.mdx b/src/collections/integrations/windows/index.mdx
index c6fc2bfa4804..e33abda68bcd 100644
--- a/src/collections/integrations/windows/index.mdx
+++ b/src/collections/integrations/windows/index.mdx
@@ -11,8 +11,8 @@ featureList: ["Windows-native builds of Meshery CLI",
"Choose from Scoop or Chocolatey packages"
]
workingSlides: [
- ../_images/meshmap-visualizer.png,
- ../_images/meshmap-designer.png]
+ ../_images/meshmap-visualizer.webp,
+ ../_images/meshmap-designer.webp]
howItWorks: "Collaborative Infrastructure as Code"
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: true
diff --git a/src/collections/members/Avishkar/avishkar.png b/src/collections/members/Avishkar/avishkar.png
deleted file mode 100644
index 3b6f9f1d0b51..000000000000
Binary files a/src/collections/members/Avishkar/avishkar.png and /dev/null differ
diff --git a/src/collections/members/Avishkar/avishkar.webp b/src/collections/members/Avishkar/avishkar.webp
new file mode 100644
index 000000000000..e9732848eb9e
Binary files /dev/null and b/src/collections/members/Avishkar/avishkar.webp differ
diff --git a/src/collections/members/Avishkar/index.mdx b/src/collections/members/Avishkar/index.mdx
index b753409f8e29..436210cbb00f 100644
--- a/src/collections/members/Avishkar/index.mdx
+++ b/src/collections/members/Avishkar/index.mdx
@@ -1,7 +1,7 @@
---
name: Avishkar Gunjal
position: Contributor
-image_path: ./avishkar.png
+image_path: ./avishkar.webp
github: Avi-88
twitter: _4vii_
linkedin: https://www.linkedin.com/in/avishkargunjal/
diff --git a/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.jpg b/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.jpg
deleted file mode 100644
index a1bf1b77af9e..000000000000
Binary files a/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.jpg and /dev/null differ
diff --git a/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.webp b/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.webp
new file mode 100644
index 000000000000..3573f0f2f1ec
Binary files /dev/null and b/src/collections/members/Cyrine-Gamoudi/Cyrine-Gamoudi.webp differ
diff --git a/src/collections/members/Cyrine-Gamoudi/index.mdx b/src/collections/members/Cyrine-Gamoudi/index.mdx
index e9b60a20c4af..5adc98791221 100644
--- a/src/collections/members/Cyrine-Gamoudi/index.mdx
+++ b/src/collections/members/Cyrine-Gamoudi/index.mdx
@@ -1,7 +1,7 @@
---
name: Cyrine Gamoudi
position: Contributor
-image_path: ./Cyrine-Gamoudi.jpg
+image_path: ./Cyrine-Gamoudi.webp
github: CyrineG
twitter:
linkedin: cyrine-gamoudi
diff --git a/src/collections/members/_member-profile-template/display-picture.png b/src/collections/members/_member-profile-template/display-picture.png
deleted file mode 100644
index 59c36120dd49..000000000000
Binary files a/src/collections/members/_member-profile-template/display-picture.png and /dev/null differ
diff --git a/src/collections/members/_member-profile-template/display-picture.webp b/src/collections/members/_member-profile-template/display-picture.webp
new file mode 100644
index 000000000000..7b718525fe42
Binary files /dev/null and b/src/collections/members/_member-profile-template/display-picture.webp differ
diff --git a/src/collections/members/_member-profile-template/index.mdx b/src/collections/members/_member-profile-template/index.mdx
index 683c0788549a..0cabbd9e1336 100644
--- a/src/collections/members/_member-profile-template/index.mdx
+++ b/src/collections/members/_member-profile-template/index.mdx
@@ -1,7 +1,7 @@
---
name: # First and Last Name
position: # (e.g. Contributor, Maintainer, MeshMate, Community Manager)
-image_path: ./display-picture.png
+image_path: ./display-picture.webp
github: # just the user handle (e.g. vinayaksh42)
twitter: # just the user handle (e.g. Vinayak47427793)
linkedin: # last portion of https://www.linkedin.com/in/ (e.g. vinayak-sharma-141096193)
diff --git a/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.jpg b/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.jpg
deleted file mode 100644
index 7558f14bff14..000000000000
Binary files a/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.jpg and /dev/null differ
diff --git a/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.webp b/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.webp
new file mode 100644
index 000000000000..6d833a2851cf
Binary files /dev/null and b/src/collections/members/aaditya-narayan-subedy/aaditya-narayan-subedy.webp differ
diff --git a/src/collections/members/aaditya-narayan-subedy/index.mdx b/src/collections/members/aaditya-narayan-subedy/index.mdx
index fcc36358eeba..fd62dddb3b17 100644
--- a/src/collections/members/aaditya-narayan-subedy/index.mdx
+++ b/src/collections/members/aaditya-narayan-subedy/index.mdx
@@ -1,7 +1,7 @@
---
name: Aaditya Narayan Subedy
position: Contributor
-image_path: ./aaditya-narayan-subedy.jpg
+image_path: ./aaditya-narayan-subedy.webp
github: asubedy
twitter: a_subedy
linkedin: asubedy
diff --git a/src/collections/members/abdullah-rafi/abdullah-rafi.jpg b/src/collections/members/abdullah-rafi/abdullah-rafi.jpg
deleted file mode 100644
index 41bde9fd3b87..000000000000
Binary files a/src/collections/members/abdullah-rafi/abdullah-rafi.jpg and /dev/null differ
diff --git a/src/collections/members/abdullah-rafi/abdullah-rafi.webp b/src/collections/members/abdullah-rafi/abdullah-rafi.webp
new file mode 100644
index 000000000000..c753526e495e
Binary files /dev/null and b/src/collections/members/abdullah-rafi/abdullah-rafi.webp differ
diff --git a/src/collections/members/abdullah-rafi/index.mdx b/src/collections/members/abdullah-rafi/index.mdx
index 4695206d5c89..de581f20788e 100644
--- a/src/collections/members/abdullah-rafi/index.mdx
+++ b/src/collections/members/abdullah-rafi/index.mdx
@@ -1,7 +1,7 @@
---
name: Abdullah Rafi
position: Contributor
-image_path: ./abdullah-rafi.jpg
+image_path: ./abdullah-rafi.webp
github: abdullah1308
linkedin: abdullah-rafi
status: Active
diff --git a/src/collections/members/abhijay-jain/abhijay-jain.jpg b/src/collections/members/abhijay-jain/abhijay-jain.jpg
deleted file mode 100644
index 8334b979cde6..000000000000
Binary files a/src/collections/members/abhijay-jain/abhijay-jain.jpg and /dev/null differ
diff --git a/src/collections/members/abhijay-jain/abhijay-jain.webp b/src/collections/members/abhijay-jain/abhijay-jain.webp
new file mode 100644
index 000000000000..e38138726dd0
Binary files /dev/null and b/src/collections/members/abhijay-jain/abhijay-jain.webp differ
diff --git a/src/collections/members/abhijay-jain/index.mdx b/src/collections/members/abhijay-jain/index.mdx
index 5840b50a822b..4e2d87d93fc1 100644
--- a/src/collections/members/abhijay-jain/index.mdx
+++ b/src/collections/members/abhijay-jain/index.mdx
@@ -1,7 +1,7 @@
---
name: Abhijay Jain
position: Contributor
-image_path: ./abhijay-jain.jpg
+image_path: ./abhijay-jain.webp
github: Abhijay007
twitter: CodeInVeins
linkedin: abhijay-jain-551b01193
diff --git a/src/collections/members/abhishek-kumar/display-picture.jpg b/src/collections/members/abhishek-kumar/display-picture.jpg
deleted file mode 100644
index b3e42782b974..000000000000
Binary files a/src/collections/members/abhishek-kumar/display-picture.jpg and /dev/null differ
diff --git a/src/collections/members/abhishek-kumar/display-picture.webp b/src/collections/members/abhishek-kumar/display-picture.webp
new file mode 100644
index 000000000000..e07830a53291
Binary files /dev/null and b/src/collections/members/abhishek-kumar/display-picture.webp differ
diff --git a/src/collections/members/abhishek-kumar/index.mdx b/src/collections/members/abhishek-kumar/index.mdx
index 43d2a221e3b5..a700066af12d 100644
--- a/src/collections/members/abhishek-kumar/index.mdx
+++ b/src/collections/members/abhishek-kumar/index.mdx
@@ -1,7 +1,7 @@
---
name: Abhishek Kumar
position: Maintainer
-image_path: ./display-picture.jpg
+image_path: ./display-picture.webp
github: Abhishek-kumar09
twitter: Abhi_dev_dude
linkedin: abhishek-kr09
diff --git a/src/collections/members/abiola-farounbi/abiola-farounbi.jpg b/src/collections/members/abiola-farounbi/abiola-farounbi.jpg
deleted file mode 100644
index 3bfd63eafd9a..000000000000
Binary files a/src/collections/members/abiola-farounbi/abiola-farounbi.jpg and /dev/null differ
diff --git a/src/collections/members/abiola-farounbi/abiola-farounbi.webp b/src/collections/members/abiola-farounbi/abiola-farounbi.webp
new file mode 100644
index 000000000000..eb12181c65bb
Binary files /dev/null and b/src/collections/members/abiola-farounbi/abiola-farounbi.webp differ
diff --git a/src/collections/members/abiola-farounbi/index.mdx b/src/collections/members/abiola-farounbi/index.mdx
index 73a4b59e5e65..bb5fe2d40d0e 100644
--- a/src/collections/members/abiola-farounbi/index.mdx
+++ b/src/collections/members/abiola-farounbi/index.mdx
@@ -1,7 +1,7 @@
---
name: Abiola Farounbi
position: Contributor
-image_path: ./abiola-farounbi.jpg
+image_path: ./abiola-farounbi.webp
github: Abiola-Farounbi
twitter: abiolaEsther_
linkedin: abiola-farounbi-94ba571a0
diff --git a/src/collections/members/abishek-kumar/abishek-kumar.jpg b/src/collections/members/abishek-kumar/abishek-kumar.jpg
deleted file mode 100644
index c1412348c2ff..000000000000
Binary files a/src/collections/members/abishek-kumar/abishek-kumar.jpg and /dev/null differ
diff --git a/src/collections/members/abishek-kumar/abishek-kumar.webp b/src/collections/members/abishek-kumar/abishek-kumar.webp
new file mode 100644
index 000000000000..619dbd0dd642
Binary files /dev/null and b/src/collections/members/abishek-kumar/abishek-kumar.webp differ
diff --git a/src/collections/members/abishek-kumar/index.mdx b/src/collections/members/abishek-kumar/index.mdx
index 239befea29e3..d81aa25a0fdb 100644
--- a/src/collections/members/abishek-kumar/index.mdx
+++ b/src/collections/members/abishek-kumar/index.mdx
@@ -1,7 +1,7 @@
---
name: Abishek Kumar
position: Maintainer
-image_path: ./abishek-kumar.jpg
+image_path: ./abishek-kumar.webp
github: kumarabd
linkedin: abishek-kumar-51a1761b
twitter: abd_abishek
diff --git a/src/collections/members/adina-rav/adina-rav.jpg b/src/collections/members/adina-rav/adina-rav.jpg
deleted file mode 100644
index acaf4f19d3a6..000000000000
Binary files a/src/collections/members/adina-rav/adina-rav.jpg and /dev/null differ
diff --git a/src/collections/members/adina-rav/adina-rav.webp b/src/collections/members/adina-rav/adina-rav.webp
new file mode 100644
index 000000000000..679f38b545a9
Binary files /dev/null and b/src/collections/members/adina-rav/adina-rav.webp differ
diff --git a/src/collections/members/adina-rav/index.mdx b/src/collections/members/adina-rav/index.mdx
index 4d830a953678..b32785599f65 100644
--- a/src/collections/members/adina-rav/index.mdx
+++ b/src/collections/members/adina-rav/index.mdx
@@ -1,7 +1,7 @@
---
name: Adina Rav
position: Contributor
-image_path: ./adina-rav.jpg
+image_path: ./adina-rav.webp
github: rav121
twitter: rav121rav
location: Vienna, Austria
diff --git a/src/collections/members/adithya-krishna/adithya-krishna.jpg b/src/collections/members/adithya-krishna/adithya-krishna.jpg
deleted file mode 100644
index 215255bb6646..000000000000
Binary files a/src/collections/members/adithya-krishna/adithya-krishna.jpg and /dev/null differ
diff --git a/src/collections/members/adithya-krishna/adithya-krishna.webp b/src/collections/members/adithya-krishna/adithya-krishna.webp
new file mode 100644
index 000000000000..7b33c6430d7f
Binary files /dev/null and b/src/collections/members/adithya-krishna/adithya-krishna.webp differ
diff --git a/src/collections/members/adithya-krishna/index.mdx b/src/collections/members/adithya-krishna/index.mdx
index 7fa6662fb231..eced86c45cc0 100644
--- a/src/collections/members/adithya-krishna/index.mdx
+++ b/src/collections/members/adithya-krishna/index.mdx
@@ -1,7 +1,7 @@
---
name: Adithya Krishna
position: Contributor
-image_path: ./adithya-krishna.jpg
+image_path: ./adithya-krishna.webp
github: adithyaakrishna
twitter: adii_kris
linkedin: adiiikris
diff --git a/src/collections/members/aditya-chatterjee/aditya-chatterjee.jpg b/src/collections/members/aditya-chatterjee/aditya-chatterjee.jpg
deleted file mode 100644
index e815cf934879..000000000000
Binary files a/src/collections/members/aditya-chatterjee/aditya-chatterjee.jpg and /dev/null differ
diff --git a/src/collections/members/aditya-chatterjee/aditya-chatterjee.webp b/src/collections/members/aditya-chatterjee/aditya-chatterjee.webp
new file mode 100644
index 000000000000..b73d893d0872
Binary files /dev/null and b/src/collections/members/aditya-chatterjee/aditya-chatterjee.webp differ
diff --git a/src/collections/members/aditya-chatterjee/index.mdx b/src/collections/members/aditya-chatterjee/index.mdx
index d2c479dad906..8aafd15ebddb 100644
--- a/src/collections/members/aditya-chatterjee/index.mdx
+++ b/src/collections/members/aditya-chatterjee/index.mdx
@@ -1,7 +1,7 @@
---
name: Aditya Chatterjee
position: Maintainer, MeshMate
-image_path: ./aditya-chatterjee.jpg
+image_path: ./aditya-chatterjee.webp
github: warunicorn19
linkedin: aditya-chatterjee-737729159
location: Kolkata, India
diff --git a/src/collections/members/aisuko-li/aisuko-li.png b/src/collections/members/aisuko-li/aisuko-li.png
deleted file mode 100644
index b560d71ec7d6..000000000000
Binary files a/src/collections/members/aisuko-li/aisuko-li.png and /dev/null differ
diff --git a/src/collections/members/aisuko-li/aisuko-li.webp b/src/collections/members/aisuko-li/aisuko-li.webp
new file mode 100644
index 000000000000..0f8f30be0d30
Binary files /dev/null and b/src/collections/members/aisuko-li/aisuko-li.webp differ
diff --git a/src/collections/members/aisuko-li/index.mdx b/src/collections/members/aisuko-li/index.mdx
index d6139d56ed79..df0026e7ea2f 100644
--- a/src/collections/members/aisuko-li/index.mdx
+++ b/src/collections/members/aisuko-li/index.mdx
@@ -1,7 +1,7 @@
---
name: Aisuko Li
position: Maintainer
-image_path: ./aisuko-li.png
+image_path: ./aisuko-li.webp
github: aisuko
twitter: AisukoLi
linkedin: bowen-li-10101197
diff --git a/src/collections/members/alonso-lopez/alonso-lopez.png b/src/collections/members/alonso-lopez/alonso-lopez.png
deleted file mode 100644
index f17eab01c36d..000000000000
Binary files a/src/collections/members/alonso-lopez/alonso-lopez.png and /dev/null differ
diff --git a/src/collections/members/alonso-lopez/alonso-lopez.webp b/src/collections/members/alonso-lopez/alonso-lopez.webp
new file mode 100644
index 000000000000..cb1453c2943e
Binary files /dev/null and b/src/collections/members/alonso-lopez/alonso-lopez.webp differ
diff --git a/src/collections/members/alonso-lopez/index.mdx b/src/collections/members/alonso-lopez/index.mdx
index d360f3f353e5..801794a4d150 100644
--- a/src/collections/members/alonso-lopez/index.mdx
+++ b/src/collections/members/alonso-lopez/index.mdx
@@ -1,7 +1,7 @@
---
name: Alonso Lopez
position: Contributor
-image_path: ./alonso-lopez.png
+image_path: ./alonso-lopez.webp
github: alonsolopezr
location: Hermosillo, Mexico
bio: I have been a faculty member in IT Engineer programs, since I joined Hermosilloβs Tech University almost 20 years ago. Mainly teaching and getting involved in academic events and activities, also making bonds up close with local and regional IT organizations. In 2016, I founded an academic IT group, for which I am the main coordinator, to develop various projects and collaborations that will benefit our IT programs. Besides being prototyping and developing solutions, Iβve been helping and advising organizations of my local market. But one of my most cherished milestones has been contributing with Layer5βs Meshery, in which Iβve been involving with the most welcoming community and the greatest talented people I know. Also Iβm a professional cellist for about 20 years, playing cello in my state orchestra, and several ensembles. I had the honor of premiering βCeremonialβ (feb. 2020) by composer T. Hori, and "FantasΓa Num.1 para violoncelloβ (dec. 2018) by composer A. Vega. So Iβm also passioned about multimedia, arts, entrepreneurship, creative work, video, film and animation.
diff --git a/src/collections/members/ambareen-azam/ambreen.jpg b/src/collections/members/ambareen-azam/ambreen.jpg
deleted file mode 100644
index d34d7bebee23..000000000000
Binary files a/src/collections/members/ambareen-azam/ambreen.jpg and /dev/null differ
diff --git a/src/collections/members/ambareen-azam/ambreen.webp b/src/collections/members/ambareen-azam/ambreen.webp
new file mode 100644
index 000000000000..c855a80e9943
Binary files /dev/null and b/src/collections/members/ambareen-azam/ambreen.webp differ
diff --git a/src/collections/members/ambareen-azam/index.mdx b/src/collections/members/ambareen-azam/index.mdx
index 68626e8d542d..c31ce70810db 100644
--- a/src/collections/members/ambareen-azam/index.mdx
+++ b/src/collections/members/ambareen-azam/index.mdx
@@ -1,7 +1,7 @@
---
name: Ambareen Azam
position: Contributor
-image_path: ./ambreen.jpg
+image_path: ./ambreen.webp
github: Ambareen09
twitter: AzamAmbareen
linkedin: ambareen-azam
diff --git a/src/collections/members/ameya-agashe/ameya-agashe.jpg b/src/collections/members/ameya-agashe/ameya-agashe.jpg
deleted file mode 100644
index 79df9430f9dd..000000000000
Binary files a/src/collections/members/ameya-agashe/ameya-agashe.jpg and /dev/null differ
diff --git a/src/collections/members/ameya-agashe/ameya-agashe.webp b/src/collections/members/ameya-agashe/ameya-agashe.webp
new file mode 100644
index 000000000000..ee320e032a58
Binary files /dev/null and b/src/collections/members/ameya-agashe/ameya-agashe.webp differ
diff --git a/src/collections/members/ameya-agashe/index.mdx b/src/collections/members/ameya-agashe/index.mdx
index 64379eb6f0f3..96ff0ca7e14c 100644
--- a/src/collections/members/ameya-agashe/index.mdx
+++ b/src/collections/members/ameya-agashe/index.mdx
@@ -1,7 +1,7 @@
---
name: Ameya Agashe
position: Contributor
-image_path: ./ameya-agashe.jpg
+image_path: ./ameya-agashe.webp
github: ameyaagashe
twitter: ameyamagashe
linkedin: ameyaagashe
diff --git a/src/collections/members/anand-kumar-singh/anand-kumar-singh.jpg b/src/collections/members/anand-kumar-singh/anand-kumar-singh.jpg
deleted file mode 100644
index ff9acb2302bd..000000000000
Binary files a/src/collections/members/anand-kumar-singh/anand-kumar-singh.jpg and /dev/null differ
diff --git a/src/collections/members/anand-kumar-singh/anand-kumar-singh.webp b/src/collections/members/anand-kumar-singh/anand-kumar-singh.webp
new file mode 100644
index 000000000000..d4a503011b88
Binary files /dev/null and b/src/collections/members/anand-kumar-singh/anand-kumar-singh.webp differ
diff --git a/src/collections/members/anand-kumar-singh/index.mdx b/src/collections/members/anand-kumar-singh/index.mdx
index 2d68e393e962..6026f326239e 100644
--- a/src/collections/members/anand-kumar-singh/index.mdx
+++ b/src/collections/members/anand-kumar-singh/index.mdx
@@ -1,7 +1,7 @@
---
name: Anand Kumar Singh
position: Contributor
-image_path: ./anand-kumar-singh.jpg
+image_path: ./anand-kumar-singh.webp
github: anandrkskd
twitter: anandrkskd
linkedin: anand-singhq
diff --git a/src/collections/members/aneesh-nema/aneesh-nema.png b/src/collections/members/aneesh-nema/aneesh-nema.png
deleted file mode 100644
index 2c9091f5b203..000000000000
Binary files a/src/collections/members/aneesh-nema/aneesh-nema.png and /dev/null differ
diff --git a/src/collections/members/aneesh-nema/aneesh-nema.webp b/src/collections/members/aneesh-nema/aneesh-nema.webp
new file mode 100644
index 000000000000..999c6e14af09
Binary files /dev/null and b/src/collections/members/aneesh-nema/aneesh-nema.webp differ
diff --git a/src/collections/members/aneesh-nema/index.mdx b/src/collections/members/aneesh-nema/index.mdx
index 4073d28d2f48..376a3ebcbd69 100644
--- a/src/collections/members/aneesh-nema/index.mdx
+++ b/src/collections/members/aneesh-nema/index.mdx
@@ -1,7 +1,7 @@
---
name: Aneesh Nema
position: Contributor
-image_path: ./aneesh-nema.png
+image_path: ./aneesh-nema.webp
github: aneeshnema
twitter: aneeshnema
linkedin: aneesh-nema
diff --git a/src/collections/members/anirudh-jain/anirudh-jain.jpg b/src/collections/members/anirudh-jain/anirudh-jain.jpg
deleted file mode 100644
index 5858d80f3d5e..000000000000
Binary files a/src/collections/members/anirudh-jain/anirudh-jain.jpg and /dev/null differ
diff --git a/src/collections/members/anirudh-jain/anirudh-jain.webp b/src/collections/members/anirudh-jain/anirudh-jain.webp
new file mode 100644
index 000000000000..7042d16e5412
Binary files /dev/null and b/src/collections/members/anirudh-jain/anirudh-jain.webp differ
diff --git a/src/collections/members/anirudh-jain/index.mdx b/src/collections/members/anirudh-jain/index.mdx
index bc000354798c..c5883ee70b2f 100644
--- a/src/collections/members/anirudh-jain/index.mdx
+++ b/src/collections/members/anirudh-jain/index.mdx
@@ -1,7 +1,7 @@
---
name: Anirudh Jain
position: Contributer
-image_path: ./anirudh-jain.jpg
+image_path: ./anirudh-jain.webp
github: anirudhjain75
twitter: anirudhjain75
linkedin: anirudh-jain-a19b5a104
diff --git a/src/collections/members/anton-weiss/anton-weiss.jpg b/src/collections/members/anton-weiss/anton-weiss.jpg
deleted file mode 100644
index 6fbacefb7741..000000000000
Binary files a/src/collections/members/anton-weiss/anton-weiss.jpg and /dev/null differ
diff --git a/src/collections/members/anton-weiss/anton-weiss.webp b/src/collections/members/anton-weiss/anton-weiss.webp
new file mode 100644
index 000000000000..a42eca5edd3d
Binary files /dev/null and b/src/collections/members/anton-weiss/anton-weiss.webp differ
diff --git a/src/collections/members/anton-weiss/index.mdx b/src/collections/members/anton-weiss/index.mdx
index 2fcfd0391594..a886d0b278f1 100644
--- a/src/collections/members/anton-weiss/index.mdx
+++ b/src/collections/members/anton-weiss/index.mdx
@@ -1,7 +1,7 @@
---
name: Anton Weiss
position: Contributor
-image_path: ./anton-weiss.jpg
+image_path: ./anton-weiss.webp
github: antweiss
twitter: antweiss
linkedin: antonweiss
diff --git a/src/collections/members/ashis-singh/ashis-singh.jpg b/src/collections/members/ashis-singh/ashis-singh.jpg
deleted file mode 100644
index c9901654b32b..000000000000
Binary files a/src/collections/members/ashis-singh/ashis-singh.jpg and /dev/null differ
diff --git a/src/collections/members/ashis-singh/ashis-singh.webp b/src/collections/members/ashis-singh/ashis-singh.webp
new file mode 100644
index 000000000000..4ba6baa27df5
Binary files /dev/null and b/src/collections/members/ashis-singh/ashis-singh.webp differ
diff --git a/src/collections/members/ashis-singh/index.mdx b/src/collections/members/ashis-singh/index.mdx
index fbf983fd90eb..182c49c51282 100644
--- a/src/collections/members/ashis-singh/index.mdx
+++ b/src/collections/members/ashis-singh/index.mdx
@@ -1,7 +1,7 @@
---
name: Ashis Kumar Singh
position: Contributor, MeshMate Emeritus
-image_path: ./ashis-singh.jpg
+image_path: ./ashis-singh.webp
github: ashiscs
twitter: AshisKumarSin20
linkedin: ashis-singh-359824177
diff --git a/src/collections/members/ashish-tiwari/ashish-tiwari.jpg b/src/collections/members/ashish-tiwari/ashish-tiwari.jpg
deleted file mode 100644
index 9d225c31ebf9..000000000000
Binary files a/src/collections/members/ashish-tiwari/ashish-tiwari.jpg and /dev/null differ
diff --git a/src/collections/members/ashish-tiwari/ashish-tiwari.webp b/src/collections/members/ashish-tiwari/ashish-tiwari.webp
new file mode 100644
index 000000000000..99e8060232d7
Binary files /dev/null and b/src/collections/members/ashish-tiwari/ashish-tiwari.webp differ
diff --git a/src/collections/members/ashish-tiwari/index.mdx b/src/collections/members/ashish-tiwari/index.mdx
index b504643a29cd..29dd1560fba2 100644
--- a/src/collections/members/ashish-tiwari/index.mdx
+++ b/src/collections/members/ashish-tiwari/index.mdx
@@ -1,7 +1,7 @@
---
name: Ashish Tiwari
position: Maintainer
-image_path: ./ashish-tiwari.jpg
+image_path: ./ashish-tiwari.webp
github: revolyssup
linkedin: at1511
twitter: leftnotcentre
diff --git a/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.jpg b/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.jpg
deleted file mode 100644
index 7078b2b44426..000000000000
Binary files a/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.jpg and /dev/null differ
diff --git a/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.webp b/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.webp
new file mode 100644
index 000000000000..01b480398dd6
Binary files /dev/null and b/src/collections/members/atinuke-oluwabamikemi-kayode/atinuke-oluwabamikemi-kayode.webp differ
diff --git a/src/collections/members/atinuke-oluwabamikemi-kayode/index.mdx b/src/collections/members/atinuke-oluwabamikemi-kayode/index.mdx
index 8289bb790c00..c778349840c6 100644
--- a/src/collections/members/atinuke-oluwabamikemi-kayode/index.mdx
+++ b/src/collections/members/atinuke-oluwabamikemi-kayode/index.mdx
@@ -1,7 +1,7 @@
---
name: Atinuke Oluwabamikemi Kayode
position: Contributor
-image_path: ./atinuke-oluwabamikemi-kayode.jpg
+image_path: ./atinuke-oluwabamikemi-kayode.webp
github: iambami
twitter: oluwabamikemi
linkedin: atinuke-kayode-5b838b1b7
diff --git a/src/collections/members/augustine-ogiza/augustine-ogiza.jpg b/src/collections/members/augustine-ogiza/augustine-ogiza.jpg
deleted file mode 100644
index 735401758804..000000000000
Binary files a/src/collections/members/augustine-ogiza/augustine-ogiza.jpg and /dev/null differ
diff --git a/src/collections/members/augustine-ogiza/augustine-ogiza.webp b/src/collections/members/augustine-ogiza/augustine-ogiza.webp
new file mode 100644
index 000000000000..6c8ef714f3c8
Binary files /dev/null and b/src/collections/members/augustine-ogiza/augustine-ogiza.webp differ
diff --git a/src/collections/members/augustine-ogiza/index.mdx b/src/collections/members/augustine-ogiza/index.mdx
index ab99765cac16..c8644b88e349 100644
--- a/src/collections/members/augustine-ogiza/index.mdx
+++ b/src/collections/members/augustine-ogiza/index.mdx
@@ -1,7 +1,7 @@
---
name: Augustine Ogiza
position: Contributor, Community Member
-image_path: ./augustine-ogiza.jpg
+image_path: ./augustine-ogiza.webp
github: austinogiza
twitter: austinogiza
linkedin: augustine-ogiza-b1730691
diff --git a/src/collections/members/ayush-khandelwal/ayush-khandelwal.jpg b/src/collections/members/ayush-khandelwal/ayush-khandelwal.jpg
deleted file mode 100644
index 830def9cb3cc..000000000000
Binary files a/src/collections/members/ayush-khandelwal/ayush-khandelwal.jpg and /dev/null differ
diff --git a/src/collections/members/ayush-khandelwal/ayush-khandelwal.webp b/src/collections/members/ayush-khandelwal/ayush-khandelwal.webp
new file mode 100644
index 000000000000..3f4817caeabb
Binary files /dev/null and b/src/collections/members/ayush-khandelwal/ayush-khandelwal.webp differ
diff --git a/src/collections/members/ayush-khandelwal/index.mdx b/src/collections/members/ayush-khandelwal/index.mdx
index 5ddff5839143..ca8bc2917815 100644
--- a/src/collections/members/ayush-khandelwal/index.mdx
+++ b/src/collections/members/ayush-khandelwal/index.mdx
@@ -1,7 +1,7 @@
---
name: Ayush Khandelwal
position: Contributor
-image_path: ./ayush-khandelwal.jpg
+image_path: ./ayush-khandelwal.webp
github: Ayush-Khandelwal-007
linkedin: ayush-khandelwal-741a88194
location: Haryana, India
diff --git a/src/collections/members/ayush-sharma/ayush-sharma.jpg b/src/collections/members/ayush-sharma/ayush-sharma.jpg
deleted file mode 100644
index 22b7f9560b9a..000000000000
Binary files a/src/collections/members/ayush-sharma/ayush-sharma.jpg and /dev/null differ
diff --git a/src/collections/members/ayush-sharma/ayush-sharma.webp b/src/collections/members/ayush-sharma/ayush-sharma.webp
new file mode 100644
index 000000000000..6cc630124fab
Binary files /dev/null and b/src/collections/members/ayush-sharma/ayush-sharma.webp differ
diff --git a/src/collections/members/ayush-sharma/index.mdx b/src/collections/members/ayush-sharma/index.mdx
index 006b59450214..ed1aa814a970 100644
--- a/src/collections/members/ayush-sharma/index.mdx
+++ b/src/collections/members/ayush-sharma/index.mdx
@@ -1,7 +1,7 @@
---
name: Ayush Sharma
position: Contributor
-image_path: ./ayush-sharma.jpg
+image_path: ./ayush-sharma.webp
github: ayushthe1
twitter: ayushthe5
linkedin: ayushthe1
diff --git a/src/collections/members/azanul-haque/azanul-haque.jpg b/src/collections/members/azanul-haque/azanul-haque.jpg
deleted file mode 100644
index e3fa57ecbc48..000000000000
Binary files a/src/collections/members/azanul-haque/azanul-haque.jpg and /dev/null differ
diff --git a/src/collections/members/azanul-haque/azanul-haque.webp b/src/collections/members/azanul-haque/azanul-haque.webp
new file mode 100644
index 000000000000..46517e3b84fa
Binary files /dev/null and b/src/collections/members/azanul-haque/azanul-haque.webp differ
diff --git a/src/collections/members/azanul-haque/index.mdx b/src/collections/members/azanul-haque/index.mdx
index a6186c7e8026..8d4b96ca5eae 100644
--- a/src/collections/members/azanul-haque/index.mdx
+++ b/src/collections/members/azanul-haque/index.mdx
@@ -1,7 +1,7 @@
---
name: Azanul Haque
position: Contributor
-image_path: ./azanul-haque.jpg
+image_path: ./azanul-haque.webp
github: Azanul
twitter: AzanulZ
linkedin: azanul-haque
diff --git a/src/collections/members/bart-kalanski/bart-kalanski.png b/src/collections/members/bart-kalanski/bart-kalanski.png
deleted file mode 100644
index 1aa8c6e3bb0c..000000000000
Binary files a/src/collections/members/bart-kalanski/bart-kalanski.png and /dev/null differ
diff --git a/src/collections/members/bart-kalanski/bart-kalanski.webp b/src/collections/members/bart-kalanski/bart-kalanski.webp
new file mode 100644
index 000000000000..93ba982ee200
Binary files /dev/null and b/src/collections/members/bart-kalanski/bart-kalanski.webp differ
diff --git a/src/collections/members/bart-kalanski/index.mdx b/src/collections/members/bart-kalanski/index.mdx
index f433f76fc8ad..767d8e3c39d6 100644
--- a/src/collections/members/bart-kalanski/index.mdx
+++ b/src/collections/members/bart-kalanski/index.mdx
@@ -1,7 +1,7 @@
---
name: Bart Kalanski
position: Contributor
-image_path: ./bart-kalanski.png
+image_path: ./bart-kalanski.webp
github: bartkalanski
twitter: bartkodes
linkedin: bart-kalanski
diff --git a/src/collections/members/chinmay-mehta/chinmay-mehta.jpg b/src/collections/members/chinmay-mehta/chinmay-mehta.jpg
deleted file mode 100644
index e0865e9e8823..000000000000
Binary files a/src/collections/members/chinmay-mehta/chinmay-mehta.jpg and /dev/null differ
diff --git a/src/collections/members/chinmay-mehta/chinmay-mehta.webp b/src/collections/members/chinmay-mehta/chinmay-mehta.webp
new file mode 100644
index 000000000000..47d0b9605e87
Binary files /dev/null and b/src/collections/members/chinmay-mehta/chinmay-mehta.webp differ
diff --git a/src/collections/members/chinmay-mehta/index.mdx b/src/collections/members/chinmay-mehta/index.mdx
index a54835076539..c4d79654ed46 100644
--- a/src/collections/members/chinmay-mehta/index.mdx
+++ b/src/collections/members/chinmay-mehta/index.mdx
@@ -1,7 +1,7 @@
---
name: Chinmay Mehta
position: Contributor
-image_path: ./chinmay-mehta.jpg
+image_path: ./chinmay-mehta.webp
github: chinmaym07
linkedin: chinmay-mehta-009132193
bio: I am an undergraduate student at IIIT Bhubaneswar. I am a Web developer & Open Source enthusiast .I love problem solving & always ready to learn and explore something new everyday.
diff --git a/src/collections/members/chinu-anand/chinu-anand.jpg b/src/collections/members/chinu-anand/chinu-anand.jpg
deleted file mode 100644
index c2396dc1bc0e..000000000000
Binary files a/src/collections/members/chinu-anand/chinu-anand.jpg and /dev/null differ
diff --git a/src/collections/members/chinu-anand/chinu-anand.webp b/src/collections/members/chinu-anand/chinu-anand.webp
new file mode 100644
index 000000000000..8c7133956b1b
Binary files /dev/null and b/src/collections/members/chinu-anand/chinu-anand.webp differ
diff --git a/src/collections/members/chinu-anand/index.mdx b/src/collections/members/chinu-anand/index.mdx
index 90568343a15c..5625ce277dc9 100644
--- a/src/collections/members/chinu-anand/index.mdx
+++ b/src/collections/members/chinu-anand/index.mdx
@@ -1,7 +1,7 @@
---
name: Chinu Anand
position: Contributor
-image_path: ./chinu-anand.jpg
+image_path: ./chinu-anand.webp
github: chinu-anand
twitter: chinustwt
linkedin: chinu-anand
diff --git a/src/collections/members/colby_stoker/Colby_Stoker.jpg b/src/collections/members/colby_stoker/Colby_Stoker.jpg
deleted file mode 100644
index 16edf143dc6e..000000000000
Binary files a/src/collections/members/colby_stoker/Colby_Stoker.jpg and /dev/null differ
diff --git a/src/collections/members/colby_stoker/Colby_Stoker.webp b/src/collections/members/colby_stoker/Colby_Stoker.webp
new file mode 100644
index 000000000000..e5c7ca21084a
Binary files /dev/null and b/src/collections/members/colby_stoker/Colby_Stoker.webp differ
diff --git a/src/collections/members/colby_stoker/index.mdx b/src/collections/members/colby_stoker/index.mdx
index 3c0c76f5d3b2..6cd93a794de2 100644
--- a/src/collections/members/colby_stoker/index.mdx
+++ b/src/collections/members/colby_stoker/index.mdx
@@ -1,7 +1,7 @@
---
name: Colby Stoker
position: Contributor
-image_path: ./Colby_Stoker.jpg
+image_path: ./Colby_Stoker.webp
github: b0id
twitter: devB0id
linkedin: colby-stoker
diff --git a/src/collections/members/debjani-dey/PhotoDebjani.jpg b/src/collections/members/debjani-dey/PhotoDebjani.jpg
deleted file mode 100644
index e982cda16c67..000000000000
Binary files a/src/collections/members/debjani-dey/PhotoDebjani.jpg and /dev/null differ
diff --git a/src/collections/members/debjani-dey/PhotoDebjani.webp b/src/collections/members/debjani-dey/PhotoDebjani.webp
new file mode 100644
index 000000000000..2f5c9aab6420
Binary files /dev/null and b/src/collections/members/debjani-dey/PhotoDebjani.webp differ
diff --git a/src/collections/members/debjani-dey/index.mdx b/src/collections/members/debjani-dey/index.mdx
index 8cd980ee7381..7549a943cb20 100644
--- a/src/collections/members/debjani-dey/index.mdx
+++ b/src/collections/members/debjani-dey/index.mdx
@@ -1,7 +1,7 @@
---
name: Debjani Dey
position: Contributor
-image_path: ./PhotoDebjani.jpg
+image_path: ./PhotoDebjani.webp
github: debjani1413
linkedin: debjani-dey-4981281ab
location: Kolkata, India
diff --git a/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.jpg b/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.jpg
deleted file mode 100644
index 42ce023205ec..000000000000
Binary files a/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.jpg and /dev/null differ
diff --git a/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.webp b/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.webp
new file mode 100644
index 000000000000..e59f6b065d86
Binary files /dev/null and b/src/collections/members/debopriya-bhattacharjee/debopriya-bhattacharjee.webp differ
diff --git a/src/collections/members/debopriya-bhattacharjee/index.mdx b/src/collections/members/debopriya-bhattacharjee/index.mdx
index d4b333bfeafd..ba9be8de8c83 100644
--- a/src/collections/members/debopriya-bhattacharjee/index.mdx
+++ b/src/collections/members/debopriya-bhattacharjee/index.mdx
@@ -1,7 +1,7 @@
---
name: Debopriya Bhattacharjee
position: Contributor
-image_path: ./debopriya-bhattacharjee.jpg
+image_path: ./debopriya-bhattacharjee.webp
github: debo19
twitter: debopriyabh19
linkedin: debopriya-bhattacharjee-660861211
diff --git a/src/collections/members/deepak-gupta/deepak-gupta.png b/src/collections/members/deepak-gupta/deepak-gupta.png
deleted file mode 100644
index 56b4bceebd8f..000000000000
Binary files a/src/collections/members/deepak-gupta/deepak-gupta.png and /dev/null differ
diff --git a/src/collections/members/deepak-gupta/deepak-gupta.webp b/src/collections/members/deepak-gupta/deepak-gupta.webp
new file mode 100644
index 000000000000..101924d299d0
Binary files /dev/null and b/src/collections/members/deepak-gupta/deepak-gupta.webp differ
diff --git a/src/collections/members/deepak-gupta/index.mdx b/src/collections/members/deepak-gupta/index.mdx
index 403401d22cc5..cc2b7b7fa825 100644
--- a/src/collections/members/deepak-gupta/index.mdx
+++ b/src/collections/members/deepak-gupta/index.mdx
@@ -1,7 +1,7 @@
---
name: Deepak Gupta
position: Contributor
-image_path: ./deepak-gupta.png
+image_path: ./deepak-gupta.webp
github: Mr-DG-Wick
twitter: Mr_dg_wick
linkedin: mrdgwick
diff --git a/src/collections/members/deepesha-burse/deepesha-burse.jpg b/src/collections/members/deepesha-burse/deepesha-burse.jpg
deleted file mode 100644
index 6b83de1db514..000000000000
Binary files a/src/collections/members/deepesha-burse/deepesha-burse.jpg and /dev/null differ
diff --git a/src/collections/members/deepesha-burse/deepesha-burse.webp b/src/collections/members/deepesha-burse/deepesha-burse.webp
new file mode 100644
index 000000000000..0f151257e631
Binary files /dev/null and b/src/collections/members/deepesha-burse/deepesha-burse.webp differ
diff --git a/src/collections/members/deepesha-burse/index.mdx b/src/collections/members/deepesha-burse/index.mdx
index 35b984dfbc0d..8aced98b3d17 100644
--- a/src/collections/members/deepesha-burse/index.mdx
+++ b/src/collections/members/deepesha-burse/index.mdx
@@ -1,7 +1,7 @@
---
name: Deepesha Burse
position: Contributor
-image_path: ./deepesha-burse.jpg
+image_path: ./deepesha-burse.webp
github: deepeshaburse
twitter: 3007Burse
linkedin: deepeshab
diff --git a/src/collections/members/dev-kalra/dev-kalra.JPG b/src/collections/members/dev-kalra/dev-kalra.JPG
deleted file mode 100644
index ccc3fd9f7d99..000000000000
Binary files a/src/collections/members/dev-kalra/dev-kalra.JPG and /dev/null differ
diff --git a/src/collections/members/dev-kalra/dev-kalra.webp b/src/collections/members/dev-kalra/dev-kalra.webp
new file mode 100644
index 000000000000..e6755b6db5a1
Binary files /dev/null and b/src/collections/members/dev-kalra/dev-kalra.webp differ
diff --git a/src/collections/members/dev-kalra/index.mdx b/src/collections/members/dev-kalra/index.mdx
index f25ad16a4ca4..bc11ca8a59eb 100644
--- a/src/collections/members/dev-kalra/index.mdx
+++ b/src/collections/members/dev-kalra/index.mdx
@@ -1,7 +1,7 @@
---
name: Dev Kalra
position: Contributor
-image_path: ./dev-kalra.JPG
+image_path: ./dev-kalra.webp
github: kalradev
twitter: _devkalra
blurb: Mesh Head
diff --git a/src/collections/members/dheeraj-gedam/dheeraj-gedam.jpg b/src/collections/members/dheeraj-gedam/dheeraj-gedam.jpg
deleted file mode 100644
index 28177d81db95..000000000000
Binary files a/src/collections/members/dheeraj-gedam/dheeraj-gedam.jpg and /dev/null differ
diff --git a/src/collections/members/dheeraj-gedam/dheeraj-gedam.webp b/src/collections/members/dheeraj-gedam/dheeraj-gedam.webp
new file mode 100644
index 000000000000..326e9aadd51f
Binary files /dev/null and b/src/collections/members/dheeraj-gedam/dheeraj-gedam.webp differ
diff --git a/src/collections/members/dheeraj-gedam/index.mdx b/src/collections/members/dheeraj-gedam/index.mdx
index c9e73edcd6f7..20832a90eda5 100644
--- a/src/collections/members/dheeraj-gedam/index.mdx
+++ b/src/collections/members/dheeraj-gedam/index.mdx
@@ -1,7 +1,7 @@
---
name: Dheeraj Gedam
position: Maintainer - CPX Adapter
-image_path: ./dheeraj-gedam.jpg
+image_path: ./dheeraj-gedam.webp
github: dheerajng
twitter: ""
blurb: Mesh Head
diff --git a/src/collections/members/divine-orji/divine-orji.png b/src/collections/members/divine-orji/divine-orji.png
deleted file mode 100644
index bf9de2f4918d..000000000000
Binary files a/src/collections/members/divine-orji/divine-orji.png and /dev/null differ
diff --git a/src/collections/members/divine-orji/divine-orji.webp b/src/collections/members/divine-orji/divine-orji.webp
new file mode 100644
index 000000000000..8a4d857a515c
Binary files /dev/null and b/src/collections/members/divine-orji/divine-orji.webp differ
diff --git a/src/collections/members/divine-orji/index.mdx b/src/collections/members/divine-orji/index.mdx
index 54bc8e4bdb66..1f03949cf744 100644
--- a/src/collections/members/divine-orji/index.mdx
+++ b/src/collections/members/divine-orji/index.mdx
@@ -1,7 +1,7 @@
---
name: Divine Orji
position: Contributor
-image_path: ./divine-orji.png
+image_path: ./divine-orji.webp
github: DivineOrji
twitter: Dhee_graphics
linkedin: divine-orji-b99b00170
diff --git a/src/collections/members/divyangi-raghav/divyangi-raghav.jpg b/src/collections/members/divyangi-raghav/divyangi-raghav.jpg
deleted file mode 100644
index 4ab11d2df3d7..000000000000
Binary files a/src/collections/members/divyangi-raghav/divyangi-raghav.jpg and /dev/null differ
diff --git a/src/collections/members/divyangi-raghav/divyangi-raghav.webp b/src/collections/members/divyangi-raghav/divyangi-raghav.webp
new file mode 100644
index 000000000000..a3bec48e4945
Binary files /dev/null and b/src/collections/members/divyangi-raghav/divyangi-raghav.webp differ
diff --git a/src/collections/members/divyangi-raghav/index.mdx b/src/collections/members/divyangi-raghav/index.mdx
index 8829f89cbe7f..8579815e06b5 100644
--- a/src/collections/members/divyangi-raghav/index.mdx
+++ b/src/collections/members/divyangi-raghav/index.mdx
@@ -1,7 +1,7 @@
---
name: Divyangi Raghav
position: Contributor
-image_path: ./divyangi-raghav.jpg
+image_path: ./divyangi-raghav.webp
github: divz-codess
twitter: DivzzTwt
linkedin: divyangi-raghav
diff --git a/src/collections/members/ednah-akoth/ednah-akoth.jpg b/src/collections/members/ednah-akoth/ednah-akoth.jpg
deleted file mode 100644
index 613d14ec17e4..000000000000
Binary files a/src/collections/members/ednah-akoth/ednah-akoth.jpg and /dev/null differ
diff --git a/src/collections/members/ednah-akoth/ednah-akoth.webp b/src/collections/members/ednah-akoth/ednah-akoth.webp
new file mode 100644
index 000000000000..068c6950e246
Binary files /dev/null and b/src/collections/members/ednah-akoth/ednah-akoth.webp differ
diff --git a/src/collections/members/ednah-akoth/index.mdx b/src/collections/members/ednah-akoth/index.mdx
index 522cdcf88922..1ed01ec84974 100644
--- a/src/collections/members/ednah-akoth/index.mdx
+++ b/src/collections/members/ednah-akoth/index.mdx
@@ -1,7 +1,7 @@
---
name: Ednah Akoth
position: Contributor
-image_path: ./ednah-akoth.jpg
+image_path: ./ednah-akoth.webp
github: Ed-Neema
twitter: edmucious
linkedin: ednah-akoth-7515a0207
diff --git a/src/collections/members/eeshaan-sawant/eeshaan-sawant.jpg b/src/collections/members/eeshaan-sawant/eeshaan-sawant.jpg
deleted file mode 100644
index bbdf7888c2fc..000000000000
Binary files a/src/collections/members/eeshaan-sawant/eeshaan-sawant.jpg and /dev/null differ
diff --git a/src/collections/members/eeshaan-sawant/eeshaan-sawant.webp b/src/collections/members/eeshaan-sawant/eeshaan-sawant.webp
new file mode 100644
index 000000000000..2570b02553d1
Binary files /dev/null and b/src/collections/members/eeshaan-sawant/eeshaan-sawant.webp differ
diff --git a/src/collections/members/eeshaan-sawant/index.mdx b/src/collections/members/eeshaan-sawant/index.mdx
index 481e2155c887..8fe2383229e4 100644
--- a/src/collections/members/eeshaan-sawant/index.mdx
+++ b/src/collections/members/eeshaan-sawant/index.mdx
@@ -1,7 +1,7 @@
---
name: Eeshaan Sawant
position: Contributor
-image_path: ./eeshaan-sawant.jpg
+image_path: ./eeshaan-sawant.webp
github: eeshaanSA
twitter: sawanteeshaan
linkedin: sawanteesh
diff --git a/src/collections/members/ekene-leonard/ekene-leonard.jpg b/src/collections/members/ekene-leonard/ekene-leonard.jpg
deleted file mode 100644
index 42a31851e0b5..000000000000
Binary files a/src/collections/members/ekene-leonard/ekene-leonard.jpg and /dev/null differ
diff --git a/src/collections/members/ekene-leonard/ekene-leonard.webp b/src/collections/members/ekene-leonard/ekene-leonard.webp
new file mode 100644
index 000000000000..29a7d272096a
Binary files /dev/null and b/src/collections/members/ekene-leonard/ekene-leonard.webp differ
diff --git a/src/collections/members/ekene-leonard/index.mdx b/src/collections/members/ekene-leonard/index.mdx
index ee642706d588..44ada6f54d17 100644
--- a/src/collections/members/ekene-leonard/index.mdx
+++ b/src/collections/members/ekene-leonard/index.mdx
@@ -1,7 +1,7 @@
---
name: Ekene Leonard Nwobodo
position: Contributor, MeshMate
-image_path: ./ekene-leonard.jpg
+image_path: ./ekene-leonard.webp
github: kayceedev
twitter: coderholic_
linkedin: nwobodoekene
diff --git a/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.png b/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.png
deleted file mode 100644
index e6bcf0995357..000000000000
Binary files a/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.png and /dev/null differ
diff --git a/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.webp b/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.webp
new file mode 100644
index 000000000000..7ba2e4064891
Binary files /dev/null and b/src/collections/members/gaganpreet-kaur-kalsi/gaganpreetkaurkalsi.webp differ
diff --git a/src/collections/members/gaganpreet-kaur-kalsi/index.mdx b/src/collections/members/gaganpreet-kaur-kalsi/index.mdx
index 63168c6d7e15..bd04121eab62 100644
--- a/src/collections/members/gaganpreet-kaur-kalsi/index.mdx
+++ b/src/collections/members/gaganpreet-kaur-kalsi/index.mdx
@@ -1,7 +1,7 @@
---
name: Gaganpreet Kaur Kalsi
position: Contributor
-image_path: ./gaganpreetkaurkalsi.png
+image_path: ./gaganpreetkaurkalsi.webp
github: GaganpreetKaurKalsi
twitter: GaganpreetKalsi
linkedin: gaganpreetkaurkalsi
diff --git a/src/collections/members/gaurav-chadha/gaurav-chadha.png b/src/collections/members/gaurav-chadha/gaurav-chadha.png
deleted file mode 100644
index 03221a7d8c3f..000000000000
Binary files a/src/collections/members/gaurav-chadha/gaurav-chadha.png and /dev/null differ
diff --git a/src/collections/members/gaurav-chadha/gaurav-chadha.webp b/src/collections/members/gaurav-chadha/gaurav-chadha.webp
new file mode 100644
index 000000000000..731052bbc617
Binary files /dev/null and b/src/collections/members/gaurav-chadha/gaurav-chadha.webp differ
diff --git a/src/collections/members/gaurav-chadha/index.mdx b/src/collections/members/gaurav-chadha/index.mdx
index e1b091719dde..7c38af1fab98 100644
--- a/src/collections/members/gaurav-chadha/index.mdx
+++ b/src/collections/members/gaurav-chadha/index.mdx
@@ -1,7 +1,7 @@
---
name: Gaurav Chadha
position: Contributor, MeshMate
-image_path: ./gaurav-chadha.png
+image_path: ./gaurav-chadha.webp
github: Chadha93
twitter: GauravChadha93
linkedin: gaurav-chadha93
diff --git a/src/collections/members/gautam-arora/gautam-arora.jpg b/src/collections/members/gautam-arora/gautam-arora.jpg
deleted file mode 100644
index c67a3bca95c6..000000000000
Binary files a/src/collections/members/gautam-arora/gautam-arora.jpg and /dev/null differ
diff --git a/src/collections/members/gautam-arora/gautam-arora.webp b/src/collections/members/gautam-arora/gautam-arora.webp
new file mode 100644
index 000000000000..dd419ffa52ca
Binary files /dev/null and b/src/collections/members/gautam-arora/gautam-arora.webp differ
diff --git a/src/collections/members/gautam-arora/index.mdx b/src/collections/members/gautam-arora/index.mdx
index 3e300297b7f3..0a372e7aaa30 100644
--- a/src/collections/members/gautam-arora/index.mdx
+++ b/src/collections/members/gautam-arora/index.mdx
@@ -1,7 +1,7 @@
---
name: Gautam Arora
position: Contributor
-image_path: ./gautam-arora.jpg
+image_path: ./gautam-arora.webp
github: Gautam-Arora24
twitter: Gautamarora24
location: Uttar Pradesh, India
diff --git a/src/collections/members/gerald-maboshe/gerald-maboshe.jpg b/src/collections/members/gerald-maboshe/gerald-maboshe.jpg
deleted file mode 100644
index 216f6e7c5a74..000000000000
Binary files a/src/collections/members/gerald-maboshe/gerald-maboshe.jpg and /dev/null differ
diff --git a/src/collections/members/gerald-maboshe/gerald-maboshe.webp b/src/collections/members/gerald-maboshe/gerald-maboshe.webp
new file mode 100644
index 000000000000..eb7fa06b9dd3
Binary files /dev/null and b/src/collections/members/gerald-maboshe/gerald-maboshe.webp differ
diff --git a/src/collections/members/gerald-maboshe/index.mdx b/src/collections/members/gerald-maboshe/index.mdx
index 0be46bd9086e..c56eeb68cf36 100644
--- a/src/collections/members/gerald-maboshe/index.mdx
+++ b/src/collections/members/gerald-maboshe/index.mdx
@@ -1,7 +1,7 @@
---
name: Gerald Maboshe
position: Contributor
-image_path: ./gerald-maboshe.jpg
+image_path: ./gerald-maboshe.webp
github: geraldmaboshe
twitter: geraldmaboshe
linkedin: geraldmaboshe
diff --git a/src/collections/members/gunjan-paul/gunjan-paul.jpg b/src/collections/members/gunjan-paul/gunjan-paul.jpg
deleted file mode 100644
index 82bbbe8bc82d..000000000000
Binary files a/src/collections/members/gunjan-paul/gunjan-paul.jpg and /dev/null differ
diff --git a/src/collections/members/gunjan-paul/gunjan-paul.webp b/src/collections/members/gunjan-paul/gunjan-paul.webp
new file mode 100644
index 000000000000..b065f4a0deb1
Binary files /dev/null and b/src/collections/members/gunjan-paul/gunjan-paul.webp differ
diff --git a/src/collections/members/gunjan-paul/index.mdx b/src/collections/members/gunjan-paul/index.mdx
index 4b91caa64ce4..0702e0a43191 100644
--- a/src/collections/members/gunjan-paul/index.mdx
+++ b/src/collections/members/gunjan-paul/index.mdx
@@ -1,7 +1,7 @@
---
name: Gunjan Paul
position: Meshery Contributor, Landscape Maintainer
-image_path: ./gunjan-paul.jpg
+image_path: ./gunjan-paul.webp
twitter: GunjanPaul2
github: gunjanmimo
blurb: Mesh Head
diff --git a/src/collections/members/haim-helman/haim-helman.jpg b/src/collections/members/haim-helman/haim-helman.jpg
deleted file mode 100644
index 336ad8f569f7..000000000000
Binary files a/src/collections/members/haim-helman/haim-helman.jpg and /dev/null differ
diff --git a/src/collections/members/haim-helman/haim-helman.webp b/src/collections/members/haim-helman/haim-helman.webp
new file mode 100644
index 000000000000..16b10e36a74b
Binary files /dev/null and b/src/collections/members/haim-helman/haim-helman.webp differ
diff --git a/src/collections/members/haim-helman/index.mdx b/src/collections/members/haim-helman/index.mdx
index 29a6b005312c..2243529cffde 100644
--- a/src/collections/members/haim-helman/index.mdx
+++ b/src/collections/members/haim-helman/index.mdx
@@ -1,7 +1,7 @@
---
name: Haim Helman
position: Maintainer - Octarine Adapter
-image_path: ./haim-helman.jpg
+image_path: ./haim-helman.webp
github: thehh1974
twitter: thehh1974
linkedin: haimhelman
diff --git a/src/collections/members/harkirat/harkirat.jpg b/src/collections/members/harkirat/harkirat.jpg
deleted file mode 100644
index ecf7e864d8d6..000000000000
Binary files a/src/collections/members/harkirat/harkirat.jpg and /dev/null differ
diff --git a/src/collections/members/harkirat/harkirat.webp b/src/collections/members/harkirat/harkirat.webp
new file mode 100644
index 000000000000..42840a6a3bb7
Binary files /dev/null and b/src/collections/members/harkirat/harkirat.webp differ
diff --git a/src/collections/members/harkirat/index.mdx b/src/collections/members/harkirat/index.mdx
index b7e15add7377..0c8a3f21efef 100644
--- a/src/collections/members/harkirat/index.mdx
+++ b/src/collections/members/harkirat/index.mdx
@@ -1,7 +1,7 @@
---
name: Harkirat Singh
position: Contributor
-image_path: ./harkirat.jpg
+image_path: ./harkirat.webp
github: harkiratsm
twitter: harkiratsm
linkedin: harkiratsm
diff --git a/src/collections/members/harshini-mohandass/harshini-mohandass.png b/src/collections/members/harshini-mohandass/harshini-mohandass.png
deleted file mode 100644
index 1569609d223b..000000000000
Binary files a/src/collections/members/harshini-mohandass/harshini-mohandass.png and /dev/null differ
diff --git a/src/collections/members/harshini-mohandass/harshini-mohandass.webp b/src/collections/members/harshini-mohandass/harshini-mohandass.webp
new file mode 100644
index 000000000000..ca2be39bc6b9
Binary files /dev/null and b/src/collections/members/harshini-mohandass/harshini-mohandass.webp differ
diff --git a/src/collections/members/harshini-mohandass/index.mdx b/src/collections/members/harshini-mohandass/index.mdx
index 67da601830d1..6bcbcb7058db 100644
--- a/src/collections/members/harshini-mohandass/index.mdx
+++ b/src/collections/members/harshini-mohandass/index.mdx
@@ -1,7 +1,7 @@
---
name: Harshini Mohandass
position: Maintainer - NSM Adapter
-image_path: ./harshini-mohandass.png
+image_path: ./harshini-mohandass.webp
github: Harshini-M
twitter: Harshini-M
blurb: Mesh Head
diff --git a/src/collections/members/harshita-kanal/harshita-kanal.JPG b/src/collections/members/harshita-kanal/harshita-kanal.JPG
deleted file mode 100644
index 35ca00ea17be..000000000000
Binary files a/src/collections/members/harshita-kanal/harshita-kanal.JPG and /dev/null differ
diff --git a/src/collections/members/harshita-kanal/harshita-kanal.webp b/src/collections/members/harshita-kanal/harshita-kanal.webp
new file mode 100644
index 000000000000..f13ee0578ec5
Binary files /dev/null and b/src/collections/members/harshita-kanal/harshita-kanal.webp differ
diff --git a/src/collections/members/harshita-kanal/index.mdx b/src/collections/members/harshita-kanal/index.mdx
index 3d7039e8eda5..c08ddb9f18f9 100644
--- a/src/collections/members/harshita-kanal/index.mdx
+++ b/src/collections/members/harshita-kanal/index.mdx
@@ -1,7 +1,7 @@
---
name: Harshita Kanal
position: Contributor
-image_path: ./harshita-kanal.JPG
+image_path: ./harshita-kanal.webp
github: Harshita-Kanal
twitter: harshita_kanal
linkedin: harshita-kanal-400563166
diff --git a/src/collections/members/hersh-dhillion/hersh-dhillion.jpg b/src/collections/members/hersh-dhillion/hersh-dhillion.jpg
deleted file mode 100644
index cd8c2505f5bf..000000000000
Binary files a/src/collections/members/hersh-dhillion/hersh-dhillion.jpg and /dev/null differ
diff --git a/src/collections/members/hersh-dhillion/hersh-dhillion.webp b/src/collections/members/hersh-dhillion/hersh-dhillion.webp
new file mode 100644
index 000000000000..66ae44340033
Binary files /dev/null and b/src/collections/members/hersh-dhillion/hersh-dhillion.webp differ
diff --git a/src/collections/members/hersh-dhillion/index.mdx b/src/collections/members/hersh-dhillion/index.mdx
index efcb141e007d..7a5e1d462fd2 100644
--- a/src/collections/members/hersh-dhillion/index.mdx
+++ b/src/collections/members/hersh-dhillion/index.mdx
@@ -1,7 +1,7 @@
---
name: Hersh Dhillon
position: Contributor
-image_path: ./hersh-dhillion.jpg
+image_path: ./hersh-dhillion.webp
github: hershd23
twitter: DhillonHersh
linkedin: hersh-dhillon
diff --git a/src/collections/members/hussaina-begum/hussaina-begum.jpg b/src/collections/members/hussaina-begum/hussaina-begum.jpg
deleted file mode 100644
index 633ead092933..000000000000
Binary files a/src/collections/members/hussaina-begum/hussaina-begum.jpg and /dev/null differ
diff --git a/src/collections/members/hussaina-begum/hussaina-begum.webp b/src/collections/members/hussaina-begum/hussaina-begum.webp
new file mode 100644
index 000000000000..06b272fea312
Binary files /dev/null and b/src/collections/members/hussaina-begum/hussaina-begum.webp differ
diff --git a/src/collections/members/hussaina-begum/index.mdx b/src/collections/members/hussaina-begum/index.mdx
index 0034b721880e..5c5e63ca1ca6 100644
--- a/src/collections/members/hussaina-begum/index.mdx
+++ b/src/collections/members/hussaina-begum/index.mdx
@@ -1,7 +1,7 @@
---
name: Hussaina Begum
position: Maintainer, Mesheryctl
-image_path: ./hussaina-begum.jpg
+image_path: ./hussaina-begum.webp
github: hexxdump
twitter: hexxdump
linkedin: nhussaina
diff --git a/src/collections/members/jerrid-schilling/index.mdx b/src/collections/members/jerrid-schilling/index.mdx
index 7917628a2086..f317541718fd 100644
--- a/src/collections/members/jerrid-schilling/index.mdx
+++ b/src/collections/members/jerrid-schilling/index.mdx
@@ -1,7 +1,7 @@
---
name: Jerrid Schilling
position: Contributor - Documentation
-image_path: ./jerrid-schilling.jpg
+image_path: ./jerrid-schilling.webp
github: schillingjerrid
twitter: schillingjerrid
linkedin: jerrid-schilling-20b06b8b
diff --git a/src/collections/members/jerrid-schilling/jerrid-schilling.jpg b/src/collections/members/jerrid-schilling/jerrid-schilling.jpg
deleted file mode 100644
index 086dc03fd4ec..000000000000
Binary files a/src/collections/members/jerrid-schilling/jerrid-schilling.jpg and /dev/null differ
diff --git a/src/collections/members/jerrid-schilling/jerrid-schilling.webp b/src/collections/members/jerrid-schilling/jerrid-schilling.webp
new file mode 100644
index 000000000000..1d2337753b0e
Binary files /dev/null and b/src/collections/members/jerrid-schilling/jerrid-schilling.webp differ
diff --git a/src/collections/members/jome-favourite/index.mdx b/src/collections/members/jome-favourite/index.mdx
index bcb5c31e0dc9..bbfb8ee3dcef 100644
--- a/src/collections/members/jome-favourite/index.mdx
+++ b/src/collections/members/jome-favourite/index.mdx
@@ -1,7 +1,7 @@
---
name: Jome Favourite
position: Contributor
-image_path: ./jome-favourite.jpg
+image_path: ./jome-favourite.webp
github: jomefavourite
twitter: FavouriteJome1
linkedin: favourite-jome-677766184
diff --git a/src/collections/members/jome-favourite/jome-favourite.jpg b/src/collections/members/jome-favourite/jome-favourite.jpg
deleted file mode 100644
index 90495a69956a..000000000000
Binary files a/src/collections/members/jome-favourite/jome-favourite.jpg and /dev/null differ
diff --git a/src/collections/members/jome-favourite/jome-favourite.webp b/src/collections/members/jome-favourite/jome-favourite.webp
new file mode 100644
index 000000000000..9df1bfe314bc
Binary files /dev/null and b/src/collections/members/jome-favourite/jome-favourite.webp differ
diff --git a/src/collections/members/joseph-midura/Joseph-Midura.png b/src/collections/members/joseph-midura/Joseph-Midura.png
deleted file mode 100644
index 650545da8170..000000000000
Binary files a/src/collections/members/joseph-midura/Joseph-Midura.png and /dev/null differ
diff --git a/src/collections/members/joseph-midura/Joseph-Midura.webp b/src/collections/members/joseph-midura/Joseph-Midura.webp
new file mode 100644
index 000000000000..65de2928e932
Binary files /dev/null and b/src/collections/members/joseph-midura/Joseph-Midura.webp differ
diff --git a/src/collections/members/joseph-midura/index.mdx b/src/collections/members/joseph-midura/index.mdx
index 68b3ba26fb82..4022cf99c8cb 100644
--- a/src/collections/members/joseph-midura/index.mdx
+++ b/src/collections/members/joseph-midura/index.mdx
@@ -1,7 +1,7 @@
---
name: Joseph Midura
position: Contributor
-image_path: ./Joseph-Midura.png
+image_path: ./Joseph-Midura.webp
github: josephmidura
twitter: josephmidura
linkedin: josephmidura
diff --git a/src/collections/members/joy-nwaiwu/index.mdx b/src/collections/members/joy-nwaiwu/index.mdx
index 57d377cc7913..992234d9c289 100644
--- a/src/collections/members/joy-nwaiwu/index.mdx
+++ b/src/collections/members/joy-nwaiwu/index.mdx
@@ -1,7 +1,7 @@
---
name: Joy Nwaiwu
position: Contributor
-image_path: ./joy-nwaiwu.jpg
+image_path: ./joy-nwaiwu.webp
github: JoyNwaiwu
twitter: JoyNwaiwu2
linkedin: joy-nwaiwu-bb3b87177
diff --git a/src/collections/members/joy-nwaiwu/joy-nwaiwu.jpg b/src/collections/members/joy-nwaiwu/joy-nwaiwu.jpg
deleted file mode 100644
index 14c51dfd0735..000000000000
Binary files a/src/collections/members/joy-nwaiwu/joy-nwaiwu.jpg and /dev/null differ
diff --git a/src/collections/members/joy-nwaiwu/joy-nwaiwu.webp b/src/collections/members/joy-nwaiwu/joy-nwaiwu.webp
new file mode 100644
index 000000000000..5dd14ab208a8
Binary files /dev/null and b/src/collections/members/joy-nwaiwu/joy-nwaiwu.webp differ
diff --git a/src/collections/members/jubayer-abdullah-joy/index.mdx b/src/collections/members/jubayer-abdullah-joy/index.mdx
index 3496034a9782..fdf46bcab979 100644
--- a/src/collections/members/jubayer-abdullah-joy/index.mdx
+++ b/src/collections/members/jubayer-abdullah-joy/index.mdx
@@ -1,7 +1,7 @@
---
name: Jubayer Abdullah Joy
position: Contributor
-image_path: ./jubayer-abdullah-joy.png
+image_path: ./jubayer-abdullah-joy.webp
github: JubayerJoy
twitter: JubayerJoy_
linkedin: jubayer-joy
diff --git a/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.png b/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.png
deleted file mode 100644
index 844b045aa45a..000000000000
Binary files a/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.png and /dev/null differ
diff --git a/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.webp b/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.webp
new file mode 100644
index 000000000000..c7b4ff7ff53e
Binary files /dev/null and b/src/collections/members/jubayer-abdullah-joy/jubayer-abdullah-joy.webp differ
diff --git a/src/collections/members/kanishkar-j/index.mdx b/src/collections/members/kanishkar-j/index.mdx
index 6eed372b9c08..d82295e43bd4 100644
--- a/src/collections/members/kanishkar-j/index.mdx
+++ b/src/collections/members/kanishkar-j/index.mdx
@@ -1,7 +1,7 @@
---
name: Kanishkar J
position: Contributor, MeshMate Emeritus
-image_path: ./kanishkar-j.jpg
+image_path: ./kanishkar-j.webp
github: kanishkarj
twitter: _kanishkarj_
badges:
diff --git a/src/collections/members/kanishkar-j/kanishkar-j.jpg b/src/collections/members/kanishkar-j/kanishkar-j.jpg
deleted file mode 100644
index 927bd5a37f57..000000000000
Binary files a/src/collections/members/kanishkar-j/kanishkar-j.jpg and /dev/null differ
diff --git a/src/collections/members/kanishkar-j/kanishkar-j.webp b/src/collections/members/kanishkar-j/kanishkar-j.webp
new file mode 100644
index 000000000000..e53139989685
Binary files /dev/null and b/src/collections/members/kanishkar-j/kanishkar-j.webp differ
diff --git a/src/collections/members/karen-hippitaku/index.mdx b/src/collections/members/karen-hippitaku/index.mdx
index e014338be6fa..c817c6f6e291 100644
--- a/src/collections/members/karen-hippitaku/index.mdx
+++ b/src/collections/members/karen-hippitaku/index.mdx
@@ -1,7 +1,7 @@
---
name: Karen Hippitaku
position: Designer
-image_path: ./karen-hippitaku.jpg
+image_path: ./karen-hippitaku.webp
twitter: KarenHippitaku
github: KarenHippitaku
blurb: Mesh Head
diff --git a/src/collections/members/karen-hippitaku/karen-hippitaku.jpg b/src/collections/members/karen-hippitaku/karen-hippitaku.jpg
deleted file mode 100644
index 0c2fb8ca68d9..000000000000
Binary files a/src/collections/members/karen-hippitaku/karen-hippitaku.jpg and /dev/null differ
diff --git a/src/collections/members/karen-hippitaku/karen-hippitaku.webp b/src/collections/members/karen-hippitaku/karen-hippitaku.webp
new file mode 100644
index 000000000000..e79adae31eb2
Binary files /dev/null and b/src/collections/members/karen-hippitaku/karen-hippitaku.webp differ
diff --git a/src/collections/members/kelechi-nwachukwu/index.mdx b/src/collections/members/kelechi-nwachukwu/index.mdx
index 70706450c29a..6ef9276bad47 100644
--- a/src/collections/members/kelechi-nwachukwu/index.mdx
+++ b/src/collections/members/kelechi-nwachukwu/index.mdx
@@ -1,7 +1,7 @@
---
name: Kelechi Nwachukwu
position: Contributor, MeshMate Emeritus
-image_path: ./kelechi-nwachukwu.jpg
+image_path: ./kelechi-nwachukwu.webp
github: PluckyPrecious
twitter: PluckyPrecious
linkedin: kelechi-precious-nwachukwu-16969b139
diff --git a/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.jpg b/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.jpg
deleted file mode 100644
index e76fe9bac3ff..000000000000
Binary files a/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.jpg and /dev/null differ
diff --git a/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.webp b/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.webp
new file mode 100644
index 000000000000..f478083dc5c3
Binary files /dev/null and b/src/collections/members/kelechi-nwachukwu/kelechi-nwachukwu.webp differ
diff --git a/src/collections/members/krishna-gupta/index.mdx b/src/collections/members/krishna-gupta/index.mdx
index 98b431cd524d..685050578b6a 100644
--- a/src/collections/members/krishna-gupta/index.mdx
+++ b/src/collections/members/krishna-gupta/index.mdx
@@ -1,7 +1,7 @@
---
name: Krishna Gupta
position: Contributor
-image_path: ./krishna-gupta.png
+image_path: ./krishna-gupta.webp
github: Krishna2323
twitter: Web_DevLoving
linkedin: krishnagupta23
diff --git a/src/collections/members/krishna-gupta/krishna-gupta.png b/src/collections/members/krishna-gupta/krishna-gupta.png
deleted file mode 100644
index c6b355efcaed..000000000000
Binary files a/src/collections/members/krishna-gupta/krishna-gupta.png and /dev/null differ
diff --git a/src/collections/members/krishna-gupta/krishna-gupta.webp b/src/collections/members/krishna-gupta/krishna-gupta.webp
new file mode 100644
index 000000000000..524eaa022413
Binary files /dev/null and b/src/collections/members/krishna-gupta/krishna-gupta.webp differ
diff --git a/src/collections/members/lee-calcote/index.mdx b/src/collections/members/lee-calcote/index.mdx
index e668747bc469..aa0f54e20fdc 100644
--- a/src/collections/members/lee-calcote/index.mdx
+++ b/src/collections/members/lee-calcote/index.mdx
@@ -1,7 +1,7 @@
---
name: Lee Calcote
position: Maintainer
-image_path: ./lee-calcote.jpg
+image_path: ./lee-calcote.webp
twitter: lcalcote
github: leecalcote
linkedin: leecalcote
diff --git a/src/collections/members/lee-calcote/lee-calcote.jpg b/src/collections/members/lee-calcote/lee-calcote.jpg
deleted file mode 100644
index 926c26a1387a..000000000000
Binary files a/src/collections/members/lee-calcote/lee-calcote.jpg and /dev/null differ
diff --git a/src/collections/members/lee-calcote/lee-calcote.webp b/src/collections/members/lee-calcote/lee-calcote.webp
new file mode 100644
index 000000000000..46c735573c8e
Binary files /dev/null and b/src/collections/members/lee-calcote/lee-calcote.webp differ
diff --git a/src/collections/members/madhab-paul/index.mdx b/src/collections/members/madhab-paul/index.mdx
index 45e625fe39a1..7da3e06b6002 100644
--- a/src/collections/members/madhab-paul/index.mdx
+++ b/src/collections/members/madhab-paul/index.mdx
@@ -1,7 +1,7 @@
---
name: Madhab Paul
position: Contributor - Layer5 UI
-image_path: ./madhab-paul.jpg
+image_path: ./madhab-paul.webp
twitter: MyMadhabPaul
github: madhabpaul
blurb: Mesh Head
diff --git a/src/collections/members/madhab-paul/madhab-paul.jpg b/src/collections/members/madhab-paul/madhab-paul.jpg
deleted file mode 100644
index 139f1d87aa17..000000000000
Binary files a/src/collections/members/madhab-paul/madhab-paul.jpg and /dev/null differ
diff --git a/src/collections/members/madhab-paul/madhab-paul.webp b/src/collections/members/madhab-paul/madhab-paul.webp
new file mode 100644
index 000000000000..1ad487281225
Binary files /dev/null and b/src/collections/members/madhab-paul/madhab-paul.webp differ
diff --git a/src/collections/members/manish-tyagi/index.mdx b/src/collections/members/manish-tyagi/index.mdx
index ed51d0c78e3c..6590d114df22 100644
--- a/src/collections/members/manish-tyagi/index.mdx
+++ b/src/collections/members/manish-tyagi/index.mdx
@@ -1,7 +1,7 @@
---
name: Manish Tyagi
position: Contributor
-image_path: ./manish-tyagi.png
+image_path: ./manish-tyagi.webp
github: money8203
twitter: manishtyagi__
linkedin: manish-tyagi-8b7b22217
diff --git a/src/collections/members/manish-tyagi/manish-tyagi.png b/src/collections/members/manish-tyagi/manish-tyagi.png
deleted file mode 100644
index c2112752ac06..000000000000
Binary files a/src/collections/members/manish-tyagi/manish-tyagi.png and /dev/null differ
diff --git a/src/collections/members/manish-tyagi/manish-tyagi.webp b/src/collections/members/manish-tyagi/manish-tyagi.webp
new file mode 100644
index 000000000000..30908a7df020
Binary files /dev/null and b/src/collections/members/manish-tyagi/manish-tyagi.webp differ
diff --git a/src/collections/members/mario-arriaga/index.mdx b/src/collections/members/mario-arriaga/index.mdx
index 824022640471..ab79983f3834 100644
--- a/src/collections/members/mario-arriaga/index.mdx
+++ b/src/collections/members/mario-arriaga/index.mdx
@@ -1,7 +1,7 @@
---
name: Mario Arriaga
position: Maintainer, Meshery CI
-image_path: ./mario-arriaga.jpg
+image_path: ./mario-arriaga.webp
github: MarioArriaga92
twitter: ""
linkedin: mario-arriaga-29a600b5
diff --git a/src/collections/members/mario-arriaga/mario-arriaga.jpg b/src/collections/members/mario-arriaga/mario-arriaga.jpg
deleted file mode 100644
index 34356a1971d3..000000000000
Binary files a/src/collections/members/mario-arriaga/mario-arriaga.jpg and /dev/null differ
diff --git a/src/collections/members/mario-arriaga/mario-arriaga.webp b/src/collections/members/mario-arriaga/mario-arriaga.webp
new file mode 100644
index 000000000000..453bc768bced
Binary files /dev/null and b/src/collections/members/mario-arriaga/mario-arriaga.webp differ
diff --git a/src/collections/members/martin-castre/index.mdx b/src/collections/members/martin-castre/index.mdx
index 6a21fd111b36..1284a132fb3c 100644
--- a/src/collections/members/martin-castre/index.mdx
+++ b/src/collections/members/martin-castre/index.mdx
@@ -1,7 +1,7 @@
---
name: MartΓn Castre
position: Contributor - Designer
-image_path: ./martin-castre.jpg
+image_path: ./martin-castre.webp
github: mcastre
twitter: ""
blurb: Mesh Head
diff --git a/src/collections/members/martin-castre/martin-castre.jpg b/src/collections/members/martin-castre/martin-castre.jpg
deleted file mode 100644
index eac110c82aa2..000000000000
Binary files a/src/collections/members/martin-castre/martin-castre.jpg and /dev/null differ
diff --git a/src/collections/members/martin-castre/martin-castre.webp b/src/collections/members/martin-castre/martin-castre.webp
new file mode 100644
index 000000000000..8d9df2ceae0e
Binary files /dev/null and b/src/collections/members/martin-castre/martin-castre.webp differ
diff --git a/src/collections/members/marybeth-alexander/index.mdx b/src/collections/members/marybeth-alexander/index.mdx
index 06e6e0e434ee..3d3feefd2223 100644
--- a/src/collections/members/marybeth-alexander/index.mdx
+++ b/src/collections/members/marybeth-alexander/index.mdx
@@ -1,7 +1,7 @@
---
name: Mary Beth Alexander
position: Contributor - Documentation
-image_path: ./marybeth-alexander.jpg
+image_path: ./marybeth-alexander.webp
github: firstladymb
blurb: Mesh Head
status: Inactive
diff --git a/src/collections/members/marybeth-alexander/marybeth-alexander.jpg b/src/collections/members/marybeth-alexander/marybeth-alexander.jpg
deleted file mode 100644
index 027835e4a6ba..000000000000
Binary files a/src/collections/members/marybeth-alexander/marybeth-alexander.jpg and /dev/null differ
diff --git a/src/collections/members/marybeth-alexander/marybeth-alexander.webp b/src/collections/members/marybeth-alexander/marybeth-alexander.webp
new file mode 100644
index 000000000000..70f379d56d05
Binary files /dev/null and b/src/collections/members/marybeth-alexander/marybeth-alexander.webp differ
diff --git a/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.jpg b/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.jpg
deleted file mode 100644
index 4da3d2a23bbe..000000000000
Binary files a/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.jpg and /dev/null differ
diff --git a/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.webp b/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.webp
new file mode 100644
index 000000000000..9ec6dcf6de67
Binary files /dev/null and b/src/collections/members/maximiliano-churichi/Maximiliano-Churichi.webp differ
diff --git a/src/collections/members/maximiliano-churichi/index.mdx b/src/collections/members/maximiliano-churichi/index.mdx
index cdd4d9414e3b..2c23a1f46dee 100644
--- a/src/collections/members/maximiliano-churichi/index.mdx
+++ b/src/collections/members/maximiliano-churichi/index.mdx
@@ -1,7 +1,7 @@
---
name: Maximiliano Churichi
position: Contributor
-image_path: ./Maximiliano-Churichi.jpg
+image_path: ./Maximiliano-Churichi.webp
github: mchurichi
twitter: mchurichi
linkedin: maximilianochurichi
diff --git a/src/collections/members/muskan-bansal/index.mdx b/src/collections/members/muskan-bansal/index.mdx
index 854732684f2c..c8d309ccfef1 100644
--- a/src/collections/members/muskan-bansal/index.mdx
+++ b/src/collections/members/muskan-bansal/index.mdx
@@ -1,7 +1,7 @@
---
name: Muskan Bansal
position: Contributor
-image_path: ./muskan-bansal.jpg
+image_path: ./muskan-bansal.webp
github: crustyy
twitter: ""
blurb: Mesh Head
diff --git a/src/collections/members/muskan-bansal/muskan-bansal.jpg b/src/collections/members/muskan-bansal/muskan-bansal.jpg
deleted file mode 100644
index d6cc58529dd3..000000000000
Binary files a/src/collections/members/muskan-bansal/muskan-bansal.jpg and /dev/null differ
diff --git a/src/collections/members/muskan-bansal/muskan-bansal.webp b/src/collections/members/muskan-bansal/muskan-bansal.webp
new file mode 100644
index 000000000000..8ea42fd15d10
Binary files /dev/null and b/src/collections/members/muskan-bansal/muskan-bansal.webp differ
diff --git a/src/collections/members/naureen-imran/index.mdx b/src/collections/members/naureen-imran/index.mdx
index e75f6388fc1d..03f4e45a2385 100644
--- a/src/collections/members/naureen-imran/index.mdx
+++ b/src/collections/members/naureen-imran/index.mdx
@@ -1,7 +1,7 @@
---
name: Naureen Imran
position: Contributor
-image_path: ./naureen-imran.png
+image_path: ./naureen-imran.webp
github: goldfishdolphin
linkedin: naureen-imran-744932227
location: Manchester, United Kingdom
diff --git a/src/collections/members/naureen-imran/naureen-imran.png b/src/collections/members/naureen-imran/naureen-imran.png
deleted file mode 100644
index b03711fb043b..000000000000
Binary files a/src/collections/members/naureen-imran/naureen-imran.png and /dev/null differ
diff --git a/src/collections/members/naureen-imran/naureen-imran.webp b/src/collections/members/naureen-imran/naureen-imran.webp
new file mode 100644
index 000000000000..af74fe0d7b8f
Binary files /dev/null and b/src/collections/members/naureen-imran/naureen-imran.webp differ
diff --git a/src/collections/members/naveen-jain/index.mdx b/src/collections/members/naveen-jain/index.mdx
index d39a398acc24..9903506ca51d 100644
--- a/src/collections/members/naveen-jain/index.mdx
+++ b/src/collections/members/naveen-jain/index.mdx
@@ -1,7 +1,7 @@
---
name: Naveen Jain
position: Contributor, MeshMate Emeritus
-image_path: ./naveen-jain.png
+image_path: ./naveen-jain.webp
twitter: nveenjain
github: nveenjain
blurb: Mesh Head
diff --git a/src/collections/members/naveen-jain/naveen-jain.png b/src/collections/members/naveen-jain/naveen-jain.png
deleted file mode 100644
index 07037aacd12d..000000000000
Binary files a/src/collections/members/naveen-jain/naveen-jain.png and /dev/null differ
diff --git a/src/collections/members/naveen-jain/naveen-jain.webp b/src/collections/members/naveen-jain/naveen-jain.webp
new file mode 100644
index 000000000000..bd7328b0020d
Binary files /dev/null and b/src/collections/members/naveen-jain/naveen-jain.webp differ
diff --git a/src/collections/members/neil-alvares/index.mdx b/src/collections/members/neil-alvares/index.mdx
index ed7b71d00f3c..b4f33e7463c4 100644
--- a/src/collections/members/neil-alvares/index.mdx
+++ b/src/collections/members/neil-alvares/index.mdx
@@ -1,7 +1,7 @@
---
name: Neil Alvares
position: Contributor
-image_path: ./neil-alvares.jpg
+image_path: ./neil-alvares.webp
github: Neil-140301
linkedin: neil-alvares-2986561a0
location: Pune, India
diff --git a/src/collections/members/neil-alvares/neil-alvares.jpg b/src/collections/members/neil-alvares/neil-alvares.jpg
deleted file mode 100644
index 25e9cfc3d852..000000000000
Binary files a/src/collections/members/neil-alvares/neil-alvares.jpg and /dev/null differ
diff --git a/src/collections/members/neil-alvares/neil-alvares.webp b/src/collections/members/neil-alvares/neil-alvares.webp
new file mode 100644
index 000000000000..e0280c53eca4
Binary files /dev/null and b/src/collections/members/neil-alvares/neil-alvares.webp differ
diff --git a/src/collections/members/nicholas-jackson/index.mdx b/src/collections/members/nicholas-jackson/index.mdx
index 05ae700ca88e..ea47ab0e2de3 100644
--- a/src/collections/members/nicholas-jackson/index.mdx
+++ b/src/collections/members/nicholas-jackson/index.mdx
@@ -1,7 +1,7 @@
---
name: Nic Jackson
position: Contributor
-image_path: ./nic-jackson.jpg
+image_path: ./nic-jackson.webp
github: nicholasjackson
twitter: sheriffjackson
linkedin: jacksonnic
diff --git a/src/collections/members/nicholas-jackson/nic-jackson.jpg b/src/collections/members/nicholas-jackson/nic-jackson.jpg
deleted file mode 100644
index 879532c45a37..000000000000
Binary files a/src/collections/members/nicholas-jackson/nic-jackson.jpg and /dev/null differ
diff --git a/src/collections/members/nicholas-jackson/nic-jackson.webp b/src/collections/members/nicholas-jackson/nic-jackson.webp
new file mode 100644
index 000000000000..3e7ca7a2eca1
Binary files /dev/null and b/src/collections/members/nicholas-jackson/nic-jackson.webp differ
diff --git a/src/collections/members/nikhil-ladha/index.mdx b/src/collections/members/nikhil-ladha/index.mdx
index 2689e0ad607e..bc9fcebca25f 100644
--- a/src/collections/members/nikhil-ladha/index.mdx
+++ b/src/collections/members/nikhil-ladha/index.mdx
@@ -1,7 +1,7 @@
---
name: Nikhil Ladha
position: Maintainer, MeshMate
-image_path: ./nikhil-ladha.jpg
+image_path: ./nikhil-ladha.webp
github: Nikhil-Ladha
twitter: NikhilLadha3
linkedin: nikhil-ladha
diff --git a/src/collections/members/nikhil-ladha/nikhil-ladha.jpg b/src/collections/members/nikhil-ladha/nikhil-ladha.jpg
deleted file mode 100644
index 8ab4f49d949f..000000000000
Binary files a/src/collections/members/nikhil-ladha/nikhil-ladha.jpg and /dev/null differ
diff --git a/src/collections/members/nikhil-ladha/nikhil-ladha.webp b/src/collections/members/nikhil-ladha/nikhil-ladha.webp
new file mode 100644
index 000000000000..a7fad1ecc63d
Binary files /dev/null and b/src/collections/members/nikhil-ladha/nikhil-ladha.webp differ
diff --git a/src/collections/members/nithish-karthik/index.mdx b/src/collections/members/nithish-karthik/index.mdx
index 11095a065e1f..d9432ac4ad0b 100644
--- a/src/collections/members/nithish-karthik/index.mdx
+++ b/src/collections/members/nithish-karthik/index.mdx
@@ -1,7 +1,7 @@
---
name: Nithish Karthik
position: Meshery UI, Maintainer
-image_path: ./nithish-karthik.JPG
+image_path: ./nithish-karthik.webp
github: sudo-NithishKarthik
twitter: NithishKarthi11
linkedin: nithish-karthik-5389b920a
diff --git a/src/collections/members/nithish-karthik/nithish-karthik.JPG b/src/collections/members/nithish-karthik/nithish-karthik.JPG
deleted file mode 100644
index 25eb595f535e..000000000000
Binary files a/src/collections/members/nithish-karthik/nithish-karthik.JPG and /dev/null differ
diff --git a/src/collections/members/nithish-karthik/nithish-karthik.webp b/src/collections/members/nithish-karthik/nithish-karthik.webp
new file mode 100644
index 000000000000..6e8de966c71e
Binary files /dev/null and b/src/collections/members/nithish-karthik/nithish-karthik.webp differ
diff --git a/src/collections/members/nitish-vulli/index.mdx b/src/collections/members/nitish-vulli/index.mdx
index 0cbc975cee04..99b6495b3697 100644
--- a/src/collections/members/nitish-vulli/index.mdx
+++ b/src/collections/members/nitish-vulli/index.mdx
@@ -1,7 +1,7 @@
---
name: Nitish Vulli
position: Contributor
-image_path: ./nitish-vulli.jpg
+image_path: ./nitish-vulli.webp
twitter: vullinitish
github: nitishvu
blurb: Mesh Head
diff --git a/src/collections/members/nitish-vulli/nitish-vulli.jpg b/src/collections/members/nitish-vulli/nitish-vulli.jpg
deleted file mode 100644
index 88982867088e..000000000000
Binary files a/src/collections/members/nitish-vulli/nitish-vulli.jpg and /dev/null differ
diff --git a/src/collections/members/nitish-vulli/nitish-vulli.webp b/src/collections/members/nitish-vulli/nitish-vulli.webp
new file mode 100644
index 000000000000..08e301fdeb6b
Binary files /dev/null and b/src/collections/members/nitish-vulli/nitish-vulli.webp differ
diff --git a/src/collections/members/nuno-docarmo/index.mdx b/src/collections/members/nuno-docarmo/index.mdx
index c3e3fe458f61..97d9db9bff3b 100644
--- a/src/collections/members/nuno-docarmo/index.mdx
+++ b/src/collections/members/nuno-docarmo/index.mdx
@@ -1,7 +1,7 @@
---
name: Nuno do Carmo
position: Contributor - UX
-image_path: ./nuno-docarmo.jpg
+image_path: ./nuno-docarmo.webp
github: nunix
twitter: nunixtech
linkedin: ndocarmo
diff --git a/src/collections/members/nuno-docarmo/nuno-docarmo.jpg b/src/collections/members/nuno-docarmo/nuno-docarmo.jpg
deleted file mode 100644
index 8d5f597d245a..000000000000
Binary files a/src/collections/members/nuno-docarmo/nuno-docarmo.jpg and /dev/null differ
diff --git a/src/collections/members/nuno-docarmo/nuno-docarmo.webp b/src/collections/members/nuno-docarmo/nuno-docarmo.webp
new file mode 100644
index 000000000000..10a2f3222c74
Binary files /dev/null and b/src/collections/members/nuno-docarmo/nuno-docarmo.webp differ
diff --git a/src/collections/members/nupurthakur27/index.mdx b/src/collections/members/nupurthakur27/index.mdx
index cc6c9351d5b2..7d2ee4a9548f 100644
--- a/src/collections/members/nupurthakur27/index.mdx
+++ b/src/collections/members/nupurthakur27/index.mdx
@@ -1,7 +1,7 @@
---
name: Nupur Thakur
position: Contributor, MeshMate Emeritus
-image_path: ./nupurthakur27.jpg
+image_path: ./nupurthakur27.webp
github: nupurthakur27
twitter: nupurthakur27
blurb: Engineering Student with fascination towards Technology
diff --git a/src/collections/members/nupurthakur27/nupurthakur27.jpg b/src/collections/members/nupurthakur27/nupurthakur27.jpg
deleted file mode 100644
index 2c887bf0f0c6..000000000000
Binary files a/src/collections/members/nupurthakur27/nupurthakur27.jpg and /dev/null differ
diff --git a/src/collections/members/nupurthakur27/nupurthakur27.webp b/src/collections/members/nupurthakur27/nupurthakur27.webp
new file mode 100644
index 000000000000..0c8452bc293e
Binary files /dev/null and b/src/collections/members/nupurthakur27/nupurthakur27.webp differ
diff --git a/src/collections/members/olayiwola-ololade/index.mdx b/src/collections/members/olayiwola-ololade/index.mdx
index c13f05afe039..179a4512da6d 100644
--- a/src/collections/members/olayiwola-ololade/index.mdx
+++ b/src/collections/members/olayiwola-ololade/index.mdx
@@ -1,7 +1,7 @@
---
name: Olayiwola Ololade
position: Contributor, Community Member
-image_path: ./olayiwola-ololade.jpg
+image_path: ./olayiwola-ololade.webp
github: lolyparty
twitter: lolyparty
linkedin: olayiwola-ololade-064933168
diff --git a/src/collections/members/olayiwola-ololade/olayiwola-ololade.jpg b/src/collections/members/olayiwola-ololade/olayiwola-ololade.jpg
deleted file mode 100644
index 06352160aa69..000000000000
Binary files a/src/collections/members/olayiwola-ololade/olayiwola-ololade.jpg and /dev/null differ
diff --git a/src/collections/members/olayiwola-ololade/olayiwola-ololade.webp b/src/collections/members/olayiwola-ololade/olayiwola-ololade.webp
new file mode 100644
index 000000000000..5b72abe5817e
Binary files /dev/null and b/src/collections/members/olayiwola-ololade/olayiwola-ololade.webp differ
diff --git a/src/collections/members/olushesi-toheeb/index.mdx b/src/collections/members/olushesi-toheeb/index.mdx
index e0be920d3b3a..7dd5d105dba1 100644
--- a/src/collections/members/olushesi-toheeb/index.mdx
+++ b/src/collections/members/olushesi-toheeb/index.mdx
@@ -2,7 +2,7 @@
layout: person
name: Olushesi Toheeb
position: Contributor
-image_path: ./olushesi-toheeb.jpg
+image_path: ./olushesi-toheeb.webp
github: OlushesiToheeb
twitter: toheebolushesi
linkedin: olushesi-toheeb
diff --git a/src/collections/members/olushesi-toheeb/olushesi-toheeb.jpg b/src/collections/members/olushesi-toheeb/olushesi-toheeb.jpg
deleted file mode 100644
index cf084072420e..000000000000
Binary files a/src/collections/members/olushesi-toheeb/olushesi-toheeb.jpg and /dev/null differ
diff --git a/src/collections/members/olushesi-toheeb/olushesi-toheeb.webp b/src/collections/members/olushesi-toheeb/olushesi-toheeb.webp
new file mode 100644
index 000000000000..2672b83afeae
Binary files /dev/null and b/src/collections/members/olushesi-toheeb/olushesi-toheeb.webp differ
diff --git a/src/collections/members/oluwatomiyin-adekanye/index.mdx b/src/collections/members/oluwatomiyin-adekanye/index.mdx
index b938d5c32c6d..53f75ea4b203 100644
--- a/src/collections/members/oluwatomiyin-adekanye/index.mdx
+++ b/src/collections/members/oluwatomiyin-adekanye/index.mdx
@@ -1,7 +1,7 @@
---
name: Oluwatomiyin Adekanye
position: Contributor
-image_path: ./oluwatomiyin-adekanye.jpg
+image_path: ./oluwatomiyin-adekanye.webp
github: adekanyetomie
twitter: adetomiie
linkedin: oluwatomiyin-adekanye-485852150
diff --git a/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.jpg b/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.jpg
deleted file mode 100644
index d62e135282c6..000000000000
Binary files a/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.jpg and /dev/null differ
diff --git a/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.webp b/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.webp
new file mode 100644
index 000000000000..f36e879d8d71
Binary files /dev/null and b/src/collections/members/oluwatomiyin-adekanye/oluwatomiyin-adekanye.webp differ
diff --git a/src/collections/members/omkar-phansopkar/index.mdx b/src/collections/members/omkar-phansopkar/index.mdx
index 592071d21d79..a2ddcc438790 100644
--- a/src/collections/members/omkar-phansopkar/index.mdx
+++ b/src/collections/members/omkar-phansopkar/index.mdx
@@ -1,7 +1,7 @@
---
name: Omkar Phansopkar
position: Contributor, Community Member
-image_path: ./omkarph.jpg
+image_path: ./omkarph.webp
github: OmkarPh
twitter: omkarphansopkar
linkedin: omkarphansopkar
diff --git a/src/collections/members/omkar-phansopkar/omkarph.jpg b/src/collections/members/omkar-phansopkar/omkarph.jpg
deleted file mode 100644
index f371aeaf0d2d..000000000000
Binary files a/src/collections/members/omkar-phansopkar/omkarph.jpg and /dev/null differ
diff --git a/src/collections/members/omkar-phansopkar/omkarph.webp b/src/collections/members/omkar-phansopkar/omkarph.webp
new file mode 100644
index 000000000000..7ba2a7369833
Binary files /dev/null and b/src/collections/members/omkar-phansopkar/omkarph.webp differ
diff --git a/src/collections/members/oscar-hernandez/index.mdx b/src/collections/members/oscar-hernandez/index.mdx
index 3c31b06ff9bd..0a916b989025 100644
--- a/src/collections/members/oscar-hernandez/index.mdx
+++ b/src/collections/members/oscar-hernandez/index.mdx
@@ -1,7 +1,7 @@
---
name: Oscar Hernandez
position: Contributor
-image_path: ./oscar-hernandez.jpg
+image_path: ./oscar-hernandez.webp
github: ozrlz
blurb: Mesh Head
status: Inactive
diff --git a/src/collections/members/oscar-hernandez/oscar-hernandez.jpg b/src/collections/members/oscar-hernandez/oscar-hernandez.jpg
deleted file mode 100644
index a691b55003d7..000000000000
Binary files a/src/collections/members/oscar-hernandez/oscar-hernandez.jpg and /dev/null differ
diff --git a/src/collections/members/oscar-hernandez/oscar-hernandez.webp b/src/collections/members/oscar-hernandez/oscar-hernandez.webp
new file mode 100644
index 000000000000..5160691b9fce
Binary files /dev/null and b/src/collections/members/oscar-hernandez/oscar-hernandez.webp differ
diff --git a/src/collections/members/otto-van-der-schaaf/index.mdx b/src/collections/members/otto-van-der-schaaf/index.mdx
index 50c0485d680f..d36b2f843b0d 100644
--- a/src/collections/members/otto-van-der-schaaf/index.mdx
+++ b/src/collections/members/otto-van-der-schaaf/index.mdx
@@ -1,7 +1,7 @@
---
name: Otto Van Der Schaaf
position: Contributor, Maintainer
-image_path: ./otto-van-der-schaaf.jpg
+image_path: ./otto-van-der-schaaf.webp
github: oschaaf
twitter: oschaaf
linkedin: oschaaf
diff --git a/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.jpg b/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.jpg
deleted file mode 100644
index 1a5cbaeeff47..000000000000
Binary files a/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.jpg and /dev/null differ
diff --git a/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.webp b/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.webp
new file mode 100644
index 000000000000..2bab29f19052
Binary files /dev/null and b/src/collections/members/otto-van-der-schaaf/otto-van-der-schaaf.webp differ
diff --git a/src/collections/members/partik-singh-bumrah/index.mdx b/src/collections/members/partik-singh-bumrah/index.mdx
index 907513d9a4f1..322df5f539be 100644
--- a/src/collections/members/partik-singh-bumrah/index.mdx
+++ b/src/collections/members/partik-singh-bumrah/index.mdx
@@ -1,7 +1,7 @@
---
name: Partik Singh Bumrah
position: Contributor
-image_path: ./partik-singh-bumrah.jpg
+image_path: ./partik-singh-bumrah.webp
github: partik03
twitter: PartikSingh17
linkedin: partik-singh-945a87227
diff --git a/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.jpg b/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.jpg
deleted file mode 100644
index e92406815158..000000000000
Binary files a/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.jpg and /dev/null differ
diff --git a/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.webp b/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.webp
new file mode 100644
index 000000000000..4992a7566ed3
Binary files /dev/null and b/src/collections/members/partik-singh-bumrah/partik-singh-bumrah.webp differ
diff --git a/src/collections/members/piyush-singariya/index.mdx b/src/collections/members/piyush-singariya/index.mdx
index b66250ec39c8..9f9643b37761 100644
--- a/src/collections/members/piyush-singariya/index.mdx
+++ b/src/collections/members/piyush-singariya/index.mdx
@@ -1,7 +1,7 @@
---
name: Piyush Singariya
position: Maintainer, Meshery CLI
-image_path: ./picture.jpg
+image_path: ./picture.webp
github: piyushsingariya
twitter: piyushsingariya
linkedin: piyushsingariya
diff --git a/src/collections/members/piyush-singariya/picture.jpg b/src/collections/members/piyush-singariya/picture.jpg
deleted file mode 100644
index 1d413ec34903..000000000000
Binary files a/src/collections/members/piyush-singariya/picture.jpg and /dev/null differ
diff --git a/src/collections/members/piyush-singariya/picture.webp b/src/collections/members/piyush-singariya/picture.webp
new file mode 100644
index 000000000000..4a5cefe9a55f
Binary files /dev/null and b/src/collections/members/piyush-singariya/picture.webp differ
diff --git a/src/collections/members/pranav-singh/index.mdx b/src/collections/members/pranav-singh/index.mdx
index 18dc984234a8..dca4ac2bb528 100644
--- a/src/collections/members/pranav-singh/index.mdx
+++ b/src/collections/members/pranav-singh/index.mdx
@@ -1,7 +1,7 @@
---
name: Pranav Singh
position: Contributor
-image_path: ./pranav-singh.jpg
+image_path: ./pranav-singh.webp
github: theBeginner86
twitter: theBeginner86
linkedin: pranav-singh-00904b1bb
diff --git a/src/collections/members/pranav-singh/pranav-singh.jpg b/src/collections/members/pranav-singh/pranav-singh.jpg
deleted file mode 100644
index f7d842596b75..000000000000
Binary files a/src/collections/members/pranav-singh/pranav-singh.jpg and /dev/null differ
diff --git a/src/collections/members/pranav-singh/pranav-singh.webp b/src/collections/members/pranav-singh/pranav-singh.webp
new file mode 100644
index 000000000000..4d14a2c146ba
Binary files /dev/null and b/src/collections/members/pranav-singh/pranav-singh.webp differ
diff --git a/src/collections/members/prateek-tripathy/index.mdx b/src/collections/members/prateek-tripathy/index.mdx
index 1b457cee7f27..180e2e874169 100644
--- a/src/collections/members/prateek-tripathy/index.mdx
+++ b/src/collections/members/prateek-tripathy/index.mdx
@@ -1,7 +1,7 @@
---
name: Prateek Tripathy
position: Contributor
-image_path: ./prateek-tripathy.jpg
+image_path: ./prateek-tripathy.webp
github: tripathyprateek
twitter: prateekonmars
badges:
diff --git a/src/collections/members/prateek-tripathy/prateek-tripathy.jpg b/src/collections/members/prateek-tripathy/prateek-tripathy.jpg
deleted file mode 100644
index 422fb0aed0d0..000000000000
Binary files a/src/collections/members/prateek-tripathy/prateek-tripathy.jpg and /dev/null differ
diff --git a/src/collections/members/prateek-tripathy/prateek-tripathy.webp b/src/collections/members/prateek-tripathy/prateek-tripathy.webp
new file mode 100644
index 000000000000..193c76d6c35c
Binary files /dev/null and b/src/collections/members/prateek-tripathy/prateek-tripathy.webp differ
diff --git a/src/collections/members/pratyay-banerjee/index.mdx b/src/collections/members/pratyay-banerjee/index.mdx
index 147fffc59d9c..b7f5eadbb713 100644
--- a/src/collections/members/pratyay-banerjee/index.mdx
+++ b/src/collections/members/pratyay-banerjee/index.mdx
@@ -1,7 +1,7 @@
---
name: Pratyay Banerjee
position: Maintainer
-image_path: ./pratyay-banerjee.jpg
+image_path: ./pratyay-banerjee.webp
github: Neilblaze
twitter: Neilzblaze007
linkedin: x3nosiz
diff --git a/src/collections/members/pratyay-banerjee/pratyay-banerjee.jpg b/src/collections/members/pratyay-banerjee/pratyay-banerjee.jpg
deleted file mode 100644
index 60a6b73cc3ed..000000000000
Binary files a/src/collections/members/pratyay-banerjee/pratyay-banerjee.jpg and /dev/null differ
diff --git a/src/collections/members/pratyay-banerjee/pratyay-banerjee.webp b/src/collections/members/pratyay-banerjee/pratyay-banerjee.webp
new file mode 100644
index 000000000000..301486fa4b24
Binary files /dev/null and b/src/collections/members/pratyay-banerjee/pratyay-banerjee.webp differ
diff --git a/src/collections/members/prem-sankar/index.mdx b/src/collections/members/prem-sankar/index.mdx
index 595b5065e7ef..79882eb78428 100644
--- a/src/collections/members/prem-sankar/index.mdx
+++ b/src/collections/members/prem-sankar/index.mdx
@@ -1,7 +1,7 @@
---
name: Prem Sankar
position: Maintainer - NSM Adapter
-image_path: ./prem-sankar.jpg
+image_path: ./prem-sankar.webp
twitter: premsankar
github: gpremsankar
blurb: Mesh Head
diff --git a/src/collections/members/prem-sankar/prem-sankar.jpg b/src/collections/members/prem-sankar/prem-sankar.jpg
deleted file mode 100644
index 50fed329d4de..000000000000
Binary files a/src/collections/members/prem-sankar/prem-sankar.jpg and /dev/null differ
diff --git a/src/collections/members/prem-sankar/prem-sankar.webp b/src/collections/members/prem-sankar/prem-sankar.webp
new file mode 100644
index 000000000000..759ce128c8e9
Binary files /dev/null and b/src/collections/members/prem-sankar/prem-sankar.webp differ
diff --git a/src/collections/members/rafi-ungar/index.mdx b/src/collections/members/rafi-ungar/index.mdx
index 936bd260d8cc..b41f44167ccf 100644
--- a/src/collections/members/rafi-ungar/index.mdx
+++ b/src/collections/members/rafi-ungar/index.mdx
@@ -1,7 +1,7 @@
---
name: Rafi Ungar
position: Contributor - Layer5
-image_path: ./rafi-ungar.jpg
+image_path: ./rafi-ungar.webp
github: Silvyre
badges:
- meshery
diff --git a/src/collections/members/rafi-ungar/rafi-ungar.jpg b/src/collections/members/rafi-ungar/rafi-ungar.jpg
deleted file mode 100644
index bcb655117e59..000000000000
Binary files a/src/collections/members/rafi-ungar/rafi-ungar.jpg and /dev/null differ
diff --git a/src/collections/members/rafi-ungar/rafi-ungar.webp b/src/collections/members/rafi-ungar/rafi-ungar.webp
new file mode 100644
index 000000000000..67852c83bc5c
Binary files /dev/null and b/src/collections/members/rafi-ungar/rafi-ungar.webp differ
diff --git a/src/collections/members/raghav-aggarwal/index.mdx b/src/collections/members/raghav-aggarwal/index.mdx
index cbdfad65e9ec..46ddd4b9cd6d 100644
--- a/src/collections/members/raghav-aggarwal/index.mdx
+++ b/src/collections/members/raghav-aggarwal/index.mdx
@@ -1,7 +1,7 @@
---
name: Raghav Aggarwal
position: Contributor
-image_path: ./raghav-aggarwal.png
+image_path: ./raghav-aggarwal.webp
github: raghavaggarwal99
twitter: Raghav73006273
badges:
diff --git a/src/collections/members/raghav-aggarwal/raghav-aggarwal.png b/src/collections/members/raghav-aggarwal/raghav-aggarwal.png
deleted file mode 100644
index d8764988c35b..000000000000
Binary files a/src/collections/members/raghav-aggarwal/raghav-aggarwal.png and /dev/null differ
diff --git a/src/collections/members/raghav-aggarwal/raghav-aggarwal.webp b/src/collections/members/raghav-aggarwal/raghav-aggarwal.webp
new file mode 100644
index 000000000000..82f857384b45
Binary files /dev/null and b/src/collections/members/raghav-aggarwal/raghav-aggarwal.webp differ
diff --git a/src/collections/members/raul-esquivel/index.mdx b/src/collections/members/raul-esquivel/index.mdx
index bbcb65be2643..75872cc30028 100644
--- a/src/collections/members/raul-esquivel/index.mdx
+++ b/src/collections/members/raul-esquivel/index.mdx
@@ -1,7 +1,7 @@
---
name: Raul Esquivel
position: Contributor
-image_path: ./raul.png
+image_path: ./raul.webp
github: RaulEsMas
twitter: ""
blurb: Mesh Head
diff --git a/src/collections/members/raul-esquivel/raul.png b/src/collections/members/raul-esquivel/raul.png
deleted file mode 100644
index 203a9b7a0b33..000000000000
Binary files a/src/collections/members/raul-esquivel/raul.png and /dev/null differ
diff --git a/src/collections/members/raul-esquivel/raul.webp b/src/collections/members/raul-esquivel/raul.webp
new file mode 100644
index 000000000000..a0cf7171c4a8
Binary files /dev/null and b/src/collections/members/raul-esquivel/raul.webp differ
diff --git a/src/collections/members/rodolfo-martinez-vega/index.mdx b/src/collections/members/rodolfo-martinez-vega/index.mdx
index f44e7bc1aae3..544737565d27 100644
--- a/src/collections/members/rodolfo-martinez-vega/index.mdx
+++ b/src/collections/members/rodolfo-martinez-vega/index.mdx
@@ -1,7 +1,7 @@
---
name: Rodolfo Martinez Vega
position: Maintainer
-image_path: ./rodolfo.jpg
+image_path: ./rodolfo.webp
github: ramrodo
twitter: ramrodo
linkedin: rodomar
diff --git a/src/collections/members/rodolfo-martinez-vega/rodolfo.jpg b/src/collections/members/rodolfo-martinez-vega/rodolfo.jpg
deleted file mode 100644
index 75205ca9269c..000000000000
Binary files a/src/collections/members/rodolfo-martinez-vega/rodolfo.jpg and /dev/null differ
diff --git a/src/collections/members/rodolfo-martinez-vega/rodolfo.webp b/src/collections/members/rodolfo-martinez-vega/rodolfo.webp
new file mode 100644
index 000000000000..7a465e37f0cf
Binary files /dev/null and b/src/collections/members/rodolfo-martinez-vega/rodolfo.webp differ
diff --git a/src/collections/members/rohit-agarwal/index.mdx b/src/collections/members/rohit-agarwal/index.mdx
index c310aa0f6412..1f570afcdeb1 100644
--- a/src/collections/members/rohit-agarwal/index.mdx
+++ b/src/collections/members/rohit-agarwal/index.mdx
@@ -1,7 +1,7 @@
---
name: Rohit Agarwal
position: Contributor
-image_path: ./rohit-argarwal.jpg
+image_path: ./rohit-argarwal.webp
github: ""
twitter: rohitag2503
blurb: Mesh Head
diff --git a/src/collections/members/rohit-agarwal/rohit-argarwal.jpg b/src/collections/members/rohit-agarwal/rohit-argarwal.jpg
deleted file mode 100644
index cc08f6526c7a..000000000000
Binary files a/src/collections/members/rohit-agarwal/rohit-argarwal.jpg and /dev/null differ
diff --git a/src/collections/members/rohit-agarwal/rohit-argarwal.webp b/src/collections/members/rohit-agarwal/rohit-argarwal.webp
new file mode 100644
index 000000000000..8c46f1b18db7
Binary files /dev/null and b/src/collections/members/rohit-agarwal/rohit-argarwal.webp differ
diff --git a/src/collections/members/ruturaj-mohite/index.mdx b/src/collections/members/ruturaj-mohite/index.mdx
index af694fbf0d39..ffd952a02e64 100644
--- a/src/collections/members/ruturaj-mohite/index.mdx
+++ b/src/collections/members/ruturaj-mohite/index.mdx
@@ -1,7 +1,7 @@
---
name: Ruturaj Mohite
position: Contributor
-image_path: ./ruturaj-mohite.jpg
+image_path: ./ruturaj-mohite.webp
github: gr455
linkedin: ruturaj-mohite
location: Bangalore, India
diff --git a/src/collections/members/ruturaj-mohite/ruturaj-mohite.jpg b/src/collections/members/ruturaj-mohite/ruturaj-mohite.jpg
deleted file mode 100644
index fda8b186e2b4..000000000000
Binary files a/src/collections/members/ruturaj-mohite/ruturaj-mohite.jpg and /dev/null differ
diff --git a/src/collections/members/ruturaj-mohite/ruturaj-mohite.webp b/src/collections/members/ruturaj-mohite/ruturaj-mohite.webp
new file mode 100644
index 000000000000..385513bece33
Binary files /dev/null and b/src/collections/members/ruturaj-mohite/ruturaj-mohite.webp differ
diff --git a/src/collections/members/sako-mammadov/index.mdx b/src/collections/members/sako-mammadov/index.mdx
index 0caff9d8f213..2a4b56ebca47 100644
--- a/src/collections/members/sako-mammadov/index.mdx
+++ b/src/collections/members/sako-mammadov/index.mdx
@@ -1,7 +1,7 @@
---
name: Sako Mammadov
position: Contributor - Performance
-image_path: ./sako-mammadov.png
+image_path: ./sako-mammadov.webp
github: sakomws
twitter: sakows
badges:
diff --git a/src/collections/members/sako-mammadov/sako-mammadov.png b/src/collections/members/sako-mammadov/sako-mammadov.png
deleted file mode 100644
index 572e28f0e744..000000000000
Binary files a/src/collections/members/sako-mammadov/sako-mammadov.png and /dev/null differ
diff --git a/src/collections/members/sako-mammadov/sako-mammadov.webp b/src/collections/members/sako-mammadov/sako-mammadov.webp
new file mode 100644
index 000000000000..428cf303c9b8
Binary files /dev/null and b/src/collections/members/sako-mammadov/sako-mammadov.webp differ
diff --git a/src/collections/members/saurabh-thakur/index.mdx b/src/collections/members/saurabh-thakur/index.mdx
index c5e87c8b04f7..e14aef0b8521 100644
--- a/src/collections/members/saurabh-thakur/index.mdx
+++ b/src/collections/members/saurabh-thakur/index.mdx
@@ -1,7 +1,7 @@
---
name: Saurabh Thakur
position: Contributor
-image_path: ./saurabh-thakur.jpg
+image_path: ./saurabh-thakur.webp
github: thakursaurabh1998
twitter: thakursaurabh98
linkedin: thakursaurabh1998
diff --git a/src/collections/members/saurabh-thakur/saurabh-thakur.jpg b/src/collections/members/saurabh-thakur/saurabh-thakur.jpg
deleted file mode 100644
index 6b05e9aef19c..000000000000
Binary files a/src/collections/members/saurabh-thakur/saurabh-thakur.jpg and /dev/null differ
diff --git a/src/collections/members/saurabh-thakur/saurabh-thakur.webp b/src/collections/members/saurabh-thakur/saurabh-thakur.webp
new file mode 100644
index 000000000000..b05e63970bcd
Binary files /dev/null and b/src/collections/members/saurabh-thakur/saurabh-thakur.webp differ
diff --git a/src/collections/members/shivam-sood/index.mdx b/src/collections/members/shivam-sood/index.mdx
index 40d6479f6279..62621c216b57 100644
--- a/src/collections/members/shivam-sood/index.mdx
+++ b/src/collections/members/shivam-sood/index.mdx
@@ -1,7 +1,7 @@
---
name: Shivam Sood
position: Contributor
-image_path: ./shivam-sood.jpg
+image_path: ./shivam-sood.webp
github: Shivam-AfA
twitter: SoodX21
linkedin: shivam-sood-66005a1a0
diff --git a/src/collections/members/shivam-sood/shivam-sood.jpg b/src/collections/members/shivam-sood/shivam-sood.jpg
deleted file mode 100644
index 2200f94d344e..000000000000
Binary files a/src/collections/members/shivam-sood/shivam-sood.jpg and /dev/null differ
diff --git a/src/collections/members/shivam-sood/shivam-sood.webp b/src/collections/members/shivam-sood/shivam-sood.webp
new file mode 100644
index 000000000000..4ab06c23eb41
Binary files /dev/null and b/src/collections/members/shivam-sood/shivam-sood.webp differ
diff --git a/src/collections/members/shivay-lamba/index.mdx b/src/collections/members/shivay-lamba/index.mdx
index e002d127c7af..8400743838cc 100644
--- a/src/collections/members/shivay-lamba/index.mdx
+++ b/src/collections/members/shivay-lamba/index.mdx
@@ -1,7 +1,7 @@
---
name: Shivay Lamba
position: Contributor
-image_path: ./shivay-lamba.png
+image_path: ./shivay-lamba.webp
github: shivaylamba
twitter: howdevelop
badges:
diff --git a/src/collections/members/shivay-lamba/shivay-lamba.png b/src/collections/members/shivay-lamba/shivay-lamba.png
deleted file mode 100644
index 83c0d81cce9b..000000000000
Binary files a/src/collections/members/shivay-lamba/shivay-lamba.png and /dev/null differ
diff --git a/src/collections/members/shivay-lamba/shivay-lamba.webp b/src/collections/members/shivay-lamba/shivay-lamba.webp
new file mode 100644
index 000000000000..46410a336453
Binary files /dev/null and b/src/collections/members/shivay-lamba/shivay-lamba.webp differ
diff --git a/src/collections/members/shubham-tyagi/index.mdx b/src/collections/members/shubham-tyagi/index.mdx
index 8a0df4912b94..2b2d45adef0a 100644
--- a/src/collections/members/shubham-tyagi/index.mdx
+++ b/src/collections/members/shubham-tyagi/index.mdx
@@ -1,7 +1,7 @@
---
name: Shubham Tyagi
position: Contributor
-image_path: ./shubham-tyagi.jpg
+image_path: ./shubham-tyagi.webp
twitter: tyagiiiiiiiiii
github: shubham-tyagi
linkedin: shubham-tyagi-b3879616a
diff --git a/src/collections/members/shubham-tyagi/shubham-tyagi.jpg b/src/collections/members/shubham-tyagi/shubham-tyagi.jpg
deleted file mode 100644
index 25f2ad3c4f9d..000000000000
Binary files a/src/collections/members/shubham-tyagi/shubham-tyagi.jpg and /dev/null differ
diff --git a/src/collections/members/shubham-tyagi/shubham-tyagi.webp b/src/collections/members/shubham-tyagi/shubham-tyagi.webp
new file mode 100644
index 000000000000..b0064e28b524
Binary files /dev/null and b/src/collections/members/shubham-tyagi/shubham-tyagi.webp differ
diff --git a/src/collections/members/soham-sonawane/index.mdx b/src/collections/members/soham-sonawane/index.mdx
index 8c24b2e1d13e..baa7151c09d0 100644
--- a/src/collections/members/soham-sonawane/index.mdx
+++ b/src/collections/members/soham-sonawane/index.mdx
@@ -1,7 +1,7 @@
---
name: Soham Sonawane
position: Contributor
-image_path: ./soham-sonawane.jpg
+image_path: ./soham-sonawane.webp
github: killbotXD
twitter: killbot_XD
linkedin: soham-sonawane-66b606178
diff --git a/src/collections/members/soham-sonawane/soham-sonawane.jpg b/src/collections/members/soham-sonawane/soham-sonawane.jpg
deleted file mode 100644
index 80ef2af2664e..000000000000
Binary files a/src/collections/members/soham-sonawane/soham-sonawane.jpg and /dev/null differ
diff --git a/src/collections/members/soham-sonawane/soham-sonawane.webp b/src/collections/members/soham-sonawane/soham-sonawane.webp
new file mode 100644
index 000000000000..d8704ce91bbf
Binary files /dev/null and b/src/collections/members/soham-sonawane/soham-sonawane.webp differ
diff --git a/src/collections/members/subham-rai/index.mdx b/src/collections/members/subham-rai/index.mdx
index 781a0425e814..5d88a86bc882 100644
--- a/src/collections/members/subham-rai/index.mdx
+++ b/src/collections/members/subham-rai/index.mdx
@@ -1,7 +1,7 @@
---
name: Subham Rai
position: Contributor
-image_path: ./subham-rai.jpg
+image_path: ./subham-rai.webp
github: subhamkrai
twitter: subhamkumarrai3
linkedin: subham-kumar-rai-76a58412b
diff --git a/src/collections/members/subham-rai/subham-rai.jpg b/src/collections/members/subham-rai/subham-rai.jpg
deleted file mode 100644
index af5379f15a7e..000000000000
Binary files a/src/collections/members/subham-rai/subham-rai.jpg and /dev/null differ
diff --git a/src/collections/members/subham-rai/subham-rai.webp b/src/collections/members/subham-rai/subham-rai.webp
new file mode 100644
index 000000000000..226ea6a2c12a
Binary files /dev/null and b/src/collections/members/subham-rai/subham-rai.webp differ
diff --git a/src/collections/members/sudhanshu-dasgupta/index.mdx b/src/collections/members/sudhanshu-dasgupta/index.mdx
index ddd67069962a..30bf1df66b9a 100644
--- a/src/collections/members/sudhanshu-dasgupta/index.mdx
+++ b/src/collections/members/sudhanshu-dasgupta/index.mdx
@@ -1,7 +1,7 @@
---
name: Sudhanshu Dasgupta
position: Contributor
-image_path: ./sudhanshu-dasgupta.jpg
+image_path: ./sudhanshu-dasgupta.webp
github: sudhanshutech
twitter: SudhanshuDasgu3
linkedin: sudhanshu-dasgupta
diff --git a/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.jpg b/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.jpg
deleted file mode 100644
index f9eca27d372e..000000000000
Binary files a/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.jpg and /dev/null differ
diff --git a/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.webp b/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.webp
new file mode 100644
index 000000000000..9a22a412bf35
Binary files /dev/null and b/src/collections/members/sudhanshu-dasgupta/sudhanshu-dasgupta.webp differ
diff --git a/src/collections/members/suhail-khan/index.mdx b/src/collections/members/suhail-khan/index.mdx
index 26b274fc7ecb..8e353f45530a 100644
--- a/src/collections/members/suhail-khan/index.mdx
+++ b/src/collections/members/suhail-khan/index.mdx
@@ -1,7 +1,7 @@
---
name: Suhail Khan
position: Contributor
-image_path: ./suhail-khan.jpg
+image_path: ./suhail-khan.webp
github: suhail34
twitter: SuhailK71070185
linkedin: suhail-khan-b505531b8
diff --git a/src/collections/members/suhail-khan/suhail-khan.jpg b/src/collections/members/suhail-khan/suhail-khan.jpg
deleted file mode 100644
index a487869bca39..000000000000
Binary files a/src/collections/members/suhail-khan/suhail-khan.jpg and /dev/null differ
diff --git a/src/collections/members/suhail-khan/suhail-khan.webp b/src/collections/members/suhail-khan/suhail-khan.webp
new file mode 100644
index 000000000000..6cd66eff5a29
Binary files /dev/null and b/src/collections/members/suhail-khan/suhail-khan.webp differ
diff --git a/src/collections/members/suhani-agarwal/index.mdx b/src/collections/members/suhani-agarwal/index.mdx
index fc99721e9b09..57503514db5a 100644
--- a/src/collections/members/suhani-agarwal/index.mdx
+++ b/src/collections/members/suhani-agarwal/index.mdx
@@ -1,7 +1,7 @@
---
name: Suhani Agarwal
position: Contributor
-image_path: ./suhani-agarwal.jpg
+image_path: ./suhani-agarwal.webp
github: suhaniii
linkedin: suhani-agarwal
location: Bangalore, India
diff --git a/src/collections/members/suhani-agarwal/suhani-agarwal.jpg b/src/collections/members/suhani-agarwal/suhani-agarwal.jpg
deleted file mode 100644
index 802d9dfc8f84..000000000000
Binary files a/src/collections/members/suhani-agarwal/suhani-agarwal.jpg and /dev/null differ
diff --git a/src/collections/members/suhani-agarwal/suhani-agarwal.webp b/src/collections/members/suhani-agarwal/suhani-agarwal.webp
new file mode 100644
index 000000000000..9256f73de6ee
Binary files /dev/null and b/src/collections/members/suhani-agarwal/suhani-agarwal.webp differ
diff --git a/src/collections/members/sunku-ranganath/index.mdx b/src/collections/members/sunku-ranganath/index.mdx
index 1a9ff85284b0..2b9ee75da67b 100644
--- a/src/collections/members/sunku-ranganath/index.mdx
+++ b/src/collections/members/sunku-ranganath/index.mdx
@@ -1,7 +1,7 @@
---
name: Sunku Ranganath
position: Maintainer
-image_path: ./sunku-ranganath.jpg
+image_path: ./sunku-ranganath.webp
github: sunkuranganath
twitter: sunkuranganath
linkedin: sunkuranganath
diff --git a/src/collections/members/sunku-ranganath/sunku-ranganath.jpg b/src/collections/members/sunku-ranganath/sunku-ranganath.jpg
deleted file mode 100644
index 2bbf8eb0b9cf..000000000000
Binary files a/src/collections/members/sunku-ranganath/sunku-ranganath.jpg and /dev/null differ
diff --git a/src/collections/members/sunku-ranganath/sunku-ranganath.webp b/src/collections/members/sunku-ranganath/sunku-ranganath.webp
new file mode 100644
index 000000000000..9ec7d11eb75e
Binary files /dev/null and b/src/collections/members/sunku-ranganath/sunku-ranganath.webp differ
diff --git a/src/collections/members/suryanshankar-das/index.mdx b/src/collections/members/suryanshankar-das/index.mdx
index 94c328210263..07701cf18de7 100644
--- a/src/collections/members/suryanshankar-das/index.mdx
+++ b/src/collections/members/suryanshankar-das/index.mdx
@@ -1,7 +1,7 @@
---
name: Suryashankar Das
position: Contributor
-image_path: ./suryanshankar-das.jpg
+image_path: ./suryanshankar-das.webp
github: iamsdas
twitter: _iamsdas
linkedin: iamsdas
diff --git a/src/collections/members/suryanshankar-das/suryanshankar-das.jpg b/src/collections/members/suryanshankar-das/suryanshankar-das.jpg
deleted file mode 100644
index 989db25eeb9e..000000000000
Binary files a/src/collections/members/suryanshankar-das/suryanshankar-das.jpg and /dev/null differ
diff --git a/src/collections/members/suryanshankar-das/suryanshankar-das.webp b/src/collections/members/suryanshankar-das/suryanshankar-das.webp
new file mode 100644
index 000000000000..905012cd813d
Binary files /dev/null and b/src/collections/members/suryanshankar-das/suryanshankar-das.webp differ
diff --git a/src/collections/members/tanuj-agarwal/index.mdx b/src/collections/members/tanuj-agarwal/index.mdx
index c72d42736ec8..f7834cb7930d 100644
--- a/src/collections/members/tanuj-agarwal/index.mdx
+++ b/src/collections/members/tanuj-agarwal/index.mdx
@@ -1,7 +1,7 @@
---
name: Tanuj Agarwal
position: Maintainer, MeshMate
-image_path: ./tanuj-agarwal.jpg
+image_path: ./tanuj-agarwal.webp
twitter: tanuj_agarwal22
github: Tanuj22
linkedin: tanujagarwal22
diff --git a/src/collections/members/tanuj-agarwal/tanuj-agarwal.jpg b/src/collections/members/tanuj-agarwal/tanuj-agarwal.jpg
deleted file mode 100644
index 8a717d4d1a5c..000000000000
Binary files a/src/collections/members/tanuj-agarwal/tanuj-agarwal.jpg and /dev/null differ
diff --git a/src/collections/members/tanuj-agarwal/tanuj-agarwal.webp b/src/collections/members/tanuj-agarwal/tanuj-agarwal.webp
new file mode 100644
index 000000000000..3a47722fc7ee
Binary files /dev/null and b/src/collections/members/tanuj-agarwal/tanuj-agarwal.webp differ
diff --git a/src/collections/members/tolulope-ola-david/index.mdx b/src/collections/members/tolulope-ola-david/index.mdx
index 8f9ae8f41ba8..38fff7fd951a 100644
--- a/src/collections/members/tolulope-ola-david/index.mdx
+++ b/src/collections/members/tolulope-ola-david/index.mdx
@@ -1,7 +1,7 @@
---
name: Tolulope Ola-David
position: Contributor
-image_path: ./tolulope-ola-david.png
+image_path: ./tolulope-ola-david.webp
github: TolulopeMO
twitter: tolulope_ola
linkedin: tolulopeoladavid
diff --git a/src/collections/members/tolulope-ola-david/tolulope-ola-david.png b/src/collections/members/tolulope-ola-david/tolulope-ola-david.png
deleted file mode 100644
index 74c72ce42b08..000000000000
Binary files a/src/collections/members/tolulope-ola-david/tolulope-ola-david.png and /dev/null differ
diff --git a/src/collections/members/tolulope-ola-david/tolulope-ola-david.webp b/src/collections/members/tolulope-ola-david/tolulope-ola-david.webp
new file mode 100644
index 000000000000..37ab7cbb88b7
Binary files /dev/null and b/src/collections/members/tolulope-ola-david/tolulope-ola-david.webp differ
diff --git a/src/collections/members/usman-siddique/Usman-Dev.jpg b/src/collections/members/usman-siddique/Usman-Dev.jpg
deleted file mode 100644
index ecdb0c53fcb7..000000000000
Binary files a/src/collections/members/usman-siddique/Usman-Dev.jpg and /dev/null differ
diff --git a/src/collections/members/usman-siddique/Usman-Dev.webp b/src/collections/members/usman-siddique/Usman-Dev.webp
new file mode 100644
index 000000000000..0d65bdcafe52
Binary files /dev/null and b/src/collections/members/usman-siddique/Usman-Dev.webp differ
diff --git a/src/collections/members/usman-siddique/index.mdx b/src/collections/members/usman-siddique/index.mdx
index 8b7c2a756651..0414d04d3ecc 100644
--- a/src/collections/members/usman-siddique/index.mdx
+++ b/src/collections/members/usman-siddique/index.mdx
@@ -1,7 +1,7 @@
---
name: Usman Siddique
position: Contributor
-image_path: ./Usman-Dev.jpg
+image_path: ./Usman-Dev.webp
github: UsmanDev09
linkedin: muhammadusmansiddique
status: Active
diff --git a/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.jpg b/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.jpg
deleted file mode 100644
index af5f92e0cda2..000000000000
Binary files a/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.jpg and /dev/null differ
diff --git a/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.webp b/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.webp
new file mode 100644
index 000000000000..0ac60ef537c3
Binary files /dev/null and b/src/collections/members/utkarsh-mishra/Utkarsh_Mishra.webp differ
diff --git a/src/collections/members/utkarsh-mishra/index.mdx b/src/collections/members/utkarsh-mishra/index.mdx
index 3ebecba0d7fb..c828a6a754ff 100644
--- a/src/collections/members/utkarsh-mishra/index.mdx
+++ b/src/collections/members/utkarsh-mishra/index.mdx
@@ -1,7 +1,7 @@
---
name: Utkarsh Mishra
position: Contributor
-image_path: ./Utkarsh_Mishra.jpg
+image_path: ./Utkarsh_Mishra.webp
github: UtkarshMishra12
twitter: utkARsh2000_
linkedin: utkarshmishra12
diff --git a/src/collections/members/utkarsh-srivastava/index.mdx b/src/collections/members/utkarsh-srivastava/index.mdx
index 981b66daf29b..8052ea9b9d37 100644
--- a/src/collections/members/utkarsh-srivastava/index.mdx
+++ b/src/collections/members/utkarsh-srivastava/index.mdx
@@ -1,7 +1,7 @@
---
name: Utkarsh Srivastava
position: Maintainer, Community Member
-image_path: ./utkarsh-pro.jpg
+image_path: ./utkarsh-pro.webp
github: utkarsh-pro
linkedin: utkarsh-srivastava-2310
location: New Delhi, India
diff --git a/src/collections/members/utkarsh-srivastava/utkarsh-pro.jpg b/src/collections/members/utkarsh-srivastava/utkarsh-pro.jpg
deleted file mode 100644
index 30c36a32bb5b..000000000000
Binary files a/src/collections/members/utkarsh-srivastava/utkarsh-pro.jpg and /dev/null differ
diff --git a/src/collections/members/utkarsh-srivastava/utkarsh-pro.webp b/src/collections/members/utkarsh-srivastava/utkarsh-pro.webp
new file mode 100644
index 000000000000..3fd4c47c6ff0
Binary files /dev/null and b/src/collections/members/utkarsh-srivastava/utkarsh-pro.webp differ
diff --git a/src/collections/members/uzair-shaikh/index.mdx b/src/collections/members/uzair-shaikh/index.mdx
index 015fdb5b1786..ed9f673f62d5 100644
--- a/src/collections/members/uzair-shaikh/index.mdx
+++ b/src/collections/members/uzair-shaikh/index.mdx
@@ -1,7 +1,7 @@
---
name: Uzair Shaikh
position: Maintainer
-image_path: ./uzair-shaikh.jpg
+image_path: ./uzair-shaikh.webp
github: MUZairS15
twitter: MUZairS15
linkedin: muzairs
diff --git a/src/collections/members/uzair-shaikh/uzair-shaikh.jpg b/src/collections/members/uzair-shaikh/uzair-shaikh.jpg
deleted file mode 100644
index 4c14bc0b02a8..000000000000
Binary files a/src/collections/members/uzair-shaikh/uzair-shaikh.jpg and /dev/null differ
diff --git a/src/collections/members/uzair-shaikh/uzair-shaikh.webp b/src/collections/members/uzair-shaikh/uzair-shaikh.webp
new file mode 100644
index 000000000000..c4410960c34c
Binary files /dev/null and b/src/collections/members/uzair-shaikh/uzair-shaikh.webp differ
diff --git a/src/collections/members/vijay-cherukuri/index.mdx b/src/collections/members/vijay-cherukuri/index.mdx
index b8622625ac0d..60d5afeeee78 100644
--- a/src/collections/members/vijay-cherukuri/index.mdx
+++ b/src/collections/members/vijay-cherukuri/index.mdx
@@ -1,7 +1,7 @@
---
name: Vijay Cherukuri
position: Contributor, MeshMate
-image_path: ./vijay-cherukuri.jpg
+image_path: ./vijay-cherukuri.webp
github: vijcheru
twitter: Vijay
linkedin: vijay-cherukuri-169a082
diff --git a/src/collections/members/vijay-cherukuri/vijay-cherukuri.jpg b/src/collections/members/vijay-cherukuri/vijay-cherukuri.jpg
deleted file mode 100644
index c68538ea7e64..000000000000
Binary files a/src/collections/members/vijay-cherukuri/vijay-cherukuri.jpg and /dev/null differ
diff --git a/src/collections/members/vijay-cherukuri/vijay-cherukuri.webp b/src/collections/members/vijay-cherukuri/vijay-cherukuri.webp
new file mode 100644
index 000000000000..f29e9675133a
Binary files /dev/null and b/src/collections/members/vijay-cherukuri/vijay-cherukuri.webp differ
diff --git a/src/collections/members/vinayak-sharma/index.mdx b/src/collections/members/vinayak-sharma/index.mdx
index ade2071a99d7..610904956053 100644
--- a/src/collections/members/vinayak-sharma/index.mdx
+++ b/src/collections/members/vinayak-sharma/index.mdx
@@ -1,7 +1,7 @@
---
name: Vinayak Sharma
position: Maintainer
-image_path: ./vinayak-sharma.jpg
+image_path: ./vinayak-sharma.webp
github: vinayaksh42
twitter: Vinayak47427793
linkedin: vinayak-sharma-141096193
diff --git a/src/collections/members/vinayak-sharma/vinayak-sharma.jpg b/src/collections/members/vinayak-sharma/vinayak-sharma.jpg
deleted file mode 100644
index 7b7a850a335b..000000000000
Binary files a/src/collections/members/vinayak-sharma/vinayak-sharma.jpg and /dev/null differ
diff --git a/src/collections/members/vinayak-sharma/vinayak-sharma.webp b/src/collections/members/vinayak-sharma/vinayak-sharma.webp
new file mode 100644
index 000000000000..3060a582910f
Binary files /dev/null and b/src/collections/members/vinayak-sharma/vinayak-sharma.webp differ
diff --git a/src/collections/members/vineet-sharma/index.mdx b/src/collections/members/vineet-sharma/index.mdx
index e1aa58bc40ed..87fed026bd73 100644
--- a/src/collections/members/vineet-sharma/index.mdx
+++ b/src/collections/members/vineet-sharma/index.mdx
@@ -1,7 +1,7 @@
---
name: Vineet Sharma
position: Contributor
-image_path: ./vineet-sharma.jpg
+image_path: ./vineet-sharma.webp
github: Vineet-Sharma29
twitter: vineet_s29
linkedin: vineet-sharma-397921172
diff --git a/src/collections/members/vineet-sharma/vineet-sharma.jpg b/src/collections/members/vineet-sharma/vineet-sharma.jpg
deleted file mode 100644
index 970add583dd4..000000000000
Binary files a/src/collections/members/vineet-sharma/vineet-sharma.jpg and /dev/null differ
diff --git a/src/collections/members/vineet-sharma/vineet-sharma.webp b/src/collections/members/vineet-sharma/vineet-sharma.webp
new file mode 100644
index 000000000000..3c6e099b5fbf
Binary files /dev/null and b/src/collections/members/vineet-sharma/vineet-sharma.webp differ
diff --git a/src/collections/members/vivek-jha/index.mdx b/src/collections/members/vivek-jha/index.mdx
index fa3c1b989634..e2f9219eb2ee 100644
--- a/src/collections/members/vivek-jha/index.mdx
+++ b/src/collections/members/vivek-jha/index.mdx
@@ -1,7 +1,7 @@
---
name: Vivek Jha
position: Contributor
-image_path: ./vivek-jha.png
+image_path: ./vivek-jha.webp
github: duckling69
twitter: vivekjha30
linkedin: vivek-jha-17000918b
diff --git a/src/collections/members/vivek-jha/vivek-jha.png b/src/collections/members/vivek-jha/vivek-jha.png
deleted file mode 100644
index 17dbaf8a89d8..000000000000
Binary files a/src/collections/members/vivek-jha/vivek-jha.png and /dev/null differ
diff --git a/src/collections/members/vivek-jha/vivek-jha.webp b/src/collections/members/vivek-jha/vivek-jha.webp
new file mode 100644
index 000000000000..738b6a3c666d
Binary files /dev/null and b/src/collections/members/vivek-jha/vivek-jha.webp differ
diff --git a/src/collections/members/will-calcote/index.mdx b/src/collections/members/will-calcote/index.mdx
index e4309f4efee2..9a23dbd15d2f 100644
--- a/src/collections/members/will-calcote/index.mdx
+++ b/src/collections/members/will-calcote/index.mdx
@@ -1,7 +1,7 @@
---
name: Will Calcote
position: Contributor - Meshery.io
-image_path: ./will-calcote.jpg
+image_path: ./will-calcote.webp
github: willcalcote
linkedin: willcalcote
blurb: Mesh Head
diff --git a/src/collections/members/will-calcote/will-calcote.jpg b/src/collections/members/will-calcote/will-calcote.jpg
deleted file mode 100644
index a04143fb54d4..000000000000
Binary files a/src/collections/members/will-calcote/will-calcote.jpg and /dev/null differ
diff --git a/src/collections/members/will-calcote/will-calcote.webp b/src/collections/members/will-calcote/will-calcote.webp
new file mode 100644
index 000000000000..143b6a3d6b5c
Binary files /dev/null and b/src/collections/members/will-calcote/will-calcote.webp differ
diff --git a/src/collections/members/will-tamagi/index.mdx b/src/collections/members/will-tamagi/index.mdx
index 764fdb1c60ff..7e7f3491c1be 100644
--- a/src/collections/members/will-tamagi/index.mdx
+++ b/src/collections/members/will-tamagi/index.mdx
@@ -1,7 +1,7 @@
---
name: Will Tamagi
position: Contributor
-image_path: ./will-tamagi.jpg
+image_path: ./will-tamagi.webp
github: wdtamagi
blurb: Mesh Head
status: Inactive
diff --git a/src/collections/members/will-tamagi/will-tamagi.jpg b/src/collections/members/will-tamagi/will-tamagi.jpg
deleted file mode 100644
index 82d84bf5ee04..000000000000
Binary files a/src/collections/members/will-tamagi/will-tamagi.jpg and /dev/null differ
diff --git a/src/collections/members/will-tamagi/will-tamagi.webp b/src/collections/members/will-tamagi/will-tamagi.webp
new file mode 100644
index 000000000000..93980c6318ba
Binary files /dev/null and b/src/collections/members/will-tamagi/will-tamagi.webp differ
diff --git a/src/collections/members/yash-pandey/index.mdx b/src/collections/members/yash-pandey/index.mdx
index 735bbe4d2576..d33a213f2eb2 100644
--- a/src/collections/members/yash-pandey/index.mdx
+++ b/src/collections/members/yash-pandey/index.mdx
@@ -1,7 +1,7 @@
---
name: Yash Pandey
position: Contributor
-image_path: ./yash-pandey.jpg
+image_path: ./yash-pandey.webp
github: EmperorYP7
twitter: pandeyyash04
linkedin: emperoryp
diff --git a/src/collections/members/yash-pandey/yash-pandey.jpg b/src/collections/members/yash-pandey/yash-pandey.jpg
deleted file mode 100644
index 2f5038eae9e1..000000000000
Binary files a/src/collections/members/yash-pandey/yash-pandey.jpg and /dev/null differ
diff --git a/src/collections/members/yash-pandey/yash-pandey.webp b/src/collections/members/yash-pandey/yash-pandey.webp
new file mode 100644
index 000000000000..85320f6fe722
Binary files /dev/null and b/src/collections/members/yash-pandey/yash-pandey.webp differ
diff --git a/src/collections/members/yash-sharma/index.mdx b/src/collections/members/yash-sharma/index.mdx
index 21d5b54bedae..e9fa7312b36d 100644
--- a/src/collections/members/yash-sharma/index.mdx
+++ b/src/collections/members/yash-sharma/index.mdx
@@ -1,7 +1,7 @@
---
name: Yash Sharma
position: Software Engineer Intern
-image_path: ./yash-sharma.jpg
+image_path: ./yash-sharma.webp
github: Yashsharma1911
twitter: yashsharma_f
linkedin: yash-sharma-4276b61b5
diff --git a/src/collections/members/yash-sharma/yash-sharma.jpg b/src/collections/members/yash-sharma/yash-sharma.jpg
deleted file mode 100644
index 890c3df4ca61..000000000000
Binary files a/src/collections/members/yash-sharma/yash-sharma.jpg and /dev/null differ
diff --git a/src/collections/members/yash-sharma/yash-sharma.webp b/src/collections/members/yash-sharma/yash-sharma.webp
new file mode 100644
index 000000000000..3f803bf01b02
Binary files /dev/null and b/src/collections/members/yash-sharma/yash-sharma.webp differ
diff --git a/src/collections/members/yash-vardhan/index.mdx b/src/collections/members/yash-vardhan/index.mdx
index 64bb9d558003..e3ccf95dedd7 100644
--- a/src/collections/members/yash-vardhan/index.mdx
+++ b/src/collections/members/yash-vardhan/index.mdx
@@ -1,7 +1,7 @@
---
name: Yash Vardhan
position: Contributor
-image_path: ./yash-vardhan.jpg
+image_path: ./yash-vardhan.webp
github: Grumpyyash
twitter: Yash_dn
linkedin: yash-vardhan-688952188
diff --git a/src/collections/members/yash-vardhan/yash-vardhan.jpg b/src/collections/members/yash-vardhan/yash-vardhan.jpg
deleted file mode 100644
index 9bca45e4945e..000000000000
Binary files a/src/collections/members/yash-vardhan/yash-vardhan.jpg and /dev/null differ
diff --git a/src/collections/members/yash-vardhan/yash-vardhan.webp b/src/collections/members/yash-vardhan/yash-vardhan.webp
new file mode 100644
index 000000000000..ac7f52d58138
Binary files /dev/null and b/src/collections/members/yash-vardhan/yash-vardhan.webp differ
diff --git a/src/collections/members/zainuddeen-abdul-muiz/index.mdx b/src/collections/members/zainuddeen-abdul-muiz/index.mdx
index 54ccbea9fc89..d8a575124d75 100644
--- a/src/collections/members/zainuddeen-abdul-muiz/index.mdx
+++ b/src/collections/members/zainuddeen-abdul-muiz/index.mdx
@@ -1,7 +1,7 @@
---
name: Zainuddeen Abdul Muiz
position: Contributor
-image_path: ./zainuddeen-abdul-muiz.jpg
+image_path: ./zainuddeen-abdul-muiz.webp
github: Zain-Muiz
twitter: Zain_A_Muiz
linkedin: zainuddeen-abdul-muiz-36969b196
diff --git a/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.jpg b/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.jpg
deleted file mode 100644
index f59f47eed4b4..000000000000
Binary files a/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.jpg and /dev/null differ
diff --git a/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.webp b/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.webp
new file mode 100644
index 000000000000..9915f10658ab
Binary files /dev/null and b/src/collections/members/zainuddeen-abdul-muiz/zainuddeen-abdul-muiz.webp differ
diff --git a/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/index.mdx b/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/index.mdx
index 81ee67557b13..6fd51d72c2a4 100644
--- a/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/index.mdx
+++ b/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2019-10-24 12:15:05 +0000
author: Forrester
category: Coverage
-thumbnail: ./layer5-meshery-forrester.png
-darkthumbnail: ./layer5-meshery-forrester.png
+thumbnail: ./layer5-meshery-forrester.webp
+darkthumbnail: ./layer5-meshery-forrester.webp
eurl: https://www.forrester.com/webinar/Plan+A+Service+Mesh+For+Your+Microservices+Future/-/E-WEB29705
published: true
redirect_from:
diff --git a/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.png b/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.png
deleted file mode 100644
index 88f8b8aeb701..000000000000
Binary files a/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.png and /dev/null differ
diff --git a/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.webp b/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.webp
new file mode 100644
index 000000000000..30be1a6d6722
Binary files /dev/null and b/src/collections/news/2019/2019-10-24-layer5-meshery-forrester/layer5-meshery-forrester.webp differ
diff --git a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.png b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.png
deleted file mode 100644
index 4d0c3ae864c2..000000000000
Binary files a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.png and /dev/null differ
diff --git a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.webp b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.webp
new file mode 100644
index 000000000000..c06782794c72
Binary files /dev/null and b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/SIG-network-367x200.webp differ
diff --git a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.png b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.png
deleted file mode 100644
index e152f0432217..000000000000
Binary files a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.png and /dev/null differ
diff --git a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.webp b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.webp
new file mode 100644
index 000000000000..e135bbd32492
Binary files /dev/null and b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/enterprise_networking_planet_logo_700px-e1533637827914.webp differ
diff --git a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/index.mdx b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/index.mdx
index fef39bbed00f..a410ef3b3136 100644
--- a/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/index.mdx
+++ b/src/collections/news/2019/2019-11-23-cncf-sig-network-set-to-push-cloud-native-networking-forward/index.mdx
@@ -4,13 +4,13 @@ subtitle: ""
date: 2019-11-23 12:15:05 +0000
author: Enterprise Networking Planet
category: Coverage
-thumbnail: ./enterprise_networking_planet_logo_700px-e1533637827914.png
-darkthumbnail: ./enterprise_networking_planet_logo_700px-e1533637827914.png
+thumbnail: ./enterprise_networking_planet_logo_700px-e1533637827914.webp
+darkthumbnail: ./enterprise_networking_planet_logo_700px-e1533637827914.webp
eurl: ""
published: true
---
import { NewsWrapper } from "../../News.style.js";
-import SIG_network from "./SIG-network-367x200.png";
+import SIG_network from "./SIG-network-367x200.webp";
diff --git a/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.png b/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.png
deleted file mode 100644
index a10b3a16c471..000000000000
Binary files a/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.png and /dev/null differ
diff --git a/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.webp b/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.webp
new file mode 100644
index 000000000000..9b7c5a55b188
Binary files /dev/null and b/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/Meshery_top3_servish_mesh_development.webp differ
diff --git a/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/index.mdx b/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/index.mdx
index 7db6726f21d7..463ad74b1700 100644
--- a/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/index.mdx
+++ b/src/collections/news/2019/2019-12-12-meshery-in-top3-service-mesh-developments-in-2020/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2019-12-12 09:13:00 +0000
author: The New Stack
category: Coverage
-thumbnail: ./Meshery_top3_servish_mesh_development.png
-darkthumbnail: ./Meshery_top3_servish_mesh_development.png
+thumbnail: ./Meshery_top3_servish_mesh_development.webp
+darkthumbnail: ./Meshery_top3_servish_mesh_development.webp
eurl: https://thenewstack.io/the-top-3-service-mesh-developments-in-2020/
published: true
type: News
diff --git a/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.png b/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.png
deleted file mode 100644
index 5675c354742d..000000000000
Binary files a/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.png and /dev/null differ
diff --git a/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.webp b/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.webp
new file mode 100644
index 000000000000..28a4269ab02f
Binary files /dev/null and b/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.webp differ
diff --git a/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/index.mdx b/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/index.mdx
index 541fb0a5cafe..5f2ea7461242 100644
--- a/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/index.mdx
+++ b/src/collections/news/2019/2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush/index.mdx
@@ -2,8 +2,8 @@
author: TechTarget
date: 2019-12-27 08:04:00 +0000
title: "Vendors make a splash in 2019 service mesh implementation rush"
-thumbnail: ./2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.png
-darkthumbnail: ./2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.png
+thumbnail: ./2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.webp
+darkthumbnail: ./2019-12-27-vendors-make-a-splash-in-2019-service-mesh-implementation-rush.webp
eurl: https://searchapparchitecture.techtarget.com/feature/Vendors-make-a-splash-in-2019-service-mesh-implementation-rush
published: true
category: Coverage
diff --git a/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/index.mdx b/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/index.mdx
index 75fb9b6e3e92..23ef4406323f 100644
--- a/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/index.mdx
+++ b/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/index.mdx
@@ -3,8 +3,8 @@ title: "Learn Cloud Native: Managing service meshes with Meshery"
subtitle: ""
date: 2020-03-12 12:00:00 +0000
author: Learn Cloud Native
-thumbnail: "./linkerd-emojivoto.png"
-darkthumbnail: "./linkerd-emojivoto.png"
+thumbnail: "./linkerd-emojivoto.webp"
+darkthumbnail: "./linkerd-emojivoto.webp"
category: Coverage
eurl: https://www.learncloudnative.com/blog/2020-03-12-meshery-service-mesh-management-plane/
published: true
diff --git a/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.png b/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.png
deleted file mode 100644
index f29c5c9dc067..000000000000
Binary files a/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.webp b/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.webp
new file mode 100644
index 000000000000..631f9410309c
Binary files /dev/null and b/src/collections/news/2020/2020-03-12-meshery-service-mesh-management-plane/linkerd-emojivoto.webp differ
diff --git a/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/index.mdx b/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/index.mdx
index 2da074608d37..20964c682e2b 100644
--- a/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/index.mdx
+++ b/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2020-03-13 08:04:00 +0000
author: The New Stack
category: Coverage
-thumbnail: "./what-the-numbers-say-about-how-service-meshes-are-used-today.png"
-darkthumbnail: "./what-the-numbers-say-about-how-service-meshes-are-used-today.png"
+thumbnail: "./what-the-numbers-say-about-how-service-meshes-are-used-today.webp"
+darkthumbnail: "./what-the-numbers-say-about-how-service-meshes-are-used-today.webp"
eurl: https://thenewstack.io/what-the-numbers-say-about-how-service-meshes-are-used-today/
published: true
type: News
diff --git a/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.png b/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.png
deleted file mode 100644
index 69ce677394f0..000000000000
Binary files a/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.webp b/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.webp
new file mode 100644
index 000000000000..f896ec903f96
Binary files /dev/null and b/src/collections/news/2020/2020-03-13-what-the-numbers-say-about-how-service-meshes-are-used-today/what-the-numbers-say-about-how-service-meshes-are-used-today.webp differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.png b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.png
deleted file mode 100644
index d4db96dc496f..000000000000
Binary files a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.webp b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.webp
new file mode 100644
index 000000000000..db5ea093efb2
Binary files /dev/null and b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/Layer5-HashiCorp-Service-Mesh-Partnership.webp differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/index.mdx b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/index.mdx
index 0512a2c6d1c3..5e441467912a 100644
--- a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/index.mdx
+++ b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/index.mdx
@@ -2,8 +2,8 @@
title: "Layer5 and HashiCorp Launch Service Mesh Partnership"
date: 2020-05-28 00:00:00 +0800
author: The Newsroom
-thumbnail: ./layer5-hashicorp.png
-darkthumbnail: ./layer5-hashicorp.png
+thumbnail: ./layer5-hashicorp.webp
+darkthumbnail: ./layer5-hashicorp.webp
category: "Press Release"
eurl: ""
redirect_from:
@@ -18,8 +18,8 @@ resource: true
---
import { NewsWrapper } from "../../News.style.js";
-import layer5_hashicorp_partnership from "./Layer5-HashiCorp-Service-Mesh-Partnership.png";
-import layer5_image_hub from "./layer5-image-hub-on-hashicorp-consul.png";
+import layer5_hashicorp_partnership from "./Layer5-HashiCorp-Service-Mesh-Partnership.webp";
+import layer5_image_hub from "./layer5-image-hub-on-hashicorp-consul.webp";
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.png b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.png
deleted file mode 100644
index f5bb349ab72b..000000000000
Binary files a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.webp b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.webp
new file mode 100644
index 000000000000..da8c3c648738
Binary files /dev/null and b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp-partnership.webp differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.png b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.png
deleted file mode 100644
index 26161f4b6339..000000000000
Binary files a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.webp b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.webp
new file mode 100644
index 000000000000..889cf8eefdd7
Binary files /dev/null and b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-hashicorp.webp differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.png b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.png
deleted file mode 100644
index 7dd2479d7342..000000000000
Binary files a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.webp b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.webp
new file mode 100644
index 000000000000..bac892cfac98
Binary files /dev/null and b/src/collections/news/2020/2020-05-28-layer5-and-hasicorp-launch-service-mesh-partnership/layer5-image-hub-on-hashicorp-consul.webp differ
diff --git a/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/index.mdx b/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/index.mdx
index 581fee4b1ee9..7ffc16bf0a11 100644
--- a/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/index.mdx
+++ b/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/index.mdx
@@ -2,8 +2,8 @@
title: "Meshery Provides the Service Mesh Management Plane and Kubernetes Evolves into an Enterprise Platform"
date: 2020-10-29 12:00:00 +0000
author: Amalgam Insights
-thumbnail: ./kubernetes-platform.png
-darkthumbnail: ./kubernetes-platform.png
+thumbnail: ./kubernetes-platform.webp
+darkthumbnail: ./kubernetes-platform.webp
category: Coverage
eurl: https://amalgaminsights.com/2018/12/20/the-view-from-kubeconcloudnativecon-seattle/
published: true
@@ -13,7 +13,7 @@ product: Meshery
resource: true
---
-import kubernetes from "./kubernetes-platform.png";
+import kubernetes from "./kubernetes-platform.webp";
diff --git a/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.png b/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.png
deleted file mode 100644
index c65ccc98d6f8..000000000000
Binary files a/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.webp b/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.webp
new file mode 100644
index 000000000000..fbaec8331602
Binary files /dev/null and b/src/collections/news/2020/2020-10-29-kubernetes-evolves-into-an-enterprise-platform.md/kubernetes-platform.webp differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/index.mdx b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/index.mdx
index 1bacdb7c4d30..000eae2d75bc 100644
--- a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/index.mdx
+++ b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/index.mdx
@@ -4,8 +4,8 @@ subtitle: "Service Mesh Battle Stories and Fixes"
date: 2020-12-02 06:00:00 +0000
author: The New Stack
category: Coverage
-thumbnail: ./service-mesh-implementations.png
-darkthumbnail: ./service-mesh-implementations.png
+thumbnail: ./service-mesh-implementations.webp
+darkthumbnail: ./service-mesh-implementations.webp
eurl: https://thenewstack.io/kubeconcloudnativecon-service-mesh-battle-stories-and-fixes/
published: true
type: News
@@ -16,8 +16,8 @@ redirect_from:
---
import { NewsWrapper } from "../../News.style.js";
-import serviceMeshAbstractions from "./service-mesh-abstractions.png";
-import serviceMeshPerformance from "./service-mesh-performance.png";
+import serviceMeshAbstractions from "./service-mesh-abstractions.webp";
+import serviceMeshPerformance from "./service-mesh-performance.webp";
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.png b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.png
deleted file mode 100644
index 8a173073a976..000000000000
Binary files a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.webp b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.webp
new file mode 100644
index 000000000000..9451863637ae
Binary files /dev/null and b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-abstractions.webp differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.png b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.png
deleted file mode 100644
index 281e3297cbbd..000000000000
Binary files a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.webp b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.webp
new file mode 100644
index 000000000000..a1919965cfa2
Binary files /dev/null and b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-implementations.webp differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.png b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.png
deleted file mode 100644
index 5ea2b8a2392f..000000000000
Binary files a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.webp b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.webp
new file mode 100644
index 000000000000..fbdeef8c05bc
Binary files /dev/null and b/src/collections/news/2020/2020-12-02-kubecon+cloudnativecon-service-mesh-battle-stories-and-fixes/service-mesh-performance.webp differ
diff --git a/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/index.mdx b/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/index.mdx
index 853804248cd8..b42e5e4ebf0d 100644
--- a/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/index.mdx
+++ b/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/index.mdx
@@ -4,8 +4,8 @@ subtitle: "Service Mesh can be thought of as a next generation of Software Defin
date: 2020-12-04 12:15:05 +0000
author: Enterprise Networking Planet
category: Coverage
-thumbnail: ./service-mesh.png
-darkthumbnail: ./service-mesh.png
+thumbnail: ./service-mesh.webp
+darkthumbnail: ./service-mesh.webp
eurl: http://www.enterprisenetworkingplanet.com/datacenter/datacenter-blog/service-mesh-cloud-native-networking.html
published: true
type: News
diff --git a/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.png b/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.png
deleted file mode 100644
index 464948815114..000000000000
Binary files a/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.png and /dev/null differ
diff --git a/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.webp b/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.webp
new file mode 100644
index 000000000000..08330f65402b
Binary files /dev/null and b/src/collections/news/2020/2020-12-04-service-mesh-offers-promising-solution-for-cloud-native-networking/service-mesh.webp differ
diff --git a/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/index.mdx b/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/index.mdx
index 5c498b09b8e8..d29bb9dbf9dc 100644
--- a/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/index.mdx
+++ b/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2021-06-18 12:15:05 +0000
author: TechGenix
category: Coverage
-thumbnail: ./kubernetes-with-mesh-tools.png
-darkthumbnail: ./kubernetes-with-mesh-tools.png
+thumbnail: ./kubernetes-with-mesh-tools.webp
+darkthumbnail: ./kubernetes-with-mesh-tools.webp
eurl: https://techgenix.com/kubernetes-service-mesh-tools/
published: true
type: News
diff --git a/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.png b/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.png
deleted file mode 100644
index fe5febc4fe9a..000000000000
Binary files a/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.webp b/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.webp
new file mode 100644
index 000000000000..d46c29f17805
Binary files /dev/null and b/src/collections/news/2021/2021-06-18-5-lesser-known-but-extremely-powerful-Kubernetes-service-mesh-tools/kubernetes-with-mesh-tools.webp differ
diff --git a/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.png b/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.png
deleted file mode 100644
index dd931a5fe6f3..000000000000
Binary files a/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.webp b/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.webp
new file mode 100644
index 000000000000..3d8628afe896
Binary files /dev/null and b/src/collections/news/2021/2021-07-24-cncf-projects-bring-service-mesh-interoperability-benchmarks/smp-dark-text-side.webp differ
diff --git a/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/index.mdx b/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/index.mdx
index a84ec4a0c9d4..fb04173ad628 100644
--- a/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/index.mdx
+++ b/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2021-10-12 02:26:00 +0000
author: VMBlog
category: Coverage
-thumbnail: ./smp-in-meshery.png
-darkthumbnail: ./smp-in-meshery.png
+thumbnail: ./smp-in-meshery.webp
+darkthumbnail: ./smp-in-meshery.webp
eurl: https://vmblog.com/archive/2021/10/12/cncf-adopts-service-mesh-performance-standard-established-by-layer5.aspx#.YqWex9JBxIc
published: true
type: News
@@ -13,7 +13,7 @@ resource: true
---
import { NewsWrapper } from "../../News.style.js";
-import smp from "./smp-in-meshery.png"
+import smp from "./smp-in-meshery.webp"
diff --git a/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.png b/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.png
deleted file mode 100644
index 79f6910123e2..000000000000
Binary files a/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.webp b/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.webp
new file mode 100644
index 000000000000..365e9f5cad0d
Binary files /dev/null and b/src/collections/news/2021/2021-10-12-cncf-adopts-service-mesh-performance-standard-established-by-layer5/smp-in-meshery.webp differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.png b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.png
deleted file mode 100644
index 49bd977d4c0f..000000000000
Binary files a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.webp b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.webp
new file mode 100644
index 000000000000..74472c8fa19d
Binary files /dev/null and b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/MeshMap.webp differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.png b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.png
deleted file mode 100644
index 1c852f9c84af..000000000000
Binary files a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.webp b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.webp
new file mode 100644
index 000000000000..ddf56cde1061
Binary files /dev/null and b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/configuration-management.webp differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/index.mdx b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/index.mdx
index d96ddeaf4b40..51451e3406de 100644
--- a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/index.mdx
+++ b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/index.mdx
@@ -15,8 +15,8 @@ resource: true
---
import { NewsWrapper } from "../../News.style.js";
-import MeshMap from "./MeshMap.png";
-import Management from "./configuration-management.png";
+import MeshMap from "./MeshMap.webp";
+import Management from "./configuration-management.webp";
import Meshery from "../../../../assets/images/meshery/full-logo/meshery-logo-light-text-side.svg";
import { Link } from "gatsby";
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.png b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.png
deleted file mode 100644
index dcae0f73040e..000000000000
Binary files a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.webp b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.webp
new file mode 100644
index 000000000000..a6de090b129b
Binary files /dev/null and b/src/collections/news/2021/2021-10-13-cncf-adopts-meshery/meshery-the-extensible-mesh-manager.webp differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/index.mdx b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/index.mdx
index dbf69c077542..129a5e82fcf7 100644
--- a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/index.mdx
+++ b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/index.mdx
@@ -4,8 +4,8 @@ subtitle: "5,000 service mesh performance tests under analysis"
date: 2021-10-13 04:00:05 +0000
author: The Newsroom
category: "Press Release"
-thumbnail: "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png"
-darkthumbnail: "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png"
+thumbnail: "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp"
+darkthumbnail: "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp"
presskit: "/press/kits/CNCF-Adopts-SMP-press-kit.zip"
# eurl: https://docs.google.com/document/d/1F52wKEX1AixH8C4jqTGelP6TUcDvnsB47DDDCEJdJ44/edit?pli=1#
published: true
@@ -15,7 +15,7 @@ resource: true
---
import { NewsWrapper } from "../../News.style.js";
-import smpMeshery from "./smp-meshery.png";
+import smpMeshery from "./smp-meshery.webp";
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.png b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.png
deleted file mode 100644
index b593c6bd6e74..000000000000
Binary files a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.webp b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.webp
new file mode 100644
index 000000000000..c2a78952028e
Binary files /dev/null and b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/layer5-solutions.webp differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.png b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.png
deleted file mode 100644
index 79f6910123e2..000000000000
Binary files a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.webp b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.webp
new file mode 100644
index 000000000000..365e9f5cad0d
Binary files /dev/null and b/src/collections/news/2021/2021-10-13-cncf-adopts-service-mesh-performance-standard/smp-meshery.webp differ
diff --git a/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.png b/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.png
deleted file mode 100644
index a27ce21b1516..000000000000
Binary files a/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.webp b/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.webp
new file mode 100644
index 000000000000..3de51407e252
Binary files /dev/null and b/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/devops.webp differ
diff --git a/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/index.mdx b/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/index.mdx
index 38ef0d90af57..1b8477274491 100644
--- a/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/index.mdx
+++ b/src/collections/news/2021/2021-10-14-cncf-adopts-meshery-to-advance-service-mesh-management/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2021-10-14 04:00:05 +0000
author: Mike Vizard
category: Coverage
-thumbnail: ./devops.png
-darkthumbnail: ./devops.png
+thumbnail: ./devops.webp
+darkthumbnail: ./devops.webp
eurl: https://devops.com/cncf-adopts-meshery-to-advance-service-mesh-management/
published: true
type: News
diff --git a/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/index.mdx b/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/index.mdx
index c16417482677..44659da7b39e 100644
--- a/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/index.mdx
+++ b/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2021-10-15 04:00:05 +0000
author: Container Journal
category: Coverage
-thumbnail: ./mesh-tools.png
-darkthumbnail: ./mesh-tools.png
+thumbnail: ./mesh-tools.webp
+darkthumbnail: ./mesh-tools.webp
eurl: https://containerjournal.com/features/6-cncf-service-mesh-tools
published: true
type: News
diff --git a/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.png b/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.png
deleted file mode 100644
index f91316a4598f..000000000000
Binary files a/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.webp b/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.webp
new file mode 100644
index 000000000000..b4dbbcf542b7
Binary files /dev/null and b/src/collections/news/2021/2021-10-15-6-cncf-service-mesh-tools/mesh-tools.webp differ
diff --git a/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.png b/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.png
deleted file mode 100644
index 35bd0f2b5288..000000000000
Binary files a/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.png and /dev/null differ
diff --git a/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.webp b/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.webp
new file mode 100644
index 000000000000..75fa78757065
Binary files /dev/null and b/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/cover.webp differ
diff --git a/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/index.mdx b/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/index.mdx
index 3f74a26e7d62..c2d0adaae58c 100644
--- a/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/index.mdx
+++ b/src/collections/news/2021/2021-11-10-analyzing-service-mesh-performance/index.mdx
@@ -4,8 +4,8 @@ subtitle: ""
date: 2021-11-10 04:00:05 +0000
author: IEEE The Bridge
category: Coverage
-thumbnail: ./cover.png
-darkthumbnail: ./cover.png
+thumbnail: ./cover.webp
+darkthumbnail: ./cover.webp
eurl: https://www.nxtbook.com/nxtbooks/ieee/bridge_issue3_2021/index.php#/p/16
published: true
type: News
diff --git a/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/google-petitions-to-donate-istio-service-mesh-to-cncf.md b/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/google-petitions-to-donate-istio-service-mesh-to-cncf.md
index 61f9a667ce98..88c6cc821590 100644
--- a/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/google-petitions-to-donate-istio-service-mesh-to-cncf.md
+++ b/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/google-petitions-to-donate-istio-service-mesh-to-cncf.md
@@ -4,8 +4,8 @@ subtitle: ""
date: 2022-04-25 04:00:05 +0000
author: Container Journal
category: Coverage
-thumbnail: istio-to-cncf.jpg
-darkthumbnail: istio-to-cncf.jpg
+thumbnail: istio-to-cncf.webp
+darkthumbnail: istio-to-cncf.webp
eurl: https://containerjournal.com/features/google-petitions-to-donate-istio-service-mesh-to-cncf/
published: true
type: News
diff --git a/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.jpg b/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.jpg
deleted file mode 100644
index 3ea45a34dc25..000000000000
Binary files a/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.jpg and /dev/null differ
diff --git a/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.webp b/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.webp
new file mode 100644
index 000000000000..b898905a00d3
Binary files /dev/null and b/src/collections/news/2022/2022-04-25-google-petitions-to-donate-istio-service-mesh-to-cncf/istio-to-cncf.webp differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.png b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.png
deleted file mode 100644
index 0971021d0800..000000000000
Binary files a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.webp b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.webp
new file mode 100644
index 000000000000..f52340432fdd
Binary files /dev/null and b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/docker-extension-meshery.webp differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/index.mdx b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/index.mdx
index 4fae63442248..84878ac6af6b 100644
--- a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/index.mdx
+++ b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/index.mdx
@@ -3,8 +3,8 @@ title: "Layer5 Joins Docker Extension Program Bringing Kubernetes and Service Me
subtitle: "Managing cloud native infrastructure has never been easier"
date: 2022-05-10 08:00:00 -0530
author: The Newsroom
-thumbnail: ./docker-extension-meshery.png
-darkthumbnail: ./docker-extension-meshery.png
+thumbnail: ./docker-extension-meshery.webp
+darkthumbnail: ./docker-extension-meshery.webp
category: "Press Release"
presskit: "/press/kits/Meshery-Docker-Extension-press-kit.zip"
description: "Layer5, a provider of cloud native management software, announced today the general availability of the Meshery Docker Extension. Complementing Docker Desktop's role as the go-to Kubernetes environment for cloud native developers, the Meshery Docker Extension provides easy access to the next layer of cloud native infrastructure: service meshes. As an inaugural Docker Extensions Partner and a maker of industry-defining, cloud native software, Layer5βs integration of Meshery provides a visual pathway for existing Docker Compose applications to move into Kubernetes and onto any service mesh."
@@ -21,8 +21,8 @@ import { NewsWrapper } from "../../News.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
-import dockerextension from "./docker-extension-meshery.png";
-import meshmapextension from "./meshmap-docker-extension-for-meshery.png";
+import dockerextension from "./docker-extension-meshery.webp";
+import meshmapextension from "./meshmap-docker-extension-for-meshery.webp";
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.png b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.png
deleted file mode 100644
index 5e0b61487f0a..000000000000
Binary files a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.webp b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.webp
new file mode 100644
index 000000000000..38ff15b5e064
Binary files /dev/null and b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshery-service-mesh-docker-extension.webp differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.png b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.png
deleted file mode 100644
index 57b07165ce16..000000000000
Binary files a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.webp b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.webp
new file mode 100644
index 000000000000..6804a6cf99be
Binary files /dev/null and b/src/collections/news/2022/2022-05-10-layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery/meshmap-docker-extension-for-meshery.webp differ
diff --git a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.png b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.png
deleted file mode 100644
index 65c2ec759da5..000000000000
Binary files a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.webp b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.webp
new file mode 100644
index 000000000000..15a8841e3508
Binary files /dev/null and b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/MeshMark-Formula.webp differ
diff --git a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.png b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.png
deleted file mode 100755
index 6974765c742f..000000000000
Binary files a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.webp b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.webp
new file mode 100644
index 000000000000..31679e1e0160
Binary files /dev/null and b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-score.webp differ
diff --git a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md
index 1c9f3733684b..cf5cfeadb3bd 100644
--- a/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md
+++ b/src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md
@@ -3,8 +3,8 @@ title: "MeshMark: the Cloud Native Value Measurement"
subtitle: "An open index for measuring performance of cloud native infrastructure in context of the value provided to your business."
date: 2022-05-17 08:00:00 -0530
author: The Newsroom
-thumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.png
-darkthumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.png
+thumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.webp
+darkthumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.webp
category: "Press Release"
presskit: "/press/kits/MeshMark-press-kit.zip"
description: "Layer5, a provider of cloud native management software, announced today the general availability of the Meshery Docker Extension. Complementing Docker Desktop's role as the go-to Kubernetes environment for cloud native developers, the Meshery Docker Extension provides easy access to the next layer of cloud native infrastructure: service meshes. As an inaugural Docker Extensions Partner and a maker of industry-defining, cloud native software, Layer5βs integration of Meshery provides a visual pathway for existing Docker Compose applications to move into Kubernetes and onto any service mesh."
@@ -17,8 +17,8 @@ resource: false
published: true
---
import { Link } from "gatsby";
-import Formula from "./MeshMark-Formula.png";
-import MeshmapMeshmark from "./meshmark-score.png";
+import Formula from "./MeshMark-Formula.webp";
+import MeshmapMeshmark from "./meshmark-score.webp";
import { NewsWrapper } from "../../News.style.js";
import Blockquote from "../../../../reusecore/Blockquote";
import BlockquoteAlt from "../../../../reusecore/Blockquote/Blockquote-alt-style";
diff --git a/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/index.mdx b/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/index.mdx
index 9a6c1056dad2..c5323d8969c5 100644
--- a/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/index.mdx
+++ b/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/index.mdx
@@ -3,8 +3,8 @@ title: "Intel, Layer5 Announce MeshMark to Quantify Cloud-Native Performance"
subtitle: ""
date: 2022-05-21 12:15:05 +0000
author: ITPro Today
-thumbnail: it-pro.png
-darkthumbnail: it-pro.png
+thumbnail: it-pro.webp
+darkthumbnail: it-pro.webp
category: Coverage
eurl: https://www.itprotoday.com/performance-management/intel-layer-5-announce-meshmark-quantify-cloud-native-performance
published: true
diff --git a/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.png b/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.png
deleted file mode 100644
index 33b6b025b322..000000000000
Binary files a/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.png and /dev/null differ
diff --git a/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.webp b/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.webp
new file mode 100644
index 000000000000..7e03292bd729
Binary files /dev/null and b/src/collections/news/2022/2022-05-24-intel-layer5-announcement-meshmark/it-pro.webp differ
diff --git a/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/index.md b/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/index.md
index 14b9eec853dd..5f76ac8f5814 100644
--- a/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/index.md
+++ b/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/index.md
@@ -4,8 +4,8 @@ subtitle: ""
date: 2022-08-29 00:00:08 +0000
category: Coverage
author: Bill Doerrfeld
-thumbnail: ./tools.jpg
-darkthumbnail: ./tools.jpg
+thumbnail: ./tools.webp
+darkthumbnail: ./tools.webp
eurl: https://containerjournal.com/features/the-ultimate-list-of-open-source-cloud-native-tools/
published: true
type: News
diff --git a/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.jpg b/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.jpg
deleted file mode 100644
index 4c8c79b08ab7..000000000000
Binary files a/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.jpg and /dev/null differ
diff --git a/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.webp b/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.webp
new file mode 100644
index 000000000000..3e96184cd980
Binary files /dev/null and b/src/collections/news/2022/2022-09-06-the-ultimate-list-of-opensource-cn-tools/tools.webp differ
diff --git a/src/collections/programs/communitybridge/communitybridge-blue.png b/src/collections/programs/communitybridge/communitybridge-blue.png
deleted file mode 100644
index 3198384b99cb..000000000000
Binary files a/src/collections/programs/communitybridge/communitybridge-blue.png and /dev/null differ
diff --git a/src/collections/programs/communitybridge/communitybridge-blue.webp b/src/collections/programs/communitybridge/communitybridge-blue.webp
new file mode 100644
index 000000000000..64c63456c687
Binary files /dev/null and b/src/collections/programs/communitybridge/communitybridge-blue.webp differ
diff --git a/src/collections/programs/communitybridge/communitybridge.png b/src/collections/programs/communitybridge/communitybridge.png
deleted file mode 100644
index f2fb62ae743f..000000000000
Binary files a/src/collections/programs/communitybridge/communitybridge.png and /dev/null differ
diff --git a/src/collections/programs/communitybridge/communitybridge.webp b/src/collections/programs/communitybridge/communitybridge.webp
new file mode 100644
index 000000000000..a8e0285f0d34
Binary files /dev/null and b/src/collections/programs/communitybridge/communitybridge.webp differ
diff --git a/src/collections/programs/communitybridge/index.mdx b/src/collections/programs/communitybridge/index.mdx
index 27cb8af41f24..5f90077cf469 100644
--- a/src/collections/programs/communitybridge/index.mdx
+++ b/src/collections/programs/communitybridge/index.mdx
@@ -1,7 +1,7 @@
---
title: "CommunityBridge 2020"
permalink: "communitybridge/2020"
-thumbnail: ./communitybridge.png
+thumbnail: ./communitybridge.webp
published: true
program: "CommunityBridge"
programSlug: "communitybridge"
@@ -11,7 +11,7 @@ redirect_from:
import { ProgramsWrapper } from "../Programs.style.js"
import Button from "../../../reusecore/Button";
-import communitybridge_logo from "./communitybridge-blue.png";
+import communitybridge_logo from "./communitybridge-blue.webp";
diff --git a/src/collections/programs/gsoc-2022/index.mdx b/src/collections/programs/gsoc-2022/index.mdx
index 96e860963201..4ef26a0bc366 100644
--- a/src/collections/programs/gsoc-2022/index.mdx
+++ b/src/collections/programs/gsoc-2022/index.mdx
@@ -11,7 +11,7 @@ redirect_from:
import { ProgramsWrapper } from "../Programs.style.js";
import Button from "../../../reusecore/Button";
import gsoc_logo from "./gsoc.svg";
-import playground from "./meshery-playground-alt-3.png";
+import playground from "./meshery-playground-alt-3.webp";
import {Link} from "gatsby"
diff --git a/src/collections/programs/gsoc-2022/meshery-playground-alt-3.png b/src/collections/programs/gsoc-2022/meshery-playground-alt-3.png
deleted file mode 100644
index f3ac82ab6177..000000000000
Binary files a/src/collections/programs/gsoc-2022/meshery-playground-alt-3.png and /dev/null differ
diff --git a/src/collections/programs/gsoc-2022/meshery-playground-alt-3.webp b/src/collections/programs/gsoc-2022/meshery-playground-alt-3.webp
new file mode 100644
index 000000000000..3b1891355958
Binary files /dev/null and b/src/collections/programs/gsoc-2022/meshery-playground-alt-3.webp differ
diff --git a/src/collections/programs/gsoc-2023/index.mdx b/src/collections/programs/gsoc-2023/index.mdx
index 7adb45f3af87..ef168980b82c 100644
--- a/src/collections/programs/gsoc-2023/index.mdx
+++ b/src/collections/programs/gsoc-2023/index.mdx
@@ -12,7 +12,7 @@ import { ProgramsWrapper } from "../Programs.style.js";
import Button from "../../../reusecore/Button";
import gsoc_logo from "./gsoc.svg";
import {Link} from "gatsby";
-import playground from "./meshery-playground-alt-4.png";
+import playground from "./meshery-playground-alt-4.webp";
diff --git a/src/collections/programs/gsoc-2023/meshery-playground-alt-4.png b/src/collections/programs/gsoc-2023/meshery-playground-alt-4.png
deleted file mode 100644
index 7948fd6d4664..000000000000
Binary files a/src/collections/programs/gsoc-2023/meshery-playground-alt-4.png and /dev/null differ
diff --git a/src/collections/programs/gsoc-2023/meshery-playground-alt-4.webp b/src/collections/programs/gsoc-2023/meshery-playground-alt-4.webp
new file mode 100644
index 000000000000..ae05ed297c46
Binary files /dev/null and b/src/collections/programs/gsoc-2023/meshery-playground-alt-4.webp differ
diff --git a/src/collections/programs/gsod/gsod.png b/src/collections/programs/gsod/gsod.png
deleted file mode 100644
index 769d754b862f..000000000000
Binary files a/src/collections/programs/gsod/gsod.png and /dev/null differ
diff --git a/src/collections/programs/gsod/gsod.webp b/src/collections/programs/gsod/gsod.webp
new file mode 100644
index 000000000000..783de31a9639
Binary files /dev/null and b/src/collections/programs/gsod/gsod.webp differ
diff --git a/src/collections/programs/gsod/index.mdx b/src/collections/programs/gsod/index.mdx
index 60694bea059d..ef1276a2341f 100644
--- a/src/collections/programs/gsod/index.mdx
+++ b/src/collections/programs/gsod/index.mdx
@@ -1,6 +1,6 @@
---
title: "Google Season of Docs 2020"
-thumbnail: ./gsod.png
+thumbnail: ./gsod.webp
permalink: "gsod/2020"
published: true
program: "Google Season of Docs"
@@ -10,7 +10,7 @@ redirect_from:
---
import { ProgramsWrapper } from "../Programs.style.js";
-import gsod_logo from "./gsod.png";
+import gsod_logo from "./gsod.webp";
diff --git a/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.png b/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.png
deleted file mode 100644
index 197d96da64ce..000000000000
Binary files a/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.png and /dev/null differ
diff --git a/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.webp b/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.webp
new file mode 100644
index 000000000000..ee1bef43fc16
Binary files /dev/null and b/src/collections/programs/hacktoberfest-2020/hacktoberfest2020.webp differ
diff --git a/src/collections/programs/hacktoberfest-2020/index.mdx b/src/collections/programs/hacktoberfest-2020/index.mdx
index b463ae5f7e50..4f0d791f5538 100644
--- a/src/collections/programs/hacktoberfest-2020/index.mdx
+++ b/src/collections/programs/hacktoberfest-2020/index.mdx
@@ -1,6 +1,6 @@
---
title: "Hacktoberfest 2020"
-thumbnail: ./hacktoberfest2020.png
+thumbnail: ./hacktoberfest2020.webp
permalink: "hacktoberfest/2020"
program: "Hacktoberfest"
programSlug: "hacktoberfest"
@@ -9,7 +9,7 @@ published: true
import {Link} from "gatsby";
import { ProgramsWrapper } from "../Programs.style.js";
-import hacktoberfest2020 from "./hacktoberfest2020.png";
+import hacktoberfest2020 from "./hacktoberfest2020.webp";
diff --git a/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.png b/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.png
deleted file mode 100644
index 32fc504a8ee4..000000000000
Binary files a/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.png and /dev/null differ
diff --git a/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.webp b/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.webp
new file mode 100644
index 000000000000..85f0def4821c
Binary files /dev/null and b/src/collections/programs/hacktoberfest-2021/hacktoberfest2021.webp differ
diff --git a/src/collections/programs/hacktoberfest-2021/index.mdx b/src/collections/programs/hacktoberfest-2021/index.mdx
index 3edbfcd35c4a..7528fb2769de 100644
--- a/src/collections/programs/hacktoberfest-2021/index.mdx
+++ b/src/collections/programs/hacktoberfest-2021/index.mdx
@@ -1,6 +1,6 @@
---
title: "Hacktoberfest 2021"
-thumbnail: ./hacktoberfest2021.png
+thumbnail: ./hacktoberfest2021.webp
permalink: "hacktoberfest/2021"
program: "Hacktoberfest"
programSlug: "hacktoberfest"
@@ -9,7 +9,7 @@ published: true
import {Link} from "gatsby";
import { ProgramsWrapper } from "../Programs.style.js";
-import hacktoberfest2021 from "./hacktoberfest2021.png";
+import hacktoberfest2021 from "./hacktoberfest2021.webp";
diff --git a/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.png b/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.png
deleted file mode 100644
index 01fcac6c7cb6..000000000000
Binary files a/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.png and /dev/null differ
diff --git a/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.webp b/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.webp
new file mode 100644
index 000000000000..eef28d6623fb
Binary files /dev/null and b/src/collections/programs/hacktoberfest-2022/hacktoberfest2022.webp differ
diff --git a/src/collections/programs/hacktoberfest-2022/index.mdx b/src/collections/programs/hacktoberfest-2022/index.mdx
index e0a6da0e8bab..d35b81d19049 100644
--- a/src/collections/programs/hacktoberfest-2022/index.mdx
+++ b/src/collections/programs/hacktoberfest-2022/index.mdx
@@ -1,6 +1,6 @@
---
title: "Hacktoberfest 2022"
-thumbnail: ./hacktoberfest2022.png
+thumbnail: ./hacktoberfest2022.webp
permalink: "hacktoberfest/2022"
program: "Hacktoberfest"
programSlug: "hacktoberfest"
@@ -9,7 +9,7 @@ published: true
import {Link} from "gatsby";
import { ProgramsWrapper } from "../Programs.style.js";
-import hacktoberfest2022 from "./hacktoberfest2022.png";
+import hacktoberfest2022 from "./hacktoberfest2022.webp";
import hacktoberfest2022prepslides from "../../events/hacktoberfest-2022/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf";
diff --git a/src/collections/programs/lfx-2021/Linux_Foundation_logo.png b/src/collections/programs/lfx-2021/Linux_Foundation_logo.png
deleted file mode 100644
index de44f5c72965..000000000000
Binary files a/src/collections/programs/lfx-2021/Linux_Foundation_logo.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2021/Linux_Foundation_logo.webp b/src/collections/programs/lfx-2021/Linux_Foundation_logo.webp
new file mode 100644
index 000000000000..af96a3ac843b
Binary files /dev/null and b/src/collections/programs/lfx-2021/Linux_Foundation_logo.webp differ
diff --git a/src/collections/programs/lfx-2021/lfx.png b/src/collections/programs/lfx-2021/lfx.png
deleted file mode 100644
index d2598a82f42a..000000000000
Binary files a/src/collections/programs/lfx-2021/lfx.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2021/lfx.webp b/src/collections/programs/lfx-2021/lfx.webp
new file mode 100644
index 000000000000..f540f8809e7f
Binary files /dev/null and b/src/collections/programs/lfx-2021/lfx.webp differ
diff --git a/src/collections/programs/lfx-2022/Linux_Foundation_logo.png b/src/collections/programs/lfx-2022/Linux_Foundation_logo.png
deleted file mode 100644
index de44f5c72965..000000000000
Binary files a/src/collections/programs/lfx-2022/Linux_Foundation_logo.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2022/Linux_Foundation_logo.webp b/src/collections/programs/lfx-2022/Linux_Foundation_logo.webp
new file mode 100644
index 000000000000..af96a3ac843b
Binary files /dev/null and b/src/collections/programs/lfx-2022/Linux_Foundation_logo.webp differ
diff --git a/src/collections/programs/lfx-2022/lfx.png b/src/collections/programs/lfx-2022/lfx.png
deleted file mode 100644
index d2598a82f42a..000000000000
Binary files a/src/collections/programs/lfx-2022/lfx.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2022/lfx.webp b/src/collections/programs/lfx-2022/lfx.webp
new file mode 100644
index 000000000000..f540f8809e7f
Binary files /dev/null and b/src/collections/programs/lfx-2022/lfx.webp differ
diff --git a/src/collections/programs/lfx-2023/Linux_Foundation_logo.png b/src/collections/programs/lfx-2023/Linux_Foundation_logo.png
deleted file mode 100644
index de44f5c72965..000000000000
Binary files a/src/collections/programs/lfx-2023/Linux_Foundation_logo.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2023/Linux_Foundation_logo.webp b/src/collections/programs/lfx-2023/Linux_Foundation_logo.webp
new file mode 100644
index 000000000000..af96a3ac843b
Binary files /dev/null and b/src/collections/programs/lfx-2023/Linux_Foundation_logo.webp differ
diff --git a/src/collections/programs/lfx-2023/lfx.png b/src/collections/programs/lfx-2023/lfx.png
deleted file mode 100644
index d2598a82f42a..000000000000
Binary files a/src/collections/programs/lfx-2023/lfx.png and /dev/null differ
diff --git a/src/collections/programs/lfx-2023/lfx.webp b/src/collections/programs/lfx-2023/lfx.webp
new file mode 100644
index 000000000000..f540f8809e7f
Binary files /dev/null and b/src/collections/programs/lfx-2023/lfx.webp differ
diff --git a/src/collections/resources/articles/adoption/figure1.png b/src/collections/resources/articles/adoption/figure1.png
deleted file mode 100644
index 23a984107253..000000000000
Binary files a/src/collections/resources/articles/adoption/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/adoption/figure1.webp b/src/collections/resources/articles/adoption/figure1.webp
new file mode 100644
index 000000000000..6d55f0d64c7e
Binary files /dev/null and b/src/collections/resources/articles/adoption/figure1.webp differ
diff --git a/src/collections/resources/articles/adoption/index.mdx b/src/collections/resources/articles/adoption/index.mdx
index 98f7548ae089..e88093d9767b 100644
--- a/src/collections/resources/articles/adoption/index.mdx
+++ b/src/collections/resources/articles/adoption/index.mdx
@@ -1,7 +1,7 @@
---
title: "Considerations of Adopting a Service Mesh"
-thumbnail: ./figure1.png
-darkthumbnail: ./figure1.png
+thumbnail: ./figure1.webp
+darkthumbnail: ./figure1.webp
date: 2021-08-25 10:30:05 -0530
category: Service Mesh
tags:
@@ -13,7 +13,7 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Traffic from "./figure1.png";
+import Traffic from "./figure1.webp";
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.png b/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.png
deleted file mode 100644
index 78bc538dc2ef..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.webp
new file mode 100644
index 000000000000..a31df4637dd0
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/Comparison of different modes of delivery of service mesh network functions.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.png b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.png
deleted file mode 100644
index 4344904e38ae..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.webp
new file mode 100644
index 000000000000..c13b22d2c318
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Client.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.png b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.png
deleted file mode 100644
index b03a165177c2..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.webp
new file mode 100644
index 000000000000..77ced28cd613
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/Meshery Architecture - Clients.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/analyzing-service-mesh-performance.mdx b/src/collections/resources/articles/analyzing-service-mesh-performance/analyzing-service-mesh-performance.mdx
index e0c7eea8819f..9b78043bcb84 100644
--- a/src/collections/resources/articles/analyzing-service-mesh-performance/analyzing-service-mesh-performance.mdx
+++ b/src/collections/resources/articles/analyzing-service-mesh-performance/analyzing-service-mesh-performance.mdx
@@ -1,7 +1,7 @@
---
title: "Analyzing Service Mesh Performance"
-thumbnail: ./smp-light-text_2.png
-darkthumbnail: ./smp-light-text_2.png
+thumbnail: ./smp-light-text_2.webp
+darkthumbnail: ./smp-light-text_2.webp
date: 2021-08-26 10:30:05 -0530
type: Article
category: Service Mesh Performance
@@ -15,13 +15,13 @@ resource: true
---
import { Link } from "gatsby";
-import SMP from "./smp-light-text_2.png";
-import cover from "./ieee_bridge_issue3_2021.jpg";
-import EWtraffic from "./figure-1.png"
-import Workload from "./figure-2.png"
-import Archictures from "./Meshery Architecture - Clients.png"
-import Code from "./code-snippet.png"
-import NetworkFunction from "./Comparison of different modes of delivery of service mesh network functions.png"
+import SMP from "./smp-light-text_2.webp";
+import cover from "./ieee_bridge_issue3_2021.webp";
+import EWtraffic from "./figure-1.webp"
+import Workload from "./figure-2.webp"
+import Archictures from "./Meshery Architecture - Clients.webp"
+import Code from "./code-snippet.webp"
+import NetworkFunction from "./Comparison of different modes of delivery of service mesh network functions.webp"
import { ResourcesWrapper } from "../../Resources.style.js";
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.png b/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.png
deleted file mode 100644
index 0d00d6656227..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.webp
new file mode 100644
index 000000000000..09ce36c0bb62
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/code-snippet.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.png b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.png
deleted file mode 100644
index 14b4f3adeae0..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.svg b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.svg
index 72d2a0dd7870..959b32be17fd 100644
--- a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.svg
+++ b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.svg
@@ -4,7 +4,7 @@
width="606.5px" height="550px" viewBox="0 0 606.5 550" style="enable-background:new 0 0 606.5 550;" xml:space="preserve">
-
+
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.webp
new file mode 100644
index 000000000000..265e449de2b2
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-1.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.png b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.png
deleted file mode 100644
index 972214aed2ea..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.svg b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.svg
index 125626e52f18..762d0a2b6f5b 100644
--- a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.svg
+++ b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.svg
@@ -4,7 +4,7 @@
width="998px" height="542.3px" viewBox="0 0 998 542.3" style="enable-background:new 0 0 998 542.3;" xml:space="preserve">
-
+
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.webp
new file mode 100644
index 000000000000..e09d21164e4b
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/figure-2.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.jpg b/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.jpg
deleted file mode 100644
index 1b56c9fef716..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.jpg and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.webp
new file mode 100644
index 000000000000..a46434163145
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/ieee_bridge_issue3_2021.webp differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.png b/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.png
deleted file mode 100644
index 3540c77c342e..000000000000
Binary files a/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.png and /dev/null differ
diff --git a/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.webp b/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.webp
new file mode 100644
index 000000000000..b591012f9619
Binary files /dev/null and b/src/collections/resources/articles/analyzing-service-mesh-performance/smp-light-text_2.webp differ
diff --git a/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.png b/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.png
deleted file mode 100644
index ef1ab7626045..000000000000
Binary files a/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.png and /dev/null differ
diff --git a/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.webp b/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.webp
new file mode 100644
index 000000000000..6c70a7dfb937
Binary files /dev/null and b/src/collections/resources/articles/client-libraries/different-versions-of-client-libraries-in-microservices.webp differ
diff --git a/src/collections/resources/articles/client-libraries/index.mdx b/src/collections/resources/articles/client-libraries/index.mdx
index 4b14998b27b5..1f0321c092d1 100644
--- a/src/collections/resources/articles/client-libraries/index.mdx
+++ b/src/collections/resources/articles/client-libraries/index.mdx
@@ -1,7 +1,7 @@
---
title: "Client Libraries"
-thumbnail: ./using-different-microservice-client-libraries.png
-darkthumbnail: ./using-different-microservice-client-libraries.png
+thumbnail: ./using-different-microservice-client-libraries.webp
+darkthumbnail: ./using-different-microservice-client-libraries.webp
date: 2021-09-01 10:30:05 -0530
category: Service Mesh
tags:
@@ -17,7 +17,7 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Library from "./using-different-microservice-client-libraries.png";
+import Library from "./using-different-microservice-client-libraries.webp";
diff --git a/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.png b/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.png
deleted file mode 100644
index ec4eda98d8a0..000000000000
Binary files a/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.png and /dev/null differ
diff --git a/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.webp b/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.webp
new file mode 100644
index 000000000000..f3732558e7dd
Binary files /dev/null and b/src/collections/resources/articles/client-libraries/using-different-microservice-client-libraries.webp differ
diff --git a/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.png b/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.png
deleted file mode 100644
index 9edd264fbbb4..000000000000
Binary files a/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.png and /dev/null differ
diff --git a/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.webp b/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.webp
new file mode 100644
index 000000000000..021980611183
Binary files /dev/null and b/src/collections/resources/articles/consul-service-mesh/consul-agent-architecture.webp differ
diff --git a/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.png b/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.png
deleted file mode 100644
index 810b0c2ee344..000000000000
Binary files a/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.png and /dev/null differ
diff --git a/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.webp b/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.webp
new file mode 100644
index 000000000000..ff575c87ced9
Binary files /dev/null and b/src/collections/resources/articles/consul-service-mesh/consul-service-mesh.webp differ
diff --git a/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.png b/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.png
deleted file mode 100644
index a608acf3ed96..000000000000
Binary files a/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.png and /dev/null differ
diff --git a/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.webp b/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.webp
new file mode 100644
index 000000000000..ceb894194efd
Binary files /dev/null and b/src/collections/resources/articles/consul-service-mesh/datacenter-architecture.webp differ
diff --git a/src/collections/resources/articles/consul-service-mesh/index.mdx b/src/collections/resources/articles/consul-service-mesh/index.mdx
index e7b3982fed23..98453a02d69f 100644
--- a/src/collections/resources/articles/consul-service-mesh/index.mdx
+++ b/src/collections/resources/articles/consul-service-mesh/index.mdx
@@ -15,10 +15,10 @@ tags:
resource: true
---
import { ResourcesWrapper } from "../../Resources.style.js";
-import serviceMesh from "./consul-service-mesh.png";
-import agent from "./consul-agent-architecture.png";
-import datacenter from "./datacenter-architecture.png";
-import proxy from "./service-proxy-architecture.png";
+import serviceMesh from "./consul-service-mesh.webp";
+import agent from "./consul-agent-architecture.webp";
+import datacenter from "./datacenter-architecture.webp";
+import proxy from "./service-proxy-architecture.webp";
diff --git a/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.png b/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.png
deleted file mode 100644
index 649abcd3e5f8..000000000000
Binary files a/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.png and /dev/null differ
diff --git a/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.webp b/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.webp
new file mode 100644
index 000000000000..149c7d9a5059
Binary files /dev/null and b/src/collections/resources/articles/consul-service-mesh/service-proxy-architecture.webp differ
diff --git a/src/collections/resources/articles/devops-adoption/devops-adoption.png b/src/collections/resources/articles/devops-adoption/devops-adoption.png
deleted file mode 100644
index 05140cbd435a..000000000000
Binary files a/src/collections/resources/articles/devops-adoption/devops-adoption.png and /dev/null differ
diff --git a/src/collections/resources/articles/devops-adoption/devops-adoption.webp b/src/collections/resources/articles/devops-adoption/devops-adoption.webp
new file mode 100644
index 000000000000..b9ded1236065
Binary files /dev/null and b/src/collections/resources/articles/devops-adoption/devops-adoption.webp differ
diff --git a/src/collections/resources/articles/devops-adoption/index.mdx b/src/collections/resources/articles/devops-adoption/index.mdx
index c12f731ef7ae..cda222229c14 100644
--- a/src/collections/resources/articles/devops-adoption/index.mdx
+++ b/src/collections/resources/articles/devops-adoption/index.mdx
@@ -1,7 +1,7 @@
---
title: "DevOps Adoption: Identifying the Right Metrics"
-thumbnail: "./devops-adoption.png"
-darkthumbnail: "./devops-adoption.png"
+thumbnail: "./devops-adoption.webp"
+darkthumbnail: "./devops-adoption.webp"
date: 2022-08-23 10:30:05 -0530
category: DevOps
tags:
@@ -15,7 +15,7 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
import DevOps from "./devops-adoption-choosing-the-right-metrics.pdf";
-import DevOpsAdoption from "./devops-adoption.png";
+import DevOpsAdoption from "./devops-adoption.webp";
diff --git a/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/learn-how-to-write-wasm-filters.mdx b/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/learn-how-to-write-wasm-filters.mdx
index 8b5321a5a1ad..c902aa86ee6e 100644
--- a/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/learn-how-to-write-wasm-filters.mdx
+++ b/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/learn-how-to-write-wasm-filters.mdx
@@ -1,7 +1,7 @@
---
title: "Learn How to Write WebAssembly Filters"
-thumbnail: ./webassembly-logo-horizontal.png
-darkthumbnail: ./webassembly-logo-horizontal.png
+thumbnail: ./webassembly-logo-horizontal.webp
+darkthumbnail: ./webassembly-logo-horizontal.webp
date: 2021-09-03 10:30:05 -0530
category: WebAssembly Filters
tags:
@@ -17,7 +17,7 @@ resource: true
---
import { Link } from "gatsby";
-import wasmLogo from "./webassembly-logo-horizontal.png";
+import wasmLogo from "./webassembly-logo-horizontal.webp";
import { ResourcesWrapper } from "../../Resources.style.js";
diff --git a/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.png b/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.png
deleted file mode 100644
index 5241bcead371..000000000000
Binary files a/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.png and /dev/null differ
diff --git a/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.webp b/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.webp
new file mode 100644
index 000000000000..b487aa140510
Binary files /dev/null and b/src/collections/resources/articles/how-to-write-webassembly-filters-for-envoy/webassembly-logo-horizontal.webp differ
diff --git a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.png b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.png
deleted file mode 100644
index 0d4b9ad947da..000000000000
Binary files a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.png and /dev/null differ
diff --git a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.webp b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.webp
new file mode 100644
index 000000000000..dbc83a3a6de8
Binary files /dev/null and b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway No Title.webp differ
diff --git a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.png b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.png
deleted file mode 100644
index c53d5a1644bd..000000000000
Binary files a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.png and /dev/null differ
diff --git a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.webp b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.webp
new file mode 100644
index 000000000000..d49f9189a982
Binary files /dev/null and b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/Istio Ingress Gateway.webp differ
diff --git a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/index.mdx b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/index.mdx
index 695019e76fc9..256e8cad83f2 100644
--- a/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/index.mdx
+++ b/src/collections/resources/articles/istio-ingress-gateway-in-kubernetes/index.mdx
@@ -1,7 +1,7 @@
---
title: "Istio Ingress Gateway in Kubernetes"
-thumbnail: ./Istio Ingress Gateway.png
-darkthumbnail: ./Istio Ingress Gateway.png
+thumbnail: ./Istio Ingress Gateway.webp
+darkthumbnail: ./Istio Ingress Gateway.webp
date: 2022-04-01 10:30:05 -0530
category: Service Mesh
tags:
@@ -17,8 +17,8 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Working from "./Istio Ingress Gateway.png";
-import Rep from "./Istio Ingress Gateway No Title.png";
+import Working from "./Istio Ingress Gateway.webp";
+import Rep from "./Istio Ingress Gateway No Title.webp";
diff --git a/src/collections/resources/articles/kubernetes/archtiecture-101/k8s-architecture-101.mdx b/src/collections/resources/articles/kubernetes/archtiecture-101/k8s-architecture-101.mdx
index 50c792c9c7d8..f5ba745a8312 100644
--- a/src/collections/resources/articles/kubernetes/archtiecture-101/k8s-architecture-101.mdx
+++ b/src/collections/resources/articles/kubernetes/archtiecture-101/k8s-architecture-101.mdx
@@ -14,7 +14,7 @@ resource: true
---
import { Link } from "gatsby";
-import ArchDiagram from "./kubernetes-highlevel-architecture.png";
+import ArchDiagram from "./kubernetes-highlevel-architecture.webp";
import { ResourcesWrapper } from "../../../Resources.style.js";
diff --git a/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.png b/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.png
deleted file mode 100644
index c3e847dc5802..000000000000
Binary files a/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.webp b/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.webp
new file mode 100644
index 000000000000..5e2826300674
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/archtiecture-101/kubernetes-highlevel-architecture.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.png
deleted file mode 100644
index 82c2268621f8..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.webp
new file mode 100644
index 000000000000..8b02ec96053a
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapDesigner.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.png
deleted file mode 100644
index ffff0a6813a4..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.webp
new file mode 100644
index 000000000000..c2a5256eca19
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/MeshmapVisualizer.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.png
deleted file mode 100644
index 31f6b0e4f515..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.webp
new file mode 100644
index 000000000000..0eb641b039c0
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture1.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.png
deleted file mode 100644
index f5466ba10f07..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.webp
new file mode 100644
index 000000000000..1f9597eccae5
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture2.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.png
deleted file mode 100644
index 146c18bec743..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.webp
new file mode 100644
index 000000000000..e2dcc1e36fc1
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/Picture3.webp differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/index.mdx b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/index.mdx
index b022f66ca817..eb1328342290 100644
--- a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/index.mdx
+++ b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/index.mdx
@@ -13,10 +13,10 @@ tags:
resource: true
---
import { ResourcesWrapper } from "../../../Resources.style.js";
-import picture1 from "./Picture1.png";
-import ClusterImg from "./multi-cluster-kubernetes-management-with-meshery.png";
-import MeshmapDesigner from "./MeshmapDesigner.png"
-import MeshmapVisualizer from "./MeshmapVisualizer.png"
+import picture1 from "./Picture1.webp";
+import ClusterImg from "./multi-cluster-kubernetes-management-with-meshery.webp";
+import MeshmapDesigner from "./MeshmapDesigner.webp"
+import MeshmapVisualizer from "./MeshmapVisualizer.webp"
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.png b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.png
deleted file mode 100644
index f3d3be2d7d6e..000000000000
Binary files a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp
new file mode 100644
index 000000000000..6d7983c8d2af
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/getting-started-with-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.png b/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.png
deleted file mode 100644
index 863c44f4cacc..000000000000
Binary files a/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.webp b/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.webp
new file mode 100644
index 000000000000..c957e8dda8a5
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/management-of-kubernetes/context-switcher.webp differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/index.mdx b/src/collections/resources/articles/kubernetes/management-of-kubernetes/index.mdx
index 71862b318e84..98070ccd39e5 100644
--- a/src/collections/resources/articles/kubernetes/management-of-kubernetes/index.mdx
+++ b/src/collections/resources/articles/kubernetes/management-of-kubernetes/index.mdx
@@ -13,10 +13,10 @@ tags:
resource: true
---
import { ResourcesWrapper } from "../../../Resources.style.js";
-import picture1 from "./meshery-core-architecture.png";
-import picture2 from "./settings.png";
-import picture3 from "./context-switcher.png";
-import ClusterImg from "./multi-cluster-kubernetes-management-with-meshery.png";
+import picture1 from "./meshery-core-architecture.webp";
+import picture2 from "./settings.webp";
+import picture3 from "./context-switcher.webp";
+import ClusterImg from "./multi-cluster-kubernetes-management-with-meshery.webp";
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.png b/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.png
deleted file mode 100644
index 54a61a830625..000000000000
Binary files a/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.webp b/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.webp
new file mode 100644
index 000000000000..fe4ce19fa8ed
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/management-of-kubernetes/meshery-core-architecture.webp differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.png b/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.png
deleted file mode 100644
index f3d3be2d7d6e..000000000000
Binary files a/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp b/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp
new file mode 100644
index 000000000000..6d7983c8d2af
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/management-of-kubernetes/multi-cluster-kubernetes-management-with-meshery.webp differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.png b/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.png
deleted file mode 100644
index 4343d88a84c7..000000000000
Binary files a/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.png and /dev/null differ
diff --git a/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.webp b/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.webp
new file mode 100644
index 000000000000..59dfa9fdf0d0
Binary files /dev/null and b/src/collections/resources/articles/kubernetes/management-of-kubernetes/settings.webp differ
diff --git a/src/collections/resources/articles/microservices-based-application-delivery/figure1.png b/src/collections/resources/articles/microservices-based-application-delivery/figure1.png
deleted file mode 100644
index d0e83b0a1ce1..000000000000
Binary files a/src/collections/resources/articles/microservices-based-application-delivery/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/microservices-based-application-delivery/figure1.webp b/src/collections/resources/articles/microservices-based-application-delivery/figure1.webp
new file mode 100644
index 000000000000..f84904171785
Binary files /dev/null and b/src/collections/resources/articles/microservices-based-application-delivery/figure1.webp differ
diff --git a/src/collections/resources/articles/microservices-based-application-delivery/index.mdx b/src/collections/resources/articles/microservices-based-application-delivery/index.mdx
index 6c29fd36ae42..23217f25e47f 100644
--- a/src/collections/resources/articles/microservices-based-application-delivery/index.mdx
+++ b/src/collections/resources/articles/microservices-based-application-delivery/index.mdx
@@ -15,7 +15,7 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Stakeholders from "./figure1.png";
+import Stakeholders from "./figure1.webp";
import Graph from "./citrix-architectures-for-kubernetes-environments.svg";
import TwoTier from "./citrix-two-tier-ingress.svg";
import Unified from "./citrix-unified-ingress.svg";
diff --git a/src/collections/resources/articles/network-planes/index.mdx b/src/collections/resources/articles/network-planes/index.mdx
index 408c898e6c9d..b09f3d625823 100644
--- a/src/collections/resources/articles/network-planes/index.mdx
+++ b/src/collections/resources/articles/network-planes/index.mdx
@@ -1,7 +1,7 @@
---
title: "Network Planes"
-thumbnail: ./network-planes.png
-darkthumbnail: ./network-planes.png
+thumbnail: ./network-planes.webp
+darkthumbnail: ./network-planes.webp
date: 2021-10-01 10:30:05 -0530
category: Network Planes
type: Article
diff --git a/src/collections/resources/articles/network-planes/network-planes.png b/src/collections/resources/articles/network-planes/network-planes.png
deleted file mode 100644
index 003bf0fb81ee..000000000000
Binary files a/src/collections/resources/articles/network-planes/network-planes.png and /dev/null differ
diff --git a/src/collections/resources/articles/network-planes/network-planes.webp b/src/collections/resources/articles/network-planes/network-planes.webp
new file mode 100644
index 000000000000..1331504008ae
Binary files /dev/null and b/src/collections/resources/articles/network-planes/network-planes.webp differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.png b/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.png
deleted file mode 100644
index 003bf0fb81ee..000000000000
Binary files a/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.webp b/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.webp
new file mode 100644
index 000000000000..1331504008ae
Binary files /dev/null and b/src/collections/resources/articles/service-mesh-architectures-and-components/figure1.webp differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.png b/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.png
deleted file mode 100644
index 18a654f12c34..000000000000
Binary files a/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.png and /dev/null differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.webp b/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.webp
new file mode 100644
index 000000000000..d79d9fdf8b7e
Binary files /dev/null and b/src/collections/resources/articles/service-mesh-architectures-and-components/figure2.webp differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.png b/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.png
deleted file mode 100644
index d3be6826579a..000000000000
Binary files a/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.png and /dev/null differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.webp b/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.webp
new file mode 100644
index 000000000000..13b802d0d05f
Binary files /dev/null and b/src/collections/resources/articles/service-mesh-architectures-and-components/figure3.webp differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.png b/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.png
deleted file mode 100644
index 1246ef18203b..000000000000
Binary files a/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.png and /dev/null differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.webp b/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.webp
new file mode 100644
index 000000000000..e8d26c230f62
Binary files /dev/null and b/src/collections/resources/articles/service-mesh-architectures-and-components/figure4.webp differ
diff --git a/src/collections/resources/articles/service-mesh-architectures-and-components/index.mdx b/src/collections/resources/articles/service-mesh-architectures-and-components/index.mdx
index 4e8ba9e59a4c..06c833d671be 100644
--- a/src/collections/resources/articles/service-mesh-architectures-and-components/index.mdx
+++ b/src/collections/resources/articles/service-mesh-architectures-and-components/index.mdx
@@ -1,7 +1,7 @@
---
title: "Service Mesh Architecture and Components"
-thumbnail: ./figure2.png
-darkthumbnail: ./figure2.png
+thumbnail: ./figure2.webp
+darkthumbnail: ./figure2.webp
date: 2021-10-02 10:30:05 -0530
category: Service Mesh
type: Article
@@ -15,10 +15,10 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Planes from "./figure1.png";
-import Topology from "./figure2.png";
-import Architecture from "./figure3.png";
-import Meshery from "./figure4.png";
+import Planes from "./figure1.webp";
+import Topology from "./figure2.webp";
+import Architecture from "./figure3.webp";
+import Meshery from "./figure4.webp";
diff --git a/src/collections/resources/articles/service-mesh-fundamentals/figure1.png b/src/collections/resources/articles/service-mesh-fundamentals/figure1.png
deleted file mode 100644
index 31f3ba348754..000000000000
Binary files a/src/collections/resources/articles/service-mesh-fundamentals/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/service-mesh-fundamentals/figure1.webp b/src/collections/resources/articles/service-mesh-fundamentals/figure1.webp
new file mode 100644
index 000000000000..4ab081eb3c93
Binary files /dev/null and b/src/collections/resources/articles/service-mesh-fundamentals/figure1.webp differ
diff --git a/src/collections/resources/articles/service-mesh-fundamentals/index.mdx b/src/collections/resources/articles/service-mesh-fundamentals/index.mdx
index f4336d1d8169..1a20be612e9d 100644
--- a/src/collections/resources/articles/service-mesh-fundamentals/index.mdx
+++ b/src/collections/resources/articles/service-mesh-fundamentals/index.mdx
@@ -14,7 +14,7 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Differences from "./figure1.png";
+import Differences from "./figure1.webp";
diff --git a/src/collections/resources/articles/swappable-sidecars/figure1.png b/src/collections/resources/articles/swappable-sidecars/figure1.png
deleted file mode 100644
index 37cf4e14e423..000000000000
Binary files a/src/collections/resources/articles/swappable-sidecars/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/swappable-sidecars/figure1.webp b/src/collections/resources/articles/swappable-sidecars/figure1.webp
new file mode 100644
index 000000000000..d37f65d82bca
Binary files /dev/null and b/src/collections/resources/articles/swappable-sidecars/figure1.webp differ
diff --git a/src/collections/resources/articles/swappable-sidecars/index.mdx b/src/collections/resources/articles/swappable-sidecars/index.mdx
index 575ee85b46b9..9d65cac4febc 100644
--- a/src/collections/resources/articles/swappable-sidecars/index.mdx
+++ b/src/collections/resources/articles/swappable-sidecars/index.mdx
@@ -1,7 +1,7 @@
---
title: "Swappable Sidecars"
-thumbnail: ./figure1.png
-darkthumbnail: ./figure1.png
+thumbnail: ./figure1.webp
+darkthumbnail: ./figure1.webp
category: Service Mesh
date: 2021-10-17 10:30:05 -0530
type: Article
@@ -12,7 +12,7 @@ resource: true
---
import { Link } from "gatsby";
-import Swappingproxy from "./figure1.png";
+import Swappingproxy from "./figure1.webp";
import { ResourcesWrapper } from "../../Resources.style.js";
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure1.png b/src/collections/resources/articles/value-of-a-service-mesh/figure1.png
deleted file mode 100644
index b2ace2156729..000000000000
Binary files a/src/collections/resources/articles/value-of-a-service-mesh/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure1.webp b/src/collections/resources/articles/value-of-a-service-mesh/figure1.webp
new file mode 100644
index 000000000000..5445f6e25fc9
Binary files /dev/null and b/src/collections/resources/articles/value-of-a-service-mesh/figure1.webp differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure2.png b/src/collections/resources/articles/value-of-a-service-mesh/figure2.png
deleted file mode 100644
index 0fc35a9b78db..000000000000
Binary files a/src/collections/resources/articles/value-of-a-service-mesh/figure2.png and /dev/null differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure2.webp b/src/collections/resources/articles/value-of-a-service-mesh/figure2.webp
new file mode 100644
index 000000000000..34ce6ee053e4
Binary files /dev/null and b/src/collections/resources/articles/value-of-a-service-mesh/figure2.webp differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure3.png b/src/collections/resources/articles/value-of-a-service-mesh/figure3.png
deleted file mode 100644
index 6fd49fb8e082..000000000000
Binary files a/src/collections/resources/articles/value-of-a-service-mesh/figure3.png and /dev/null differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure3.webp b/src/collections/resources/articles/value-of-a-service-mesh/figure3.webp
new file mode 100644
index 000000000000..7f0835db092a
Binary files /dev/null and b/src/collections/resources/articles/value-of-a-service-mesh/figure3.webp differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure4.png b/src/collections/resources/articles/value-of-a-service-mesh/figure4.png
deleted file mode 100644
index ca40607437b4..000000000000
Binary files a/src/collections/resources/articles/value-of-a-service-mesh/figure4.png and /dev/null differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/figure4.webp b/src/collections/resources/articles/value-of-a-service-mesh/figure4.webp
new file mode 100644
index 000000000000..61161f3e1b28
Binary files /dev/null and b/src/collections/resources/articles/value-of-a-service-mesh/figure4.webp differ
diff --git a/src/collections/resources/articles/value-of-a-service-mesh/index.mdx b/src/collections/resources/articles/value-of-a-service-mesh/index.mdx
index f6f5bf8930c0..21835b5a7a44 100644
--- a/src/collections/resources/articles/value-of-a-service-mesh/index.mdx
+++ b/src/collections/resources/articles/value-of-a-service-mesh/index.mdx
@@ -14,10 +14,10 @@ resource: true
import { Link } from "gatsby";
import { ResourcesWrapper } from "../../Resources.style.js";
-import Communication from "./figure4.png";
-import Timeouts from "./figure3.png";
-import Metrics from "./figure2.png";
-import Mixer from "./figure1.png";
+import Communication from "./figure4.webp";
+import Timeouts from "./figure3.webp";
+import Metrics from "./figure2.webp";
+import Mixer from "./figure1.webp";
diff --git a/src/collections/resources/articles/webassembly/envoy-and-webassembly.mdx b/src/collections/resources/articles/webassembly/envoy-and-webassembly.mdx
index 6636326db4de..745502d2221a 100644
--- a/src/collections/resources/articles/webassembly/envoy-and-webassembly.mdx
+++ b/src/collections/resources/articles/webassembly/envoy-and-webassembly.mdx
@@ -14,7 +14,7 @@ resource: true
---
import { Link } from "gatsby";
-import Infrastructure from "./figure1.png";
+import Infrastructure from "./figure1.webp";
import { ResourcesWrapper } from "../../Resources.style.js";
diff --git a/src/collections/resources/articles/webassembly/figure1.png b/src/collections/resources/articles/webassembly/figure1.png
deleted file mode 100644
index 5b27262431ef..000000000000
Binary files a/src/collections/resources/articles/webassembly/figure1.png and /dev/null differ
diff --git a/src/collections/resources/articles/webassembly/figure1.webp b/src/collections/resources/articles/webassembly/figure1.webp
new file mode 100644
index 000000000000..bc217768bdc5
Binary files /dev/null and b/src/collections/resources/articles/webassembly/figure1.webp differ
diff --git a/src/collections/resources/faq/internship-faq.mdx b/src/collections/resources/faq/internship-faq.mdx
index bf0fbe820e17..fdee081f588f 100644
--- a/src/collections/resources/faq/internship-faq.mdx
+++ b/src/collections/resources/faq/internship-faq.mdx
@@ -1,7 +1,7 @@
---
title: "Internship FAQs"
-thumbnail: ../../../assets/images/workshops/workshops.png
-darkthumbnail: ../../../assets/images/workshops/workshops.png
+thumbnail: ../../../assets/images/workshops/workshops.webp
+darkthumbnail: ../../../assets/images/workshops/workshops.webp
date: 2021-11-01 10:30:05 -0530
category: FAQ
tags:
diff --git a/src/collections/resources/faq/layer5-faq.mdx b/src/collections/resources/faq/layer5-faq.mdx
index 5c9db47a16af..f5b09e01ba13 100644
--- a/src/collections/resources/faq/layer5-faq.mdx
+++ b/src/collections/resources/faq/layer5-faq.mdx
@@ -1,7 +1,7 @@
---
title: "Layer5 FAQs"
-thumbnail: ../../../assets/images/layer5/layer5-only/png/layer5-gradient.png
-darkthumbnail: ../../../assets/images/layer5/layer5-only/png/layer5-gradient.png
+thumbnail: ../../../assets/images/layer5/layer5-only/png/layer5-gradient.webp
+darkthumbnail: ../../../assets/images/layer5/layer5-only/png/layer5-gradient.webp
date: 2021-11-02 10:30:05 -0530
category: FAQ
tags:
diff --git a/src/collections/resources/faq/meshery-faq.mdx b/src/collections/resources/faq/meshery-faq.mdx
index 204329d68630..36bec556ec5a 100644
--- a/src/collections/resources/faq/meshery-faq.mdx
+++ b/src/collections/resources/faq/meshery-faq.mdx
@@ -1,7 +1,7 @@
---
title: "Meshery FAQs"
-thumbnail: ../../../assets/images/meshery/text-only/meshery-logo-dark-text.png
-darkthumbnail: ../../../assets/images/meshery/text-only/meshery-logo-dark-text.png
+thumbnail: ../../../assets/images/meshery/text-only/meshery-logo-dark-text.webp
+darkthumbnail: ../../../assets/images/meshery/text-only/meshery-logo-dark-text.webp
date: 2021-11-03 10:30:05 -0530
category: FAQ
tags:
diff --git a/src/collections/resources/interview/techstrong-tv.mdx b/src/collections/resources/interview/techstrong-tv.mdx
index 58a9b697d252..e9ec62390fbf 100644
--- a/src/collections/resources/interview/techstrong-tv.mdx
+++ b/src/collections/resources/interview/techstrong-tv.mdx
@@ -1,8 +1,8 @@
---
title: "TechStrong TV Interview"
subtitle: "Open Source Summit NA 2022"
-thumbnail: ./techstrong.png
-darkthumbnail: ./techstrong.png
+thumbnail: ./techstrong.webp
+darkthumbnail: ./techstrong.webp
date: 2022-06-25 10:30:05 -0530
category: Interview
tags:
diff --git a/src/collections/resources/interview/techstrong.png b/src/collections/resources/interview/techstrong.png
deleted file mode 100644
index 2811afe06be0..000000000000
Binary files a/src/collections/resources/interview/techstrong.png and /dev/null differ
diff --git a/src/collections/resources/interview/techstrong.webp b/src/collections/resources/interview/techstrong.webp
new file mode 100644
index 000000000000..454f8fde781a
Binary files /dev/null and b/src/collections/resources/interview/techstrong.webp differ
diff --git a/src/collections/resources/tutorials/beginner-guide-to-contributing-to-meshery-and-mesheryctl.mdx b/src/collections/resources/tutorials/beginner-guide-to-contributing-to-meshery-and-mesheryctl.mdx
index 35b441ece6f2..ef2bc05beeb1 100644
--- a/src/collections/resources/tutorials/beginner-guide-to-contributing-to-meshery-and-mesheryctl.mdx
+++ b/src/collections/resources/tutorials/beginner-guide-to-contributing-to-meshery-and-mesheryctl.mdx
@@ -1,7 +1,7 @@
---
title: "Beginner's guide to contributing to Meshery and mesheryctl"
-thumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.png
-darkthumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.png
+thumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.webp
+darkthumbnail: ../../../assets/images/tutorials/intro-meshery-ctl.webp
date: 2021-05-01 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/contributing-to-meshery-API-swagger-documentation.mdx b/src/collections/resources/tutorials/contributing-to-meshery-API-swagger-documentation.mdx
index 9d1516c592d5..6f9a243c8200 100644
--- a/src/collections/resources/tutorials/contributing-to-meshery-API-swagger-documentation.mdx
+++ b/src/collections/resources/tutorials/contributing-to-meshery-API-swagger-documentation.mdx
@@ -1,7 +1,7 @@
---
title: "Contributing to Meshery API Swagger Documentation"
-thumbnail: ../../../assets/images/tutorials/swagger-logo.png
-darkthumbnail: ../../../assets/images/tutorials/swagger-logo.png
+thumbnail: ../../../assets/images/tutorials/swagger-logo.webp
+darkthumbnail: ../../../assets/images/tutorials/swagger-logo.webp
date: 2021-05-03 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/docker-swarm/docker-swarm.png b/src/collections/resources/tutorials/docker-swarm/docker-swarm.png
deleted file mode 100644
index e96af6ad52d7..000000000000
Binary files a/src/collections/resources/tutorials/docker-swarm/docker-swarm.png and /dev/null differ
diff --git a/src/collections/resources/tutorials/docker-swarm/docker-swarm.webp b/src/collections/resources/tutorials/docker-swarm/docker-swarm.webp
new file mode 100644
index 000000000000..35977b32cc66
Binary files /dev/null and b/src/collections/resources/tutorials/docker-swarm/docker-swarm.webp differ
diff --git a/src/collections/resources/tutorials/docker-swarm/index.mdx b/src/collections/resources/tutorials/docker-swarm/index.mdx
index 35b593e2800c..29774d257b08 100644
--- a/src/collections/resources/tutorials/docker-swarm/index.mdx
+++ b/src/collections/resources/tutorials/docker-swarm/index.mdx
@@ -1,7 +1,7 @@
---
title: "Configuring Highly Available Docker Swarm"
-thumbnail: ./docker-swarm.png
-darkthumbnail: ./docker-swarm.png
+thumbnail: ./docker-swarm.webp
+darkthumbnail: ./docker-swarm.webp
date: 2023-05-18 10:30:05 -0530
category: Docker
tags:
diff --git a/src/collections/resources/tutorials/introduction-to-all-layer5-repositories.mdx b/src/collections/resources/tutorials/introduction-to-all-layer5-repositories.mdx
index 069156721317..5f2b601f0982 100644
--- a/src/collections/resources/tutorials/introduction-to-all-layer5-repositories.mdx
+++ b/src/collections/resources/tutorials/introduction-to-all-layer5-repositories.mdx
@@ -1,7 +1,7 @@
---
title: "An introduction to all Layer5 repositories"
-thumbnail: ../../../assets/images/tutorials/all-repos-layer5.png
-darkthumbnail: ../../../assets/images/tutorials/all-repos-layer5.png
+thumbnail: ../../../assets/images/tutorials/all-repos-layer5.webp
+darkthumbnail: ../../../assets/images/tutorials/all-repos-layer5.webp
date: 2021-05-06 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/introduction-to-contributing-to-meshery.mdx b/src/collections/resources/tutorials/introduction-to-contributing-to-meshery.mdx
index acdfad886ca9..78e580915e34 100644
--- a/src/collections/resources/tutorials/introduction-to-contributing-to-meshery.mdx
+++ b/src/collections/resources/tutorials/introduction-to-contributing-to-meshery.mdx
@@ -1,7 +1,7 @@
---
title: "An Introduction to Contributing to Meshery"
-thumbnail: ../../../assets/images/tutorials/intro-to-meshery.png
-darkthumbnail: ../../../assets/images/tutorials/intro-to-meshery.png
+thumbnail: ../../../assets/images/tutorials/intro-to-meshery.webp
+darkthumbnail: ../../../assets/images/tutorials/intro-to-meshery.webp
date: 2021-05-08 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/introduction-to-meshey-ctl.mdx b/src/collections/resources/tutorials/introduction-to-meshey-ctl.mdx
index 1d1071e96e2a..41e37620abe0 100644
--- a/src/collections/resources/tutorials/introduction-to-meshey-ctl.mdx
+++ b/src/collections/resources/tutorials/introduction-to-meshey-ctl.mdx
@@ -1,7 +1,7 @@
---
title: "An Introduction to mesheryctl"
-thumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.png
-darkthumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.png
+thumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp
+darkthumbnail: ../../../assets/images/tutorials/golang-meshery-ctl.webp
date: 2021-05-09 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/tutorial-on-contributing-to-layer5-and-working-with-git.mdx b/src/collections/resources/tutorials/tutorial-on-contributing-to-layer5-and-working-with-git.mdx
index 07e08d017f1a..b3046e1e3c00 100644
--- a/src/collections/resources/tutorials/tutorial-on-contributing-to-layer5-and-working-with-git.mdx
+++ b/src/collections/resources/tutorials/tutorial-on-contributing-to-layer5-and-working-with-git.mdx
@@ -1,7 +1,7 @@
---
title: "A tutorial on contributing to Layer5 and working with Git"
-thumbnail: ../../../assets/images/tutorials/layer5-walkthrough.png
-darkthumbnail: ../../../assets/images/tutorials/layer5-walkthrough.png
+thumbnail: ../../../assets/images/tutorials/layer5-walkthrough.webp
+darkthumbnail: ../../../assets/images/tutorials/layer5-walkthrough.webp
date: 2021-05-10 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/tutorial-on-gatsby.mdx b/src/collections/resources/tutorials/tutorial-on-gatsby.mdx
index c2d57d8d678b..0a08ba7d575e 100644
--- a/src/collections/resources/tutorials/tutorial-on-gatsby.mdx
+++ b/src/collections/resources/tutorials/tutorial-on-gatsby.mdx
@@ -1,7 +1,7 @@
---
title: "A tutorial on Gatsby"
-thumbnail: ../../../assets/images/tutorials/intro-to-gatsby.png
-darkthumbnail: ../../../assets/images/tutorials/intro-to-gatsby.png
+thumbnail: ../../../assets/images/tutorials/intro-to-gatsby.webp
+darkthumbnail: ../../../assets/images/tutorials/intro-to-gatsby.webp
date: 2021-05-11 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/resources/tutorials/working-with-meshery-docs-and-jekyll.mdx b/src/collections/resources/tutorials/working-with-meshery-docs-and-jekyll.mdx
index d5f3b8c8dc82..10c218f81726 100644
--- a/src/collections/resources/tutorials/working-with-meshery-docs-and-jekyll.mdx
+++ b/src/collections/resources/tutorials/working-with-meshery-docs-and-jekyll.mdx
@@ -1,7 +1,7 @@
---
title: "Working with Meshery Docs and Jekyll"
-thumbnail: ../../../assets/images/tutorials/docs-jekyll.png
-darkthumbnail: ../../../assets/images/tutorials/docs-jekyll.png
+thumbnail: ../../../assets/images/tutorials/docs-jekyll.webp
+darkthumbnail: ../../../assets/images/tutorials/docs-jekyll.webp
date: 2021-05-16 10:30:05 -0530
category: Service Mesh
tags:
diff --git a/src/collections/service-mesh-books/istio-up-and-running/index.mdx b/src/collections/service-mesh-books/istio-up-and-running/index.mdx
index d20025a343b4..5597c0868854 100644
--- a/src/collections/service-mesh-books/istio-up-and-running/index.mdx
+++ b/src/collections/service-mesh-books/istio-up-and-running/index.mdx
@@ -1,8 +1,8 @@
---
title: "Istio: Up and Running"
date: 2018-06-07 21:15:05 +0000
-cover: ./istio-up-and-running.png
-thumbnail: ./istio-up-and-running_top.png
+cover: ./istio-up-and-running.webp
+thumbnail: ./istio-up-and-running_top.webp
author: "Lee Calcote and Zack Butcher"
abstract: "A must-read for anyone looking to get started with Istio."
published: true
@@ -11,7 +11,7 @@ redirect_from:
---
import { BookWrapper } from "../Book.style.js";
-import istio_book from "./istio-up-and-running.png"
+import istio_book from "./istio-up-and-running.webp"
import Button from "../../../reusecore/Button";
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.png b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.png
deleted file mode 100644
index 9c56e5c90240..000000000000
Binary files a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.webp b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.webp
new file mode 100644
index 000000000000..86f3ac53499a
Binary files /dev/null and b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running.webp differ
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.png b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.png
deleted file mode 100644
index d4788fc892ea..000000000000
Binary files a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.webp b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.webp
new file mode 100644
index 000000000000..46d657746f27
Binary files /dev/null and b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_no-shadow.webp differ
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.png b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.png
deleted file mode 100644
index b5e0883183c3..000000000000
Binary files a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.webp b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.webp
new file mode 100644
index 000000000000..eba70f715db7
Binary files /dev/null and b/src/collections/service-mesh-books/istio-up-and-running/istio-up-and-running_top.webp differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/bookColumns.js b/src/collections/service-mesh-books/service-mesh-patterns/bookColumns.js
index 91d652f6eaad..21acb96fe265 100644
--- a/src/collections/service-mesh-books/service-mesh-patterns/bookColumns.js
+++ b/src/collections/service-mesh-books/service-mesh-patterns/bookColumns.js
@@ -1,6 +1,6 @@
import React from "react";
import { Link } from "gatsby";
-import layer5_img from "./layer5-white.png";
+import layer5_img from "./layer5-white.webp";
const sortByLen = (rowA, rowB, id, desc) => {
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/index.mdx b/src/collections/service-mesh-books/service-mesh-patterns/index.mdx
index 6109ee6704fb..11cb870890a9 100644
--- a/src/collections/service-mesh-books/service-mesh-patterns/index.mdx
+++ b/src/collections/service-mesh-books/service-mesh-patterns/index.mdx
@@ -1,8 +1,8 @@
---
title: "Service Mesh Patterns"
date: 2020-04-08 21:15:05 +0000
-cover: ./service-mesh-patterns.png
-thumbnail: ./service-mesh-patterns-small.png
+cover: ./service-mesh-patterns.webp
+thumbnail: ./service-mesh-patterns-small.webp
author: Lee Calcote and Nic Jackson
abstract: "Patterns, recipes and best practices for deploying and operating service meshes."
published: true
@@ -14,7 +14,7 @@ import { BookWrapper } from "../Book.style.js";
import Table from "../../../components/service-mesh-patterns-Table/Table.js";
import {Link} from "gatsby"
import Button from "../../../reusecore/Button";
-import service_mesh_pattern_book from "./service-mesh-patterns.png"
+import service_mesh_pattern_book from "./service-mesh-patterns.webp"
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.png b/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.png
deleted file mode 100644
index c763584726ec..000000000000
Binary files a/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.webp b/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.webp
new file mode 100644
index 000000000000..f25f050c843c
Binary files /dev/null and b/src/collections/service-mesh-books/service-mesh-patterns/layer5-white.webp differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.png b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.png
deleted file mode 100644
index 02d0797f1c13..000000000000
Binary files a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.webp b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.webp
new file mode 100644
index 000000000000..6ff76678aeab
Binary files /dev/null and b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns-small.webp differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.png b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.png
deleted file mode 100644
index fb9305a526f3..000000000000
Binary files a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.webp b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.webp
new file mode 100644
index 000000000000..dfb51dba248c
Binary files /dev/null and b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns.webp differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.png b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.png
deleted file mode 100644
index a5d52f74ccb6..000000000000
Binary files a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.webp b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.webp
new file mode 100644
index 000000000000..b7463e3840e1
Binary files /dev/null and b/src/collections/service-mesh-books/service-mesh-patterns/service-mesh-patterns_no-shadow.webp differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.png b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.png
deleted file mode 100644
index 340faeea3ed8..000000000000
Binary files a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.webp b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.webp
new file mode 100644
index 000000000000..2c94a349639d
Binary files /dev/null and b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.webp differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png
deleted file mode 100644
index c6fbd86bb8af..000000000000
Binary files a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp
new file mode 100644
index 000000000000..87725f6c3682
Binary files /dev/null and b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/index.mdx b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/index.mdx
index 7086140d6ae9..18a66b5aa364 100644
--- a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/index.mdx
+++ b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-Edition/index.mdx
@@ -1,8 +1,8 @@
---
title: "The Enterprise Path to Service Mesh Architectures (2nd Edition)"
date: 2020-10-23 21:15:05 +0000
-cover: ./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png
-thumbnail: ./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.png
+cover: ./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp
+thumbnail: ./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition-small.webp
author: "Lee Calcote"
abstract: "Planning to build a microservice-driven cloud native application or looking to modernize existing application services?"
published: true
@@ -12,7 +12,7 @@ redirect_from:
---
import { BookWrapper } from "../Book.style.js";
-import service_mesh_book_second_edition from "./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png"
+import service_mesh_book_second_edition from "./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp"
import Button from "../../../reusecore/Button";
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.png b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.png
deleted file mode 100644
index eaf20744a02a..000000000000
Binary files a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.webp b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.webp
new file mode 100644
index 000000000000..ef2d2c01c14c
Binary files /dev/null and b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures-small.webp differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.png b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.png
deleted file mode 100644
index b6c02a8eb147..000000000000
Binary files a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.png and /dev/null differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.webp b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.webp
new file mode 100644
index 000000000000..7d3cf0cdcfee
Binary files /dev/null and b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/The-Enterprise-Path-to-Service-Mesh-Architectures.webp differ
diff --git a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/index.mdx b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/index.mdx
index 771012dbf335..91853707b473 100644
--- a/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/index.mdx
+++ b/src/collections/service-mesh-books/the-enterprise-path-to-service-mesh-architectures/index.mdx
@@ -1,8 +1,8 @@
---
title: "The Enterprise Path to Service Mesh Architectures"
date: 2018-06-11 21:15:05 +0000
-cover: ./The-Enterprise-Path-to-Service-Mesh-Architectures.png
-thumbnail: ./The-Enterprise-Path-to-Service-Mesh-Architectures-small.png
+cover: ./The-Enterprise-Path-to-Service-Mesh-Architectures.webp
+thumbnail: ./The-Enterprise-Path-to-Service-Mesh-Architectures-small.webp
author: "Lee Calcote"
abstract: "Approaches to service mesh deployments and an explanation of service meshes in contrast to related technologies."
published: true
@@ -11,7 +11,7 @@ redirect_from:
---
import { BookWrapper } from "../Book.style.js";
-import service_mesh_ent_book from "./The-Enterprise-Path-to-Service-Mesh-Architectures.png"
+import service_mesh_ent_book from "./The-Enterprise-Path-to-Service-Mesh-Architectures.webp"
import Button from "../../../reusecore/Button";
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.jpg b/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.jpg
deleted file mode 100644
index 2bbc442e6ccc..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.webp b/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.webp
new file mode 100644
index 000000000000..ba4d320fc10b
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_docker_con_eu/dockercon-barcelona-logo-tall-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_na/index.mdx b/src/collections/service-mesh-workshops/2018_docker_con_na/index.mdx
index 2efe4883e34e..6f974acb580b 100644
--- a/src/collections/service-mesh-workshops/2018_docker_con_na/index.mdx
+++ b/src/collections/service-mesh-workshops/2018_docker_con_na/index.mdx
@@ -1,7 +1,7 @@
---
title: "DockerCon NA 2018"
abstract: "A workshop containing ten labs on the Istio service mesh. First presented at DockerCon18."
-thumbnail: "./using-istio_thumb1.jpg"
+thumbnail: "./using-istio_thumb1.webp"
eurl: https://dockercon18.smarteventscloud.com/connect/sessionDetail.ww?SESSION_ID=187485
labs: https://github.com/layer5io/istio-service-mesh-workshop
slides: https://calcotestudios.com/talks/decks/slides-dockercon-18-using-istio.html
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.jpg b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.jpg
deleted file mode 100644
index bfe7f364209e..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.webp b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.webp
new file mode 100644
index 000000000000..0d66d3220ebf
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.jpg b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.jpg
deleted file mode 100644
index 0093f9dc5f30..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.webp b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.webp
new file mode 100644
index 000000000000..2a33c5183c59
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_docker_con_na/using-istio_thumb1.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.jpg b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.jpg
deleted file mode 100644
index 305dca8527c0..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.webp b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.webp
new file mode 100644
index 000000000000..2dc1d5c73175
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.jpg b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.jpg
deleted file mode 100644
index 305dca8527c0..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.webp b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.webp
new file mode 100644
index 000000000000..2dc1d5c73175
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_kube_con_na/kccnc-na-white.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.jpg b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.jpg
deleted file mode 100644
index f4a911a29a4d..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.webp b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.webp
new file mode 100644
index 000000000000..c6a2df15aae8
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.png b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.png
deleted file mode 100644
index 587ffd632256..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.png and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.webp b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.webp
new file mode 100644
index 000000000000..602de5d7aa3e
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_velocity_london/Velocity.webp differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/index.mdx b/src/collections/service-mesh-workshops/2018_velocity_london/index.mdx
index 61396a86ff5d..43aa82be495b 100644
--- a/src/collections/service-mesh-workshops/2018_velocity_london/index.mdx
+++ b/src/collections/service-mesh-workshops/2018_velocity_london/index.mdx
@@ -1,7 +1,7 @@
---
title: "Velocity London 2018"
abstract: "A workshop containing ten labs on the Istio service mesh. Presented at Velocity London 2018."
-thumbnail: "./Velocity.png"
+thumbnail: "./Velocity.webp"
eurl: https://dockerconeurope18.smarteventscloud.com/connect/search.ww#loadSearch-searchPhrase=&searchType=session&tc=0&sortBy=dayTime&i(1037)=&p=
labs: https://github.com/leecalcote/istio-service-mesh-workshop
slides: https://calcotestudios.com/talks/decks/slides-velocity-london-2018-using-istio-workshop.html
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/velocity.jpg b/src/collections/service-mesh-workshops/2018_velocity_london/velocity.jpg
deleted file mode 100644
index f4a911a29a4d..000000000000
Binary files a/src/collections/service-mesh-workshops/2018_velocity_london/velocity.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2018_velocity_london/velocity.webp b/src/collections/service-mesh-workshops/2018_velocity_london/velocity.webp
new file mode 100644
index 000000000000..c6a2df15aae8
Binary files /dev/null and b/src/collections/service-mesh-workshops/2018_velocity_london/velocity.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/index.mdx b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/index.mdx
index b8db4cc43ac5..e83e0b00543c 100644
--- a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/index.mdx
+++ b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/index.mdx
@@ -1,7 +1,7 @@
---
title: "O'Reilly Live Online Training"
abstract: "Introduction to Istio - O'Reilly Live Online Training"
-thumbnail: "./introduction-to-istio-dark-small.jpg"
+thumbnail: "./introduction-to-istio-dark-small.webp"
eurl: https://learning.oreilly.com/live-training/courses/introduction-to-istio/0636920282938/
labs: https://github.com/leecalcote/istio-service-mesh-workshop
slides: https://calcotestudios.com/talks/decks/slides-oreilly-live-online-training-introduction-to-istio-february-2020.html
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.jpg b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.jpg
deleted file mode 100644
index c61b6e07f40b..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.webp b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.webp
new file mode 100644
index 000000000000..1311c04e54e3
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-dark-small.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.jpg b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.jpg
deleted file mode 100644
index 3f7e16200c72..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.webp b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.webp
new file mode 100644
index 000000000000..d1d528a555eb
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.jpg b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.jpg
deleted file mode 100644
index 3f7e16200c72..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.webp b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.webp
new file mode 100644
index 000000000000..d1d528a555eb
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_08_01-introduction_to_istio/introduction-to-istio.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.jpg b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.jpg
deleted file mode 100644
index 064d86750fc8..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.webp b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.webp
new file mode 100644
index 000000000000..578c362c3f19
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.jpg b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.jpg
deleted file mode 100644
index 064d86750fc8..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.webp b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.webp
new file mode 100644
index 000000000000..578c362c3f19
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_09_27-devfest_montreal/devfest-montreal.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.jpg b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.jpg
deleted file mode 100644
index 43ee2b091dfd..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.webp b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.webp
new file mode 100644
index 000000000000..2b8616a387dc
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.jpg b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.jpg
deleted file mode 100644
index 43ee2b091dfd..000000000000
Binary files a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.webp b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.webp
new file mode 100644
index 000000000000..2b8616a387dc
Binary files /dev/null and b/src/collections/service-mesh-workshops/2019_10_15_all_things_open_raleigh/allthingsopen-raleigh.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.jpg b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.jpg
deleted file mode 100644
index 243d7b7f6269..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.webp b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.webp
new file mode 100644
index 000000000000..bbc3f2188604
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.jpg b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.jpg
deleted file mode 100644
index 243d7b7f6269..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.png b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.png
deleted file mode 100644
index c1e14c45cefe..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.png and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.webp b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.webp
new file mode 100644
index 000000000000..9da135903338
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/cloud-native-austin-meetup.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/index.mdx b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/index.mdx
index efd48b9d6aa7..27701f3f721b 100644
--- a/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_01_16_cloud_native_austin/index.mdx
@@ -1,7 +1,7 @@
---
title: "Cloud Native Austin 2020"
abstract: "Introduction to Istio Workshop - Cloud Native Austin 2020"
-thumbnail: "./cloud-native-austin-meetup.png"
+thumbnail: "./cloud-native-austin-meetup.webp"
eurl: https://2019.allthingsopen.org/talk/using-service-meshes-workshop-extended-session/
labs: https://github.com/layer5io/istio-service-mesh-workshop
slides: https://calcotestudios.com/talks/decks/slides-cloud-native-austin-2020-introduction-to-istio.html
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/index.mdx b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/index.mdx
index 25d6f48bfc91..2c9e09f0ee8c 100644
--- a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/index.mdx
@@ -1,7 +1,7 @@
---
title: "Open Source 101 at Home"
abstract: "Solving the Service Mesh Adopterβs Dilemma - Open Source 101 at Home 2020"
-thumbnail: "./open_source_101_original.jpg"
+thumbnail: "./open_source_101_original.webp"
slides: https://calcotestudios.com/talks/decks/slides-open-source-101-at-home-solving-the-service-mesh-adopters-dilemma.html
video: https://www.youtube.com/watch?v=Q1zSWbO0RmI&list=PL3A-A6hPO2IN_HSU0pSfijBboiHggs5mC&index=2&t=0s
date: 2020-05-12 18:00:00 +0000
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.jpg b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.jpg
deleted file mode 100644
index 4313a60c863e..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.webp b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.webp
new file mode 100644
index 000000000000..7b0f49f2cff1
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.jpg b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.jpg
deleted file mode 100644
index 4313a60c863e..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.webp b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.webp
new file mode 100644
index 000000000000..7b0f49f2cff1
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.jpg b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.jpg
deleted file mode 100644
index d8890dc77cb1..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.webp b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.webp
new file mode 100644
index 000000000000..f44794723534
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_05_12_open_source_101/open_source_101_original.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/index.mdx b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/index.mdx
index 20cab147a2e9..047ee12f4385 100644
--- a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/index.mdx
@@ -1,7 +1,7 @@
---
title: "Infrastructure & Ops 2020"
abstract: "Using Service Meshes Workshop - Infrastructure & Ops 2020"
-thumbnail: "./infra-ops.png"
+thumbnail: "./infra-ops.webp"
eurl: https://conferences.oreilly.com/infrastructure-ops/io-ca
date: 2020-06-21 12:15:05 +0000
slack: http://slack.layer5.io
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.jpg b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.jpg
deleted file mode 100644
index c74cbc146947..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.webp b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.webp
new file mode 100644
index 000000000000..25dee207033e
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.jpg b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.jpg
deleted file mode 100644
index c74cbc146947..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.png b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.png
deleted file mode 100644
index 1b9318d4b385..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.png and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.webp b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.webp
new file mode 100644
index 000000000000..1111c7071ef3
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_06_20_infra-ops/infra-ops.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/index.mdx b/src/collections/service-mesh-workshops/2020_07_14-oscon/index.mdx
index 7cff289b5204..7493d7abd29c 100644
--- a/src/collections/service-mesh-workshops/2020_07_14-oscon/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_07_14-oscon/index.mdx
@@ -1,7 +1,7 @@
---
title: "OSCON 2020"
abstract: "Using Service Meshes Workshop - OSCON 2020"
-thumbnail: "./oscon.png"
+thumbnail: "./oscon.webp"
eurl: https://conferences.oreilly.com/oscon/oscon-or
date: 2020-07-14 12:15:05 +0000
slack: http://slack.layer5.io
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.jpg b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.jpg
deleted file mode 100644
index aff4487dacf4..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.webp b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.webp
new file mode 100644
index 000000000000..8bb50942f2cf
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon-square.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.jpg b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.jpg
deleted file mode 100644
index aff4487dacf4..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.png b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.png
deleted file mode 100644
index 48fb94062315..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.png and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.webp b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.webp
new file mode 100644
index 000000000000..fc2018b129da
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_07_14-oscon/oscon.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/index.mdx b/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/index.mdx
index 6a41f89f78d9..0a3fbaf4825c 100644
--- a/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/index.mdx
@@ -1,7 +1,7 @@
---
title: "Service Mesh Fundamentals with Linkerd"
abstract: "Service Mesh Fundamentals with Linkerd"
-thumbnail: "./service-mesh-fundamentals-with-linkerd-small.jpg"
+thumbnail: "./service-mesh-fundamentals-with-linkerd-small.webp"
eurl: https://learning.oreilly.com/live-training/courses/service-mesh-fundamentals-with-linkerd/0636920418085/
labs: https://github.com/layer5io/linkerd-service-mesh-workshop
#slides: https://calcotestudios.com/talks/
diff --git a/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.jpg b/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.jpg
deleted file mode 100644
index 72d1f6039fe4..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.webp b/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.webp
new file mode 100644
index 000000000000..6e4c591beaa9
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_10_12-service-mesh-fundamentals-with-linkerd/service-mesh-fundamentals-with-linkerd-small.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.jpg b/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.jpg
deleted file mode 100644
index 2bd4faa15e29..000000000000
Binary files a/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.webp b/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.webp
new file mode 100644
index 000000000000..c655cba50c44
Binary files /dev/null and b/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/advanced-istio-small.webp differ
diff --git a/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/index.mdx b/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/index.mdx
index 58536b744366..8c10858f232f 100644
--- a/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/index.mdx
+++ b/src/collections/service-mesh-workshops/2020_12_09-advanced-istio/index.mdx
@@ -1,7 +1,7 @@
---
title: "Advanced Istio"
abstract: "Advanced Istio - O'Reilly Online Live Training"
-thumbnail: "./advanced-istio-small.jpg"
+thumbnail: "./advanced-istio-small.webp"
eurl: https://learning.oreilly.com/live-training/courses/advanced-istio/0636920471639/
labs: https://github.com/layer5io/advanced-istio-service-mesh-workshop
#slides: https://calcotestudios.com/talks/
diff --git a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.jpg b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.jpg
deleted file mode 100644
index 60e74f5e043d..000000000000
Binary files a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.jpg and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.webp b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.webp
new file mode 100644
index 000000000000..e7c231d408d7
Binary files /dev/null and b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo-bigsquare.webp differ
diff --git a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.png b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.png
deleted file mode 100644
index 60b0ab8edce9..000000000000
Binary files a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.png and /dev/null differ
diff --git a/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.webp b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.webp
new file mode 100644
index 000000000000..239af08bda6d
Binary files /dev/null and b/src/collections/service-mesh-workshops/2021_02_22-istiocon/istiocon-logo.webp differ
diff --git a/src/components/Call-To-Actions/CTA_Bottom/cta_bottom_categories.js b/src/components/Call-To-Actions/CTA_Bottom/cta_bottom_categories.js
index 23f35ac2f38b..23d3903054a8 100644
--- a/src/components/Call-To-Actions/CTA_Bottom/cta_bottom_categories.js
+++ b/src/components/Call-To-Actions/CTA_Bottom/cta_bottom_categories.js
@@ -1,5 +1,5 @@
-import img_source from "../../../assets/images/callout/callout.png";
-import meshmap_icon from "../../../assets/images/meshmap/icon-only/meshmap-icon.png";
+import img_source from "../../../assets/images/callout/callout.webp";
+import meshmap_icon from "../../../assets/images/meshmap/icon-only/meshmap-icon.webp";
import docker from "../../../assets/images/docker-extension/docker-extension-meshery-logo.svg";
export const Categories = {
diff --git a/src/components/Call-To-Actions/CTA_Bottom/index.js b/src/components/Call-To-Actions/CTA_Bottom/index.js
index 5fea7b8f2bdb..a205b330000d 100644
--- a/src/components/Call-To-Actions/CTA_Bottom/index.js
+++ b/src/components/Call-To-Actions/CTA_Bottom/index.js
@@ -1,5 +1,5 @@
import React from "react";
-import image_src from "../../../assets/images/callout/callout.png";
+import image_src from "../../../assets/images/callout/callout.webp";
import styled from "styled-components";
import Button from "../../../reusecore/Button";
import { Categories } from "./cta_bottom_categories";
diff --git a/src/components/Call-To-Actions/CTA_FullWidth/cta_fullwidth_categories.js b/src/components/Call-To-Actions/CTA_FullWidth/cta_fullwidth_categories.js
index 6ce45c3cbfd7..1dfffa0d314a 100644
--- a/src/components/Call-To-Actions/CTA_FullWidth/cta_fullwidth_categories.js
+++ b/src/components/Call-To-Actions/CTA_FullWidth/cta_fullwidth_categories.js
@@ -1,4 +1,4 @@
-import img_source from "../../../assets/images/callout/callout.png";
+import img_source from "../../../assets/images/callout/callout.webp";
export const Categories = {
"Community": {
diff --git a/src/components/Call-To-Actions/CTA_FullWidth/index.js b/src/components/Call-To-Actions/CTA_FullWidth/index.js
index 252105089ce5..ee6d1d161cba 100644
--- a/src/components/Call-To-Actions/CTA_FullWidth/index.js
+++ b/src/components/Call-To-Actions/CTA_FullWidth/index.js
@@ -1,5 +1,5 @@
import React from "react";
-import image_src from "../../../assets/images/callout/callout.png";
+import image_src from "../../../assets/images/callout/callout.webp";
import styled from "styled-components";
import Button from "../../../reusecore/Button";
import { Categories } from "./cta_fullwidth_categories";
diff --git a/src/components/Call-To-Actions/CTA_ImageOnly/cta_imageonly_categories.js b/src/components/Call-To-Actions/CTA_ImageOnly/cta_imageonly_categories.js
index 898d1e44c904..d9cf8cb64623 100644
--- a/src/components/Call-To-Actions/CTA_ImageOnly/cta_imageonly_categories.js
+++ b/src/components/Call-To-Actions/CTA_ImageOnly/cta_imageonly_categories.js
@@ -1,4 +1,4 @@
-import img_source from "../../../assets/images/callout/callout.png";
+import img_source from "../../../assets/images/callout/callout.webp";
export const Categories = {
"Community": {
diff --git a/src/components/Call-To-Actions/CTA_ImageOnly/index.js b/src/components/Call-To-Actions/CTA_ImageOnly/index.js
index 634bb6dd9661..6fd2d7442a4c 100644
--- a/src/components/Call-To-Actions/CTA_ImageOnly/index.js
+++ b/src/components/Call-To-Actions/CTA_ImageOnly/index.js
@@ -1,6 +1,6 @@
import React from "react";
import { Link } from "gatsby";
-import image_src from "../../../assets/images/callout/callout.png";
+import image_src from "../../../assets/images/callout/callout.webp";
import styled from "styled-components";
import { Categories } from "./cta_imageonly_categories";
diff --git a/src/components/Call-To-Actions/README.md b/src/components/Call-To-Actions/README.md
index ff168842a4c5..02ff530df4c4 100644
--- a/src/components/Call-To-Actions/README.md
+++ b/src/components/Call-To-Actions/README.md
@@ -23,7 +23,7 @@ Using `` will render the full-width CTA with the default data h
But,
```
props.theme.shadowLightColor};
diff --git a/src/components/seo.js b/src/components/seo.js
index edf6422e8bc4..91ab0d7a221a 100644
--- a/src/components/seo.js
+++ b/src/components/seo.js
@@ -2,7 +2,7 @@ import React from "react";
import PropTypes from "prop-types";
import { useLocation } from "@reach/router";
import { useStaticQuery, graphql } from "gatsby";
-import FavIcon from "../assets/images/favicon.png";
+import FavIcon from "../assets/images/favicon.webp";
export const useSiteMetadata = () => {
diff --git a/src/pages/catalog.js b/src/pages/catalog.js
index b2054b62c1a9..f7e0eb096411 100644
--- a/src/pages/catalog.js
+++ b/src/pages/catalog.js
@@ -14,5 +14,5 @@ export default Catalog;
export const Head = () => {
return ;
+ image="/images/meshery-logo-dark-text.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/cloud-native-management/meshery/getting-started.js b/src/pages/cloud-native-management/meshery/getting-started.js
index 6a3127ec176c..f7c2e329a0dd 100644
--- a/src/pages/cloud-native-management/meshery/getting-started.js
+++ b/src/pages/cloud-native-management/meshery/getting-started.js
@@ -21,5 +21,5 @@ export default MesheryMainPage;
export const Head = () => {
return ;
+ image="/images/meshery-logo-dark-text.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/cloud-native-management/meshery/index.js b/src/pages/cloud-native-management/meshery/index.js
index 525e7c566218..3da9f7e42b25 100644
--- a/src/pages/cloud-native-management/meshery/index.js
+++ b/src/pages/cloud-native-management/meshery/index.js
@@ -15,5 +15,5 @@ export default Meshery;
export const Head = () => {
return ;
+ image="/images/meshery-logo-dark-text.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/cloud-native-management/meshery/meshery-operator.js b/src/pages/cloud-native-management/meshery/meshery-operator.js
index 8ecdee646c14..a96761559846 100644
--- a/src/pages/cloud-native-management/meshery/meshery-operator.js
+++ b/src/pages/cloud-native-management/meshery/meshery-operator.js
@@ -15,5 +15,5 @@ export default MesheryOperator;
export const Head = () => {
return ;
+ image="/images/meshery-operator.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/cloud-native-management/meshery/operating-service-meshes.js b/src/pages/cloud-native-management/meshery/operating-service-meshes.js
index b22ccfb4f7ed..a96b551959cd 100644
--- a/src/pages/cloud-native-management/meshery/operating-service-meshes.js
+++ b/src/pages/cloud-native-management/meshery/operating-service-meshes.js
@@ -9,7 +9,7 @@ import VisualTopology from "../../../sections/Meshery/How-meshery-works/images/v
import MesheryOperatorLogo from "../../../sections/Meshery/How-meshery-works/images/meshery-operator-dark.svg";
import Smi from "../../../assets/images/app/projects/smi.svg";
import WebA from "../../../sections/Meshery/How-meshery-works/images/webassembly_logo.svg";
-import SMP from "../../../sections/Meshery/How-meshery-works/images/smp-dark-text.png";
+import SMP from "../../../sections/Meshery/How-meshery-works/images/smp-dark-text.webp";
import { ReactComponent as GithubLogo } from "../../../assets/images/socialIcons/github_colorMode.svg";
import loadable from "@loadable/component";
const HowMesheryWorks = loadable(() => import ("../../../sections/Meshery/How-meshery-works"));
@@ -114,5 +114,5 @@ export default OperatingServiceMeshes;
export const Head = () => {
return ;
+ image="/images/meshery-logo-dark-text.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/community/members.js b/src/pages/community/members.js
index 6a958af86259..f66480cbbcde 100644
--- a/src/pages/community/members.js
+++ b/src/pages/community/members.js
@@ -19,8 +19,8 @@ import landscapeIcon from "../../assets/images/landscape/layer5_landscape_green.
import mesheryIcon from "../../assets/images/meshery/icon-only/meshery-logo-light.svg";
import mesheryOpIcon from "../../assets/images/meshery-operator/meshery-operator-dark.svg";
import smpIcon from "../../assets/images/service-mesh-performance/icon/smp-dark.svg";
-import inactiveIcon from "../../assets/images/status/inactive.png";
-import activeIcon from "../../assets/images/status/active.png";
+import inactiveIcon from "../../assets/images/status/inactive.webp";
+import activeIcon from "../../assets/images/status/active.webp";
import patternsIcon from "../../assets/images/service-mesh-patterns/service-mesh-pattern.svg";
import uiuxrIcon from "../../assets/images/uiuxr/uiuxr.svg";
/**
diff --git a/src/pages/community/meshmates.js b/src/pages/community/meshmates.js
index 9fbb742a9f2a..76e0236ab773 100644
--- a/src/pages/community/meshmates.js
+++ b/src/pages/community/meshmates.js
@@ -3,7 +3,7 @@ import SEO from "../../components/seo";
import Meshmates from "../../sections/Community/Meshmates";
-import seoImage from "../../assets/images/meshmate/meshmate-icon.png";
+import seoImage from "../../assets/images/meshmate/meshmate-icon.webp";
const MeshmatePage = () => {
return (
<>
diff --git a/src/pages/docker-extension-meshery.js b/src/pages/docker-extension-meshery.js
index 2e9836fe5062..67e4a5f3ff33 100644
--- a/src/pages/docker-extension-meshery.js
+++ b/src/pages/docker-extension-meshery.js
@@ -15,5 +15,5 @@ export default MesheryDocker;
export const Head = () => {
return ;
+ image="/images/meshery-logo-dark-text.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/index.js b/src/pages/index.js
index 67fe82b4a8c5..0b78c90b3969 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -49,7 +49,7 @@ export const Head = () => {
"@type": "Corporation",
"name": "Layer5",
"url": "https://layer5.io/",
- "logo": "https://layer5.io/images/layer5-gradient.png",
+ "logo": "https://layer5.io/images/layer5-gradient.webp",
"sameAs": [
"https://twitter.com/layer5",
"https://www.linkedin.com/company/layer5/",
diff --git a/src/pages/learn/index.js b/src/pages/learn/index.js
index 2f89c3ad4850..fbb35042295a 100644
--- a/src/pages/learn/index.js
+++ b/src/pages/learn/index.js
@@ -15,5 +15,5 @@ export default LearnGridPage;
export const Head = () => {
return ;
+ image="/images/workshops.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/learn/learning-paths.js b/src/pages/learn/learning-paths.js
index f5505842ad14..7bbed8d6c0fb 100644
--- a/src/pages/learn/learning-paths.js
+++ b/src/pages/learn/learning-paths.js
@@ -15,5 +15,5 @@ export default LearningPathsPage;
export const Head = () => {
return ;
+ image="/images/workshops.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/newcomers.js b/src/pages/newcomers.js
index 88633350d53c..cd052dbc5682 100644
--- a/src/pages/newcomers.js
+++ b/src/pages/newcomers.js
@@ -13,5 +13,5 @@ const NewcomersPage = () => {
};
export default NewcomersPage;
export const Head = () => {
- return ;
+ return ;
};
\ No newline at end of file
diff --git a/src/pages/projects/image-hub.js b/src/pages/projects/image-hub.js
index da8a924275f9..fd7e0c60ed80 100644
--- a/src/pages/projects/image-hub.js
+++ b/src/pages/projects/image-hub.js
@@ -15,5 +15,5 @@ export default ImageHub;
export const Head = () => {
return ;
+ image="/images/layer5-image-hub.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/projects/index.js b/src/pages/projects/index.js
index ab3bca2ae6cd..12a383c46469 100644
--- a/src/pages/projects/index.js
+++ b/src/pages/projects/index.js
@@ -36,5 +36,5 @@ export default ProjectGridPage;
export const Head = () => {
return ;
+ image="/images/layer5-projects.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/projects/service-mesh-interface-conformance.js b/src/pages/projects/service-mesh-interface-conformance.js
index 700f1d1e3b6b..64f360fac63c 100644
--- a/src/pages/projects/service-mesh-interface-conformance.js
+++ b/src/pages/projects/service-mesh-interface-conformance.js
@@ -17,5 +17,5 @@ export const Head = () => {
description="Layer5 is the maker of Meshery and Service Mesh Performance (SMP) and maintainers of Service Mesh Interface (SMI).
We are the largest collection of cloud native projects and their maintainers in the world.
Contact Layer5 for help with operating a service mesh."
- image="/images/servicemeshinterface-icon-color.png" />;
+ image="/images/servicemeshinterface-icon-color.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/projects/service-mesh-performance.js b/src/pages/projects/service-mesh-performance.js
index 627746eaf48b..7dc3ff6802d3 100644
--- a/src/pages/projects/service-mesh-performance.js
+++ b/src/pages/projects/service-mesh-performance.js
@@ -15,5 +15,5 @@ export default SMP;
export const Head = () => {
return ;
+ image="/images/smp-dark.webp" />;
};
\ No newline at end of file
diff --git a/src/pages/service-mesh-landscape.js b/src/pages/service-mesh-landscape.js
index c02b8428f4e1..493cdbb1ff46 100644
--- a/src/pages/service-mesh-landscape.js
+++ b/src/pages/service-mesh-landscape.js
@@ -13,5 +13,5 @@ const LandscapeGridPage = () => {
};
export default LandscapeGridPage;
export const Head = () => {
- return ;
+ return ;
};
\ No newline at end of file
diff --git a/src/reusecore/Particle/index.js b/src/reusecore/Particle/index.js
index c6c2eb8eec73..32258fc9b122 100644
--- a/src/reusecore/Particle/index.js
+++ b/src/reusecore/Particle/index.js
@@ -1,9 +1,9 @@
import React from "react";
import Particles from "react-tsparticles";
-import meshery from "../../assets/images/app/projects/meshery-logo-white.png";
-import smp from "../../assets/images/app/projects/smp.png";
-import imagehub from "../../assets/images/app/projects/layer5-image-hub.png";
+import meshery from "../../assets/images/app/projects/meshery-logo-white.webp";
+import smp from "../../assets/images/app/projects/smp.webp";
+import imagehub from "../../assets/images/app/projects/layer5-image-hub.webp";
export default () => (
{
const data = useStaticQuery(
diff --git a/src/sections/Careers/Careers-Internship-grid/index.js b/src/sections/Careers/Careers-Internship-grid/index.js
index 81c89fbdd95c..e5df363794a6 100644
--- a/src/sections/Careers/Careers-Internship-grid/index.js
+++ b/src/sections/Careers/Careers-Internship-grid/index.js
@@ -8,8 +8,8 @@ import ProgramsGrid from "../Careers-Programs-grid/index";
import FAQ from "../../General/Faq";
-const UEM_Img = "../../../assets/images/partners/uem_partner.png";
-const Univ_Texas_Img = "../../../assets/images/partners/texas_partner.png";
+const UEM_Img = "../../../assets/images/partners/uem_partner.webp";
+const Univ_Texas_Img = "../../../assets/images/partners/texas_partner.webp";
const Peek_Img = "../../../assets/images/layer5/layer5-peek-card-edited.svg";
const InternshipPage = ({ hide_heading }) => {
diff --git a/src/sections/Client/index.js b/src/sections/Client/index.js
index 817a8b593fa9..78668e432196 100644
--- a/src/sections/Client/index.js
+++ b/src/sections/Client/index.js
@@ -3,11 +3,11 @@ import React from "react";
import { SlickSlider, SliderItem } from "../../reusecore/SlickSlider";
import { Container } from "../../reusecore/Layout";
-import Client1 from "../../assets/images/app/clients/client-1.png";
-import Client2 from "../../assets/images/app/clients/client-2.png";
-import Client3 from "../../assets/images/app/clients/client-3.png";
-import Client4 from "../../assets/images/app/clients/client-4.png";
-import Client5 from "../../assets/images/app/clients/client-5.png";
+import Client1 from "../../assets/images/app/clients/client-1.webp";
+import Client2 from "../../assets/images/app/clients/client-2.webp";
+import Client3 from "../../assets/images/app/clients/client-3.webp";
+import Client4 from "../../assets/images/app/clients/client-4.webp";
+import Client5 from "../../assets/images/app/clients/client-5.webp";
import ClientsSectionWrapper from "./clientSection.style";
diff --git a/src/sections/Community/Community-pictures/Abishek Kumar.png b/src/sections/Community/Community-pictures/Abishek Kumar.png
deleted file mode 100644
index 1703d378b11e..000000000000
Binary files a/src/sections/Community/Community-pictures/Abishek Kumar.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Abishek Kumar.webp b/src/sections/Community/Community-pictures/Abishek Kumar.webp
new file mode 100644
index 000000000000..2de6bb628a88
Binary files /dev/null and b/src/sections/Community/Community-pictures/Abishek Kumar.webp differ
diff --git a/src/sections/Community/Community-pictures/Aisuko Li.png b/src/sections/Community/Community-pictures/Aisuko Li.png
deleted file mode 100644
index 871a2d2f769f..000000000000
Binary files a/src/sections/Community/Community-pictures/Aisuko Li.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Aisuko Li.webp b/src/sections/Community/Community-pictures/Aisuko Li.webp
new file mode 100644
index 000000000000..10810375ece2
Binary files /dev/null and b/src/sections/Community/Community-pictures/Aisuko Li.webp differ
diff --git a/src/sections/Community/Community-pictures/Anirudh Jain.png b/src/sections/Community/Community-pictures/Anirudh Jain.png
deleted file mode 100644
index f70f89750fb3..000000000000
Binary files a/src/sections/Community/Community-pictures/Anirudh Jain.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Anirudh Jain.webp b/src/sections/Community/Community-pictures/Anirudh Jain.webp
new file mode 100644
index 000000000000..95793823548d
Binary files /dev/null and b/src/sections/Community/Community-pictures/Anirudh Jain.webp differ
diff --git a/src/sections/Community/Community-pictures/Augustine Ogiza.png b/src/sections/Community/Community-pictures/Augustine Ogiza.png
deleted file mode 100644
index 2a1366d0ba12..000000000000
Binary files a/src/sections/Community/Community-pictures/Augustine Ogiza.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Augustine Ogiza.webp b/src/sections/Community/Community-pictures/Augustine Ogiza.webp
new file mode 100644
index 000000000000..7499dcbf9005
Binary files /dev/null and b/src/sections/Community/Community-pictures/Augustine Ogiza.webp differ
diff --git a/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.jpg b/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.jpg
deleted file mode 100644
index 393c719dc477..000000000000
Binary files a/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.webp b/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.webp
new file mode 100644
index 000000000000..9d994c8231c7
Binary files /dev/null and b/src/sections/Community/Community-pictures/Derek Weeks and Lee at book signing at All Things Open.webp differ
diff --git a/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg b/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg
deleted file mode 100644
index 72499fac3461..000000000000
Binary files a/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp b/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp
new file mode 100644
index 000000000000..6d28f0b6dfb9
Binary files /dev/null and b/src/sections/Community/Community-pictures/First meeting with Ishita Kumar -2020-06-11 at 3.37.52 PM.webp differ
diff --git a/src/sections/Community/Community-pictures/Jash Patel.png b/src/sections/Community/Community-pictures/Jash Patel.png
deleted file mode 100644
index d11a23751d46..000000000000
Binary files a/src/sections/Community/Community-pictures/Jash Patel.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Jash Patel.webp b/src/sections/Community/Community-pictures/Jash Patel.webp
new file mode 100644
index 000000000000..384f39812cc0
Binary files /dev/null and b/src/sections/Community/Community-pictures/Jash Patel.webp differ
diff --git a/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg b/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg
deleted file mode 100644
index 4fd4374b047a..000000000000
Binary files a/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp b/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp
new file mode 100644
index 000000000000..77bc4d861406
Binary files /dev/null and b/src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp differ
diff --git a/src/sections/Community/Community-pictures/Michael Gfeller.png b/src/sections/Community/Community-pictures/Michael Gfeller.png
deleted file mode 100644
index c493ad7d274e..000000000000
Binary files a/src/sections/Community/Community-pictures/Michael Gfeller.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Michael Gfeller.webp b/src/sections/Community/Community-pictures/Michael Gfeller.webp
new file mode 100644
index 000000000000..94f2b21ecc94
Binary files /dev/null and b/src/sections/Community/Community-pictures/Michael Gfeller.webp differ
diff --git a/src/sections/Community/Community-pictures/Navendu Pottekkat.png b/src/sections/Community/Community-pictures/Navendu Pottekkat.png
deleted file mode 100644
index 50074a31d706..000000000000
Binary files a/src/sections/Community/Community-pictures/Navendu Pottekkat.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Navendu Pottekkat.webp b/src/sections/Community/Community-pictures/Navendu Pottekkat.webp
new file mode 100644
index 000000000000..6d80d8a24db6
Binary files /dev/null and b/src/sections/Community/Community-pictures/Navendu Pottekkat.webp differ
diff --git a/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.png b/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.png
deleted file mode 100644
index f6cbc5842f4b..000000000000
Binary files a/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.webp b/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.webp
new file mode 100644
index 000000000000..e5c0702e0767
Binary files /dev/null and b/src/sections/Community/Community-pictures/Nikhil Ladha - MeshMate of the Year.webp differ
diff --git a/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.png b/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.png
deleted file mode 100644
index 3d17aaf631a5..000000000000
Binary files a/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.webp b/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.webp
new file mode 100644
index 000000000000..67a51e3769fc
Binary files /dev/null and b/src/sections/Community/Community-pictures/Rodolfo Martinez Vega.webp differ
diff --git a/src/sections/Community/Community-pictures/Shriti Chandra.png b/src/sections/Community/Community-pictures/Shriti Chandra.png
deleted file mode 100644
index 7b4023a9b659..000000000000
Binary files a/src/sections/Community/Community-pictures/Shriti Chandra.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Shriti Chandra.webp b/src/sections/Community/Community-pictures/Shriti Chandra.webp
new file mode 100644
index 000000000000..59fd01f76d1a
Binary files /dev/null and b/src/sections/Community/Community-pictures/Shriti Chandra.webp differ
diff --git a/src/sections/Community/Community-pictures/Utkarsh Srivasta.png b/src/sections/Community/Community-pictures/Utkarsh Srivasta.png
deleted file mode 100644
index 5168a6f8e8ad..000000000000
Binary files a/src/sections/Community/Community-pictures/Utkarsh Srivasta.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Utkarsh Srivasta.webp b/src/sections/Community/Community-pictures/Utkarsh Srivasta.webp
new file mode 100644
index 000000000000..8345acb55bc4
Binary files /dev/null and b/src/sections/Community/Community-pictures/Utkarsh Srivasta.webp differ
diff --git a/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.png b/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.png
deleted file mode 100644
index bdf21099591c..000000000000
Binary files a/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.png and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.webp b/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.webp
new file mode 100644
index 000000000000..5e6a42cf9263
Binary files /dev/null and b/src/sections/Community/Community-pictures/Yogi Porla showing Layer5 partnership at HPE Discover.webp differ
diff --git a/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.jpg b/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.jpg
deleted file mode 100644
index 528bea5a630f..000000000000
Binary files a/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.webp b/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.webp
new file mode 100644
index 000000000000..b9a1b8acb3cf
Binary files /dev/null and b/src/sections/Community/Community-pictures/ed-warnicke-network-service-mesh.webp differ
diff --git a/src/sections/Community/Community-pictures/gsoc-shirt.jpg b/src/sections/Community/Community-pictures/gsoc-shirt.jpg
deleted file mode 100644
index 3bccfb27b5c0..000000000000
Binary files a/src/sections/Community/Community-pictures/gsoc-shirt.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/gsoc-shirt.webp b/src/sections/Community/Community-pictures/gsoc-shirt.webp
new file mode 100644
index 000000000000..c941383bbe66
Binary files /dev/null and b/src/sections/Community/Community-pictures/gsoc-shirt.webp differ
diff --git a/src/sections/Community/Community-pictures/istio-up-and-running-framed.jpg b/src/sections/Community/Community-pictures/istio-up-and-running-framed.jpg
deleted file mode 100644
index 76e714498d2c..000000000000
Binary files a/src/sections/Community/Community-pictures/istio-up-and-running-framed.jpg and /dev/null differ
diff --git a/src/sections/Community/Community-pictures/istio-up-and-running-framed.webp b/src/sections/Community/Community-pictures/istio-up-and-running-framed.webp
new file mode 100644
index 000000000000..751ef9b1142d
Binary files /dev/null and b/src/sections/Community/Community-pictures/istio-up-and-running-framed.webp differ
diff --git a/src/sections/Community/Handbook/contributing.js b/src/sections/Community/Handbook/contributing.js
index bc7bf35e1d36..eceb179297ef 100644
--- a/src/sections/Community/Handbook/contributing.js
+++ b/src/sections/Community/Handbook/contributing.js
@@ -17,9 +17,9 @@ const contents = [
];
const contributingGuide = () => {
- const Signoff = "../../../../.github/assets/images/git-signoff-vscode.png";
- const compareAndPR = "../../../../.github/assets/images/compare-and-pr.png";
- const createPR = "../../../../.github/assets/images/create-pr.png";
+ const Signoff = "../../../../.github/assets/images/git-signoff-vscode.webp";
+ const compareAndPR = "../../../../.github/assets/images/compare-and-pr.webp";
+ const createPR = "../../../../.github/assets/images/create-pr.webp";
return (
diff --git a/src/sections/Community/Handbook/programs-data.js b/src/sections/Community/Handbook/programs-data.js
index c5a085fd81d4..ad547a32751c 100644
--- a/src/sections/Community/Handbook/programs-data.js
+++ b/src/sections/Community/Handbook/programs-data.js
@@ -1,11 +1,11 @@
import SCA from "../../../collections/programs/sca-contributhon/sca.svg";
import MLH from "../../../collections/programs/mlh-2020/mlh.svg";
-import LFX from "../../../collections/programs/lfx-2022/Linux_Foundation_logo.png";
-import Hacktoberfest from "../../../assets/images/programs/hacktoberfest.png";
+import LFX from "../../../collections/programs/lfx-2022/Linux_Foundation_logo.webp";
+import Hacktoberfest from "../../../assets/images/programs/hacktoberfest.webp";
import GSOC from "../../../collections/programs/gsoc-2020/gsoc.svg";
-import GSOD from "../../../collections/programs/gsod/gsod.png";
+import GSOD from "../../../collections/programs/gsod/gsod.webp";
import Layer from "../../../assets/images/layer5/layer5-only/svg/layer5-white-bg.svg";
-import Bridge from "../../../collections/programs/communitybridge/communitybridge-blue.png";
+import Bridge from "../../../collections/programs/communitybridge/communitybridge-blue.webp";
export const programs_data = [
{
diff --git a/src/sections/Community/Newcomers-guide/community-image4.png b/src/sections/Community/Newcomers-guide/community-image4.png
deleted file mode 100644
index 8908cdb4e49a..000000000000
Binary files a/src/sections/Community/Newcomers-guide/community-image4.png and /dev/null differ
diff --git a/src/sections/Community/Newcomers-guide/community-image4.webp b/src/sections/Community/Newcomers-guide/community-image4.webp
new file mode 100644
index 000000000000..9eaa32e9d0ba
Binary files /dev/null and b/src/sections/Community/Newcomers-guide/community-image4.webp differ
diff --git a/src/sections/Community/Newcomers-guide/index.js b/src/sections/Community/Newcomers-guide/index.js
index 2541c624e480..9333d2d99981 100644
--- a/src/sections/Community/Newcomers-guide/index.js
+++ b/src/sections/Community/Newcomers-guide/index.js
@@ -5,15 +5,15 @@ import { Col, Container, Row } from "../../../reusecore/Layout";
import PageHeader from "../../../reusecore/PageHeader";
import { NewcomersGuideWrapper } from "./NewcomersPageWrapper.style";
import { ReactComponent as CommunityImage1 } from "../../../assets/images/newcomers-page-images/contributor-chest-colorMode.svg";
-import CommunityImage4 from "./community-image4.png";
+import CommunityImage4 from "./community-image4.webp";
import TutorialsTable from "./Tutorials-table";
import NewcomersMap from "./newcomers-map";
import JoinCommunity from "../Join-community";
import longArrow from "./long-arrow.svg";
import { StaticImage } from "gatsby-plugin-image";
-const CommunityImage2 = "../../../assets/images/newcomers-page-images/community-image3.png";
-const CommunityImage3 = "../../../assets/images/newcomers-page-images/community-collage.png";
+const CommunityImage2 = "../../../assets/images/newcomers-page-images/community-image3.webp";
+const CommunityImage3 = "../../../assets/images/newcomers-page-images/community-collage.webp";
const NewcomersGuide = () => {
const [hover, setHover] = useState(false);
diff --git a/src/sections/Community/Web-based-from/Vector.png b/src/sections/Community/Web-based-from/Vector.png
deleted file mode 100644
index 88649cb48107..000000000000
Binary files a/src/sections/Community/Web-based-from/Vector.png and /dev/null differ
diff --git a/src/sections/Community/Web-based-from/Vector.webp b/src/sections/Community/Web-based-from/Vector.webp
new file mode 100644
index 000000000000..60fc9bec094d
Binary files /dev/null and b/src/sections/Community/Web-based-from/Vector.webp differ
diff --git a/src/sections/Community/index.js b/src/sections/Community/index.js
index 8db833505f74..33b86063f55d 100644
--- a/src/sections/Community/index.js
+++ b/src/sections/Community/index.js
@@ -9,7 +9,7 @@ import PictureSlider from "./slider";
import { FaArrowRight } from "@react-icons/all-files/fa/FaArrowRight";
import { FaUsers } from "@react-icons/all-files/fa/FaUsers";
import CommunitySectionWrapper from "./community.style";
-import Lee_workshop from "../../assets/images/community/Lee_Workshop.png";
+import Lee_workshop from "../../assets/images/community/Lee_Workshop.webp";
import NewcomersMap from "./Newcomers-guide/newcomers-map.js";
import DiscussCallout from "../../sections/Discuss-Callout";
import { ReactComponent as MeshmateIcon } from "../../assets/images/meshmate/meshmate-stack-colorMode.svg";
@@ -18,7 +18,7 @@ import { getImage } from "gatsby-plugin-image";
import { BgImage } from "gbimage-bridge";
import useHasMounted from "../../utils/useHasMounted";
-const CommunityMember = "./Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.jpg";
+const CommunityMember = "./Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp";
const CommunityPage = () => {
@@ -26,7 +26,7 @@ const CommunityPage = () => {
graphql`
query {
backgroundImage123: file(
- relativePath: { eq: "bookmarks.jpg" }
+ relativePath: { eq: "bookmarks.webp" }
) {
childImageSharp {
gatsbyImageData(
diff --git a/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.png b/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.png
deleted file mode 100644
index bd6cf3d4f95b..000000000000
Binary files a/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.png and /dev/null differ
diff --git a/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.webp b/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.webp
new file mode 100644
index 000000000000..0ed374f91a16
Binary files /dev/null and b/src/sections/Company/About/images/CNCF-Service-Mesh-WG-1.webp differ
diff --git a/src/sections/Company/About/images/Community_meetup.png b/src/sections/Company/About/images/Community_meetup.png
deleted file mode 100644
index 18a869ebd199..000000000000
Binary files a/src/sections/Company/About/images/Community_meetup.png and /dev/null differ
diff --git a/src/sections/Company/About/images/Community_meetup.webp b/src/sections/Company/About/images/Community_meetup.webp
new file mode 100644
index 000000000000..12784ee09e97
Binary files /dev/null and b/src/sections/Company/About/images/Community_meetup.webp differ
diff --git a/src/sections/Company/About/images/free-tshirts.jpg b/src/sections/Company/About/images/free-tshirts.jpg
deleted file mode 100644
index d1672313a0d0..000000000000
Binary files a/src/sections/Company/About/images/free-tshirts.jpg and /dev/null differ
diff --git a/src/sections/Company/About/images/free-tshirts.webp b/src/sections/Company/About/images/free-tshirts.webp
new file mode 100644
index 000000000000..55b999b2cd96
Binary files /dev/null and b/src/sections/Company/About/images/free-tshirts.webp differ
diff --git a/src/sections/Company/About/images/layer5-bus-card.jpg b/src/sections/Company/About/images/layer5-bus-card.jpg
deleted file mode 100644
index 207ab450ae26..000000000000
Binary files a/src/sections/Company/About/images/layer5-bus-card.jpg and /dev/null differ
diff --git a/src/sections/Company/About/images/layer5-bus-card.webp b/src/sections/Company/About/images/layer5-bus-card.webp
new file mode 100644
index 000000000000..0fff2a7a1187
Binary files /dev/null and b/src/sections/Company/About/images/layer5-bus-card.webp differ
diff --git a/src/sections/Company/About/images/layer5-business-card-photo_med.jpg b/src/sections/Company/About/images/layer5-business-card-photo_med.jpg
deleted file mode 100644
index 89da9655561e..000000000000
Binary files a/src/sections/Company/About/images/layer5-business-card-photo_med.jpg and /dev/null differ
diff --git a/src/sections/Company/About/images/layer5-business-card-photo_med.webp b/src/sections/Company/About/images/layer5-business-card-photo_med.webp
new file mode 100644
index 000000000000..26487168fbe1
Binary files /dev/null and b/src/sections/Company/About/images/layer5-business-card-photo_med.webp differ
diff --git a/src/sections/Company/About/index.js b/src/sections/Company/About/index.js
index feeb24988514..2aed3309ccf6 100644
--- a/src/sections/Company/About/index.js
+++ b/src/sections/Company/About/index.js
@@ -14,7 +14,7 @@ import { ReactComponent as CNCFstackedlogo } from "./images/cncf-stacked-color.s
import { Link } from "gatsby";
const About = () => {
- const Community_meetup = "./images/Community_meetup.png";
+ const Community_meetup = "./images/Community_meetup.webp";
const Layer5Projects = "./images/layer5-projects.svg";
return (
diff --git a/src/sections/Company/Brand/Brand-components/community.js b/src/sections/Company/Brand/Brand-components/community.js
index 56836c5bf78f..df98297d3585 100644
--- a/src/sections/Company/Brand/Brand-components/community.js
+++ b/src/sections/Company/Brand/Brand-components/community.js
@@ -3,8 +3,8 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MeshMateLogoLight from "../../../../assets/images/meshmate/meshmate-icon-white.png";
-import MeshMateLogo from "../../../../assets/images/meshmate/meshmate-icon.png";
+import MeshMateLogoLight from "../../../../assets/images/meshmate/meshmate-icon-white.webp";
+import MeshMateLogo from "../../../../assets/images/meshmate/meshmate-icon.webp";
const CommunityBrand = () => {
diff --git a/src/sections/Company/Brand/Brand-components/imagehub.js b/src/sections/Company/Brand/Brand-components/imagehub.js
index 62c6cb7f7a5b..2fc72bb15a04 100644
--- a/src/sections/Company/Brand/Brand-components/imagehub.js
+++ b/src/sections/Company/Brand/Brand-components/imagehub.js
@@ -4,8 +4,8 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import ImageHub from "../../../../assets/images/image-hub/layer5-image-hub.png";
-import ImageHubWhite from "../../../../assets/images/image-hub/layer5-image-hub-white.png";
+import ImageHub from "../../../../assets/images/image-hub/layer5-image-hub.webp";
+import ImageHubWhite from "../../../../assets/images/image-hub/layer5-image-hub-white.webp";
const ImageHubBrand = () => {
diff --git a/src/sections/Company/Brand/Brand-components/layer5.js b/src/sections/Company/Brand/Brand-components/layer5.js
index 46509c35327d..97cda37563be 100644
--- a/src/sections/Company/Brand/Brand-components/layer5.js
+++ b/src/sections/Company/Brand/Brand-components/layer5.js
@@ -6,8 +6,8 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import Layer5WhiteBg from "../../../../assets/images/layer5/layer5-only/png/layer5-white-bg.png";
-import Bookmarks from "../../../../assets/images/layer5/bookmarks.png";
+import Layer5WhiteBg from "../../../../assets/images/layer5/layer5-only/png/layer5-white-bg.webp";
+import Bookmarks from "../../../../assets/images/layer5/bookmarks.webp";
import BookmarksPDF from "../../../../assets/brand/bookmarks.pdf";
import Layer5Icon from "../../../../assets/images/layer5/5 icon/svg/light/5-light-no-trim.svg";
diff --git a/src/sections/Company/Brand/Brand-components/meshery-operator.js b/src/sections/Company/Brand/Brand-components/meshery-operator.js
index 273c98fb9875..2d5b04734886 100644
--- a/src/sections/Company/Brand/Brand-components/meshery-operator.js
+++ b/src/sections/Company/Brand/Brand-components/meshery-operator.js
@@ -5,8 +5,8 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MesheryOperatorDark from "../../../../assets/images/meshery-operator/meshery-operator.png";
-import MesheryOperator from "../../../../assets/images/meshery-operator/meshery-operator-white.png";
+import MesheryOperatorDark from "../../../../assets/images/meshery-operator/meshery-operator.webp";
+import MesheryOperator from "../../../../assets/images/meshery-operator/meshery-operator-white.webp";
const MesheryOperatorWrapper = styled.section`
.sub-project {
diff --git a/src/sections/Company/Brand/Brand-components/meshery.js b/src/sections/Company/Brand/Brand-components/meshery.js
index 33bd72d05301..5f952339ec1e 100644
--- a/src/sections/Company/Brand/Brand-components/meshery.js
+++ b/src/sections/Company/Brand/Brand-components/meshery.js
@@ -4,10 +4,10 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MeshLogoLightText from "../../../../assets/images/meshery/full-logo/meshery-logo-light-text.png";
-import MeshLogoLightTextSide from "../../../../assets/images/meshery/full-logo/meshery-logo-light-text-side.png";
-import MeshDarkText from "../../../../assets/images/meshery/text-only/meshery-dark-text.png";
-import MeshLogoOnly from "../../../../assets/images/meshery/icon-only/meshery-logo-dark.png";
+import MeshLogoLightText from "../../../../assets/images/meshery/full-logo/meshery-logo-light-text.webp";
+import MeshLogoLightTextSide from "../../../../assets/images/meshery/full-logo/meshery-logo-light-text-side.webp";
+import MeshDarkText from "../../../../assets/images/meshery/text-only/meshery-dark-text.webp";
+import MeshLogoOnly from "../../../../assets/images/meshery/icon-only/meshery-logo-dark.webp";
const MesheryBrand = () => {
diff --git a/src/sections/Company/Brand/Brand-components/meshmap.js b/src/sections/Company/Brand/Brand-components/meshmap.js
index 42b142445081..d506eda88e2d 100644
--- a/src/sections/Company/Brand/Brand-components/meshmap.js
+++ b/src/sections/Company/Brand/Brand-components/meshmap.js
@@ -7,7 +7,7 @@ import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
import MeshMapIcon from "../../../../assets/images/meshmap/meshmap-color-icon.svg";
import MeshMap from "../../../../assets/images/meshmap/meshmap-color-horizontal.svg";
-import MeshMapTitle from "../../../../assets/images/meshmap/meshmap-color-text.png";
+import MeshMapTitle from "../../../../assets/images/meshmap/meshmap-color-text.webp";
const MeshMapWrapper = styled.section`
.sub-project {
diff --git a/src/sections/Company/Brand/Brand-components/meshmark.js b/src/sections/Company/Brand/Brand-components/meshmark.js
index 08413224c7b1..5f88c02bbfa2 100644
--- a/src/sections/Company/Brand/Brand-components/meshmark.js
+++ b/src/sections/Company/Brand/Brand-components/meshmark.js
@@ -5,15 +5,15 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MeshmarkDark from "../../../../assets/images/meshmark/icon/meshmark-dark.png";
-import MeshmarkLight from "../../../../assets/images/meshmark/icon/meshmark-light.png";
-import MeshmarkWhite from "../../../../assets/images/meshmark/icon/meshmark-white.png";
-import MeshmarkLightTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-light-text-side.png";
-import MeshmarkDarkTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-dark-text-side.png";
-import MeshmarkWhiteTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-white-text-side.png";
-import MeshmarkTextLight from "../../../../assets/images/meshmark/text/meshmark-light-text-charcoal.png";
-import MeshmarkTextDark from "../../../../assets/images/meshmark/text/meshmark-dark-text.png";
-import MeshmarkTextBlue from "../../../../assets/images/meshmark/text/meshmark-light-text-blue.png";
+import MeshmarkDark from "../../../../assets/images/meshmark/icon/meshmark-dark.webp";
+import MeshmarkLight from "../../../../assets/images/meshmark/icon/meshmark-light.webp";
+import MeshmarkWhite from "../../../../assets/images/meshmark/icon/meshmark-white.webp";
+import MeshmarkLightTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-light-text-side.webp";
+import MeshmarkDarkTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-dark-text-side.webp";
+import MeshmarkWhiteTextSide from "../../../../assets/images/meshmark/horizontal/meshmark-white-text-side.webp";
+import MeshmarkTextLight from "../../../../assets/images/meshmark/text/meshmark-light-text-charcoal.webp";
+import MeshmarkTextDark from "../../../../assets/images/meshmark/text/meshmark-dark-text.webp";
+import MeshmarkTextBlue from "../../../../assets/images/meshmark/text/meshmark-light-text-blue.webp";
const SMPWrap = styled.section`
.smp-logo {
diff --git a/src/sections/Company/Brand/Brand-components/meshmaster.js b/src/sections/Company/Brand/Brand-components/meshmaster.js
index 63a5a4a80cc9..e35905215f73 100644
--- a/src/sections/Company/Brand/Brand-components/meshmaster.js
+++ b/src/sections/Company/Brand/Brand-components/meshmaster.js
@@ -4,9 +4,9 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MeshMasterFull from "../../../../assets/images/meshmaster/meshmaster-full.png";
-import MeshMasterIcon from "../../../../assets/images/meshmaster/meshmaster-icon.png";
-import MeshMasterText from "../../../../assets/images/meshmaster/meshmaster-text.png";
+import MeshMasterFull from "../../../../assets/images/meshmaster/meshmaster-full.webp";
+import MeshMasterIcon from "../../../../assets/images/meshmaster/meshmaster-icon.webp";
+import MeshMasterText from "../../../../assets/images/meshmaster/meshmaster-text.webp";
const MeshMasterBrand = () => {
return (
diff --git a/src/sections/Company/Brand/Brand-components/meshsync.js b/src/sections/Company/Brand/Brand-components/meshsync.js
index 6217cbb3383a..5ac89b9db67a 100644
--- a/src/sections/Company/Brand/Brand-components/meshsync.js
+++ b/src/sections/Company/Brand/Brand-components/meshsync.js
@@ -5,8 +5,8 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import MeshSyncLight from "../../../../assets/images/meshsync/meshsync-light.png";
-import MeshSync from "../../../../assets/images/meshsync/meshsync.png";
+import MeshSyncLight from "../../../../assets/images/meshsync/meshsync-light.webp";
+import MeshSync from "../../../../assets/images/meshsync/meshsync.webp";
const MeshSyncWrapper = styled.section`
.sub-project {
diff --git a/src/sections/Company/Brand/Brand-components/servicemeshpatterns.js b/src/sections/Company/Brand/Brand-components/servicemeshpatterns.js
index ace5ec2ef2f0..2008a704cec0 100644
--- a/src/sections/Company/Brand/Brand-components/servicemeshpatterns.js
+++ b/src/sections/Company/Brand/Brand-components/servicemeshpatterns.js
@@ -4,9 +4,9 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import SmpLogo from "../../../../assets/images/service-mesh-patterns/service-mesh-patterns.png";
-import SmpWhite from "../../../../assets/images/service-mesh-patterns/service-mesh-patterns-side-white.png";
-import SmpTxt from "../../../../assets/images/service-mesh-patterns/service-mesh-pattern-text_white.png";
+import SmpLogo from "../../../../assets/images/service-mesh-patterns/service-mesh-patterns.webp";
+import SmpWhite from "../../../../assets/images/service-mesh-patterns/service-mesh-patterns-side-white.webp";
+import SmpTxt from "../../../../assets/images/service-mesh-patterns/service-mesh-pattern-text_white.webp";
const ServiceMeshPatterns = () => {
return (
diff --git a/src/sections/Company/Brand/Brand-components/smp.js b/src/sections/Company/Brand/Brand-components/smp.js
index 6f8f9034caa2..56ef30abb36e 100644
--- a/src/sections/Company/Brand/Brand-components/smp.js
+++ b/src/sections/Company/Brand/Brand-components/smp.js
@@ -5,12 +5,12 @@ import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
import ColorBox from "../../../../components/ColorBox";
import { FiDownloadCloud } from "@react-icons/all-files/fi/FiDownloadCloud";
-import SmpDark from "../../../../assets/images/service-mesh-performance/icon/smp-dark.png";
-import SmpLight from "../../../../assets/images/service-mesh-performance/icon/smp-light.png";
-import SmpWhite from "../../../../assets/images/service-mesh-performance/icon/smp-white.png";
-import SmPLightTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-light-text-side.png";
-import SmPDarkTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.png";
-import SmPWhiteTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-white-text-side.png";
+import SmpDark from "../../../../assets/images/service-mesh-performance/icon/smp-dark.webp";
+import SmpLight from "../../../../assets/images/service-mesh-performance/icon/smp-light.webp";
+import SmpWhite from "../../../../assets/images/service-mesh-performance/icon/smp-white.webp";
+import SmPLightTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-light-text-side.webp";
+import SmPDarkTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-dark-text-side.webp";
+import SmPWhiteTextSide from "../../../../assets/images/service-mesh-performance/horizontal/smp-white-text-side.webp";
const SMPWrap = styled.section`
.smp-logo {
diff --git a/src/sections/Company/Layer5-statement/index.js b/src/sections/Company/Layer5-statement/index.js
index d97cbad91754..5ab3cae12925 100644
--- a/src/sections/Company/Layer5-statement/index.js
+++ b/src/sections/Company/Layer5-statement/index.js
@@ -6,8 +6,8 @@ import svgBackground from "../../../assets/images/homePage-images/background.svg
import BannerSectionWrapper from "./statement.style";
import { StaticImage } from "gatsby-plugin-image";
-const imgHero = "../../../assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.jpg";
-// const imgHero = "./images/layer5-projects.png";
+const imgHero = "../../../assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.webp";
+// const imgHero = "./images/layer5-projects.webp";
const BannerDefault = () => {
diff --git a/src/sections/Company/Layer5-statement/layer5-projects.png b/src/sections/Company/Layer5-statement/layer5-projects.png
deleted file mode 100644
index 9e7932aaffa3..000000000000
Binary files a/src/sections/Company/Layer5-statement/layer5-projects.png and /dev/null differ
diff --git a/src/sections/Company/Layer5-statement/layer5-projects.webp b/src/sections/Company/Layer5-statement/layer5-projects.webp
new file mode 100644
index 000000000000..69bcec93d420
Binary files /dev/null and b/src/sections/Company/Layer5-statement/layer5-projects.webp differ
diff --git a/src/sections/Company/Layer5-statement/statement.style.js b/src/sections/Company/Layer5-statement/statement.style.js
index 3b5b4eb6e2ea..14e297177419 100644
--- a/src/sections/Company/Layer5-statement/statement.style.js
+++ b/src/sections/Company/Layer5-statement/statement.style.js
@@ -1,6 +1,6 @@
import styled from "styled-components";
-import imgHero from "../../../assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.jpg";
+import imgHero from "../../../assets/images/homePage-images/Lee-Calcote-Cloud-Native-Rejekts.webp";
const BannerSectionWrapper = styled.section`
diff --git a/src/sections/Company/News/index.js b/src/sections/Company/News/index.js
index d25390af7272..76b9ed7b73f0 100644
--- a/src/sections/Company/News/index.js
+++ b/src/sections/Company/News/index.js
@@ -7,11 +7,11 @@ import SectionTitle from "../../../reusecore/SectionTitle";
import { TiMessageTyping } from "@react-icons/all-files/ti/TiMessageTyping";
import { TiHeartOutline } from "@react-icons/all-files/ti/TiHeartOutline";
-import imgNews1 from "../../../assets/images/app/news/news-thumb-1.png";
-import imgNews2 from "../../../assets/images/app/news/news-thumb-2.png";
-import imgNews3 from "../../../assets/images/app/news/news-thumb-3.png";
-import particle1 from "../../../assets/images/app/particle/16.png";
-import particle2 from "../../../assets/images/app/particle/09.png";
+import imgNews1 from "../../../assets/images/app/news/news-thumb-1.webp";
+import imgNews2 from "../../../assets/images/app/news/news-thumb-2.webp";
+import imgNews3 from "../../../assets/images/app/news/news-thumb-3.webp";
+import particle1 from "../../../assets/images/app/particle/16.webp";
+import particle2 from "../../../assets/images/app/particle/09.webp";
import NewsSectionWrapper from "./newsSection.style";
diff --git a/src/sections/Company/Stewards-of-industry/index.js b/src/sections/Company/Stewards-of-industry/index.js
index 5994538eaf1f..d9d98c97f991 100644
--- a/src/sections/Company/Stewards-of-industry/index.js
+++ b/src/sections/Company/Stewards-of-industry/index.js
@@ -11,7 +11,7 @@ const StewardsOfIndustry = () => {
graphql`
query {
backgroundImage123: file(
- relativePath: { eq: "stewards/stewards.png" }
+ relativePath: { eq: "stewards/stewards.webp" }
) {
childImageSharp {
gatsbyImageData(
diff --git a/src/sections/DeployServiceMesh/index.js b/src/sections/DeployServiceMesh/index.js
index 85dfa56b32b1..25c0a636409d 100644
--- a/src/sections/DeployServiceMesh/index.js
+++ b/src/sections/DeployServiceMesh/index.js
@@ -10,7 +10,7 @@ import DeployServiceMeshWrapper from "./DeployServiceMesh.style";
import { Container, Row, Col } from "../../reusecore/Layout";
import Button from "../../reusecore/Button";
import { Link } from "gatsby";
-import bookCover from "../../assets/images/learn/book-cover.png";
+import bookCover from "../../assets/images/learn/book-cover.webp";
const RangeSlider = memo(
({ label, onChange, value, ...sliderProps }) => {
diff --git a/src/sections/Discuss-Callout/index.js b/src/sections/Discuss-Callout/index.js
index 7a3ee857e2b9..aa3b9c67dab0 100644
--- a/src/sections/Discuss-Callout/index.js
+++ b/src/sections/Discuss-Callout/index.js
@@ -4,7 +4,7 @@ import { Col } from "../../reusecore/Layout";
import SectionTitle from "../../reusecore/SectionTitle";
import DiscussWrapper from "./discuss.style";
-const Discuss = "../../assets/images/discuss/layer5-discuss-white.png";
+const Discuss = "../../assets/images/discuss/layer5-discuss-white.webp";
const DiscussCallout = () => {
return (
diff --git a/src/sections/Docker-Meshery/docker-extension-meshery.js b/src/sections/Docker-Meshery/docker-extension-meshery.js
index 5d2635af6c04..9f1e52b7b24a 100644
--- a/src/sections/Docker-Meshery/docker-extension-meshery.js
+++ b/src/sections/Docker-Meshery/docker-extension-meshery.js
@@ -8,11 +8,11 @@ const Kubernetes = "./kubernetes-logo.svg";
const mesheryworkdiagram =
"../../assets/images/mesherywork-diagram/mesherywork-diagram.svg";
const dockercompose_logo =
- "../../assets/images/dockercompose-logo/dockercompose-logo.png";
+ "../../assets/images/dockercompose-logo/dockercompose-logo.webp";
const visual_topology =
"../../assets/images/visual-topology/visual-topology.svg";
const dockerDesktop =
- "../../assets/images/docker-extension/docker-extension-meshery.png";
+ "../../assets/images/docker-extension/docker-extension-meshery.webp";
import { StaticImage } from "gatsby-plugin-image";
import { Link } from "gatsby";
diff --git a/src/sections/Docker-Meshery/kubernetes-logo.svg b/src/sections/Docker-Meshery/kubernetes-logo.svg
index bedd3b88e432..360ed4504ffc 100644
--- a/src/sections/Docker-Meshery/kubernetes-logo.svg
+++ b/src/sections/Docker-Meshery/kubernetes-logo.svg
@@ -15,7 +15,7 @@
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="logo.svg"
- inkscape:export-filename="/home/thockin/src/kubernetes/new.png"
+ inkscape:export-filename="/home/thockin/src/kubernetes/new.webp"
inkscape:export-xdpi="460.95001"
inkscape:export-ydpi="460.95001">
diff --git a/src/sections/General/Footer/images/footer-bg.png b/src/sections/General/Footer/images/footer-bg.png
deleted file mode 100644
index 6e632f9ddc1c..000000000000
Binary files a/src/sections/General/Footer/images/footer-bg.png and /dev/null differ
diff --git a/src/sections/General/Footer/images/footer-bg.webp b/src/sections/General/Footer/images/footer-bg.webp
new file mode 100644
index 000000000000..c4eefc5120a0
Binary files /dev/null and b/src/sections/General/Footer/images/footer-bg.webp differ
diff --git a/src/sections/General/Footer/images/footer-particle-two.png b/src/sections/General/Footer/images/footer-particle-two.png
deleted file mode 100644
index 7ca548a1e0c2..000000000000
Binary files a/src/sections/General/Footer/images/footer-particle-two.png and /dev/null differ
diff --git a/src/sections/General/Footer/images/footer-particle-two.webp b/src/sections/General/Footer/images/footer-particle-two.webp
new file mode 100644
index 000000000000..897c7332d916
Binary files /dev/null and b/src/sections/General/Footer/images/footer-particle-two.webp differ
diff --git a/src/sections/General/Footer/images/footer-particle.png b/src/sections/General/Footer/images/footer-particle.png
deleted file mode 100644
index 4a5696ebf185..000000000000
Binary files a/src/sections/General/Footer/images/footer-particle.png and /dev/null differ
diff --git a/src/sections/General/Footer/images/footer-particle.webp b/src/sections/General/Footer/images/footer-particle.webp
new file mode 100644
index 000000000000..9f7aa9bc94d4
Binary files /dev/null and b/src/sections/General/Footer/images/footer-particle.webp differ
diff --git a/src/sections/Home/Banner-4/index.js b/src/sections/Home/Banner-4/index.js
index 322b05d0c370..b0e02d1e9f94 100644
--- a/src/sections/Home/Banner-4/index.js
+++ b/src/sections/Home/Banner-4/index.js
@@ -22,7 +22,7 @@ const Banner1 = (props) => {
graphql`
query {
heroImage: file(
- relativePath: { eq: "poster.png" }
+ relativePath: { eq: "poster.webp" }
) {
childImageSharp {
gatsbyImageData(
diff --git a/src/sections/Home/CloudNativeManagement/index.js b/src/sections/Home/CloudNativeManagement/index.js
index 0814016b3f33..0a013214509e 100644
--- a/src/sections/Home/CloudNativeManagement/index.js
+++ b/src/sections/Home/CloudNativeManagement/index.js
@@ -3,14 +3,14 @@ import { Row, Col } from "../../../reusecore/Layout";
import SectionTitle from "../../../reusecore/SectionTitle";
import Button from "../../../reusecore/Button";
import svgBackground from "../../../assets/images/homePage-images/background.svg";
-import playIcon from "../../../assets/images/homePage-images/play-button.png";
+import playIcon from "../../../assets/images/homePage-images/play-button.webp";
import ReactPlayer from "react-player/youtube";
import BannerSectionWrapper from "./statement.style";
import { Link } from "gatsby";
-import imgHero from "../../../assets/images/meshmap/MeshmapDesigner.png";
+import imgHero from "../../../assets/images/meshmap/MeshmapDesigner.webp";
const BannerDefault = () => {
return (
diff --git a/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.png b/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.png
deleted file mode 100644
index a5612e3a3374..000000000000
Binary files a/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.png and /dev/null differ
diff --git a/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.webp b/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.webp
new file mode 100644
index 000000000000..4279ab46e806
Binary files /dev/null and b/src/sections/Home/CloudNativeManagement/meshery-playground-meshmap.webp differ
diff --git a/src/sections/Home/Layer5-statement/index.js b/src/sections/Home/Layer5-statement/index.js
index 0a4a1359f18b..74946f325256 100644
--- a/src/sections/Home/Layer5-statement/index.js
+++ b/src/sections/Home/Layer5-statement/index.js
@@ -6,7 +6,7 @@ import svgBackground from "../../../assets/images/homePage-images/background.svg
import BannerSectionWrapper from "./statement.style";
import { StaticImage } from "gatsby-plugin-image";
-const imgHero = "../../../assets/images/meshmap/MeshmapDesigner.png";
+const imgHero = "../../../assets/images/meshmap/MeshmapDesigner.webp";
// const imgHero = "../service-mesh-management/images/service-mesh.svg";
const BannerDefault = () => {
diff --git a/src/sections/Home/Projects-home/index.js b/src/sections/Home/Projects-home/index.js
index e2bcc50982a1..16eafb756a94 100644
--- a/src/sections/Home/Projects-home/index.js
+++ b/src/sections/Home/Projects-home/index.js
@@ -10,9 +10,9 @@ import CatalogLogo from "../../../assets/images/catalog-icon/catalog";
const Projects = () => {
const projectsIcon = "./images/projects.svg";
- const projectImage2 = "../../../assets/images/app/projects/smp.png";
- const projectImage3 = "../../../assets/images/app/projects/meshery-logo-light.png";
- const projectImage4 = "../../../assets/images/app/projects/nighthawk-logo.png";
+ const projectImage2 = "../../../assets/images/app/projects/smp.webp";
+ const projectImage3 = "../../../assets/images/app/projects/meshery-logo-light.webp";
+ const projectImage4 = "../../../assets/images/app/projects/nighthawk-logo.webp";
const meshmapLogo = "../../../assets/images/meshmap/icon-only/meshmap-icon.svg";
return (
diff --git a/src/sections/Home/Service-mesh-focussed/index.js b/src/sections/Home/Service-mesh-focussed/index.js
index bb870ae49c00..5bdc03fb0473 100644
--- a/src/sections/Home/Service-mesh-focussed/index.js
+++ b/src/sections/Home/Service-mesh-focussed/index.js
@@ -5,8 +5,8 @@ import BlockQuoteImage from "../../../assets/images/blockquote/quote-left.svg";
import Button from "../../../reusecore/Button";
import { FaArrowRight } from "@react-icons/all-files/fa/FaArrowRight";
import { StaticImage } from "gatsby-plugin-image";
-const ServiceMeshFocusedImage = "../../../assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png";
-const ServiceMeshPatternsImage = "../../../assets/images/homePage-images/service-mesh-patterns.png";
+const ServiceMeshFocusedImage = "../../../assets/images/homePage-images/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp";
+const ServiceMeshPatternsImage = "../../../assets/images/homePage-images/service-mesh-patterns.webp";
const ServiceMeshFocused = ({ bookName }) => {
diff --git a/src/sections/Home/service-mesh-management/index.js b/src/sections/Home/service-mesh-management/index.js
index 9f55ee787941..7e192f3e3faf 100644
--- a/src/sections/Home/service-mesh-management/index.js
+++ b/src/sections/Home/service-mesh-management/index.js
@@ -6,7 +6,7 @@ import { IoIosArrowForward } from "@react-icons/all-files/io/IoIosArrowForward";
import { Link } from "gatsby";
import { StaticImage } from "gatsby-plugin-image";
-const MeshMap = "../../../assets/images/homePage-images/meshmap.png";
+const MeshMap = "../../../assets/images/homePage-images/meshmap.webp";
const ServiceMeshManagement = () => {
return (
diff --git a/src/sections/Learn-Layer5/index.js b/src/sections/Learn-Layer5/index.js
index 0e486422732d..b1a17e6ab334 100644
--- a/src/sections/Learn-Layer5/index.js
+++ b/src/sections/Learn-Layer5/index.js
@@ -6,7 +6,7 @@ import { Row, Col, Container } from "../../reusecore/Layout";
import CardComponent from "../../components/Learn-Components/Card-Component";
import LearnInfo from "../../components/Learn-Components/LearnInfo";
import WhatAwaitsSection from "../../components/Learn-Components/what-await-section";
-import Book_Giveaway from "../../assets/images/learn/istio-book-giveaway.jpg";
+import Book_Giveaway from "../../assets/images/learn/istio-book-giveaway.webp";
import JoinCommunity from "../Community/Join-community";
import Button from "../../reusecore/Button";
diff --git a/src/sections/Learn/Workshop-single/index.js b/src/sections/Learn/Workshop-single/index.js
index 4427b6a34030..1898542a9232 100644
--- a/src/sections/Learn/Workshop-single/index.js
+++ b/src/sections/Learn/Workshop-single/index.js
@@ -4,11 +4,11 @@ import WorkshopSinglePageWrapper from "./WorkshopSinglePageWrapper.style";
import { IoIosArrowDropleftCircle } from "@react-icons/all-files/io/IoIosArrowDropleftCircle";
import { Link } from "gatsby";
-import Slack from "../../../assets/images/socialIcons/slack_color.png";
-import Slide from "../../../assets/images/socialIcons/slide_color.png";
-import LinkIcon from "../../../assets/images/socialIcons/link_color.png";
-import Youtube from "../../../assets/images/socialIcons/youtube_color.png";
-import Lab from "../../../assets/images/socialIcons/lab_color.png";
+import Slack from "../../../assets/images/socialIcons/slack_color.webp";
+import Slide from "../../../assets/images/socialIcons/slide_color.webp";
+import LinkIcon from "../../../assets/images/socialIcons/link_color.webp";
+import Youtube from "../../../assets/images/socialIcons/youtube_color.webp";
+import Lab from "../../../assets/images/socialIcons/lab_color.webp";
import PageHeader from "../../../reusecore/PageHeader";
import { Container } from "../../../reusecore/Layout";
import Button from "../../../reusecore/Button";
diff --git a/src/sections/Learn/index.js b/src/sections/Learn/index.js
index dbb5ca9cab45..1020852b1d0c 100644
--- a/src/sections/Learn/index.js
+++ b/src/sections/Learn/index.js
@@ -4,7 +4,7 @@ import WorkshopsSection from "./LearnPage-Sections/workshops";
import LearnSection from "./LearnPage-Sections/learn";
import JoinCommunity from "../Community/Join-community";
import LearningPaths from "./LearnPage-Sections/learning-path";
-import Book_Giveaway from "../../assets/images/learn/istio-book-giveaway.jpg";
+import Book_Giveaway from "../../assets/images/learn/istio-book-giveaway.webp";
import { LearnPageWrapper } from "./learnpage.style";
const LearnPage = () => {
diff --git a/src/sections/Meshery/Features-section/index.js b/src/sections/Meshery/Features-section/index.js
index b9187329a43c..95d2caa6c56d 100644
--- a/src/sections/Meshery/Features-section/index.js
+++ b/src/sections/Meshery/Features-section/index.js
@@ -5,13 +5,13 @@ import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
import Slide1 from "../images/service mesh performance example.gif";
-import Slide2 from "../images/meshery_benchmark_screen.png";
-import Slide3 from "../images/meshery-configuration-management.png";
+import Slide2 from "../images/meshery_benchmark_screen.webp";
+import Slide3 from "../images/meshery-configuration-management.webp";
import FeaturesSectionWrapper from "./features-section.style";
import { StaticImage } from "gatsby-plugin-image";
-const slide2Path = "../images/meshery_benchmark_screen.png";
-const slide3Path = "../images/meshery-configuration-management.png";
+const slide2Path = "../images/meshery_benchmark_screen.webp";
+const slide3Path = "../images/meshery-configuration-management.webp";
const slides_list = [Slide1, Slide2, Slide3];
diff --git a/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.png b/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.png
deleted file mode 100644
index 9bd206955441..000000000000
Binary files a/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.png and /dev/null differ
diff --git a/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.webp b/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.webp
new file mode 100644
index 000000000000..b9beb964cee9
Binary files /dev/null and b/src/sections/Meshery/How-meshery-works/images/cloud-native-journey.webp differ
diff --git a/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.png b/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.png
deleted file mode 100644
index 1c852f9c84af..000000000000
Binary files a/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.png and /dev/null differ
diff --git a/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.webp b/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.webp
new file mode 100644
index 000000000000..ddf56cde1061
Binary files /dev/null and b/src/sections/Meshery/How-meshery-works/images/meshery-configuration-management.webp differ
diff --git a/src/sections/Meshery/How-meshery-works/images/meshery-img.png b/src/sections/Meshery/How-meshery-works/images/meshery-img.png
deleted file mode 100644
index aa5c78a2dac8..000000000000
Binary files a/src/sections/Meshery/How-meshery-works/images/meshery-img.png and /dev/null differ
diff --git a/src/sections/Meshery/How-meshery-works/images/meshery-img.webp b/src/sections/Meshery/How-meshery-works/images/meshery-img.webp
new file mode 100644
index 000000000000..221ef1071f8f
Binary files /dev/null and b/src/sections/Meshery/How-meshery-works/images/meshery-img.webp differ
diff --git a/src/sections/Meshery/How-meshery-works/images/smp-dark-text.png b/src/sections/Meshery/How-meshery-works/images/smp-dark-text.png
deleted file mode 100644
index fd2305e6bdd7..000000000000
Binary files a/src/sections/Meshery/How-meshery-works/images/smp-dark-text.png and /dev/null differ
diff --git a/src/sections/Meshery/How-meshery-works/images/smp-dark-text.webp b/src/sections/Meshery/How-meshery-works/images/smp-dark-text.webp
new file mode 100644
index 000000000000..13063da04f51
Binary files /dev/null and b/src/sections/Meshery/How-meshery-works/images/smp-dark-text.webp differ
diff --git a/src/sections/Meshery/How-meshery-works/specs/index.js b/src/sections/Meshery/How-meshery-works/specs/index.js
index e9887f7b55dd..7759a9d7cb9f 100644
--- a/src/sections/Meshery/How-meshery-works/specs/index.js
+++ b/src/sections/Meshery/How-meshery-works/specs/index.js
@@ -1,7 +1,7 @@
import React from "react";
import { Container, Col, Row } from "../../../../reusecore/Layout";
-import MesheryImage1 from "../images/cloud-native-journey.png";
-import MesheryImage2 from "../images/meshery-configuration-management.png";
+import MesheryImage1 from "../images/cloud-native-journey.webp";
+import MesheryImage2 from "../images/meshery-configuration-management.webp";
import GreenBubble from "../images/green-bubble.svg";
import YellowBubble from "../images/yellow-bubble.svg";
import DataCard from "./data-card";
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.png b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.png
deleted file mode 100644
index c5f38d5236b0..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.webp b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.webp
new file mode 100644
index 000000000000..8374299b4402
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688D.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.png b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.png
deleted file mode 100644
index 5037f627d26e..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.webp b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.webp
new file mode 100644
index 000000000000..8c932b877033
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/67966973DC76688F.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.png b/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.png
deleted file mode 100644
index 5eee420dc501..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.webp b/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.webp
new file mode 100644
index 000000000000..566ed9732b77
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/67966973DC766893.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.png b/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.png
deleted file mode 100644
index 67838daaf847..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.webp b/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.webp
new file mode 100644
index 000000000000..2e4f35bce6cb
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/meshery-and-grafana.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.png b/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.png
deleted file mode 100644
index 1c852f9c84af..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.webp b/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.webp
new file mode 100644
index 000000000000..ddf56cde1061
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/meshery-configuration-management.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-extensibility.svg b/src/sections/Meshery/Meshery-features/feature-images/meshery-extensibility.svg
index b4d39010d4f0..cdee2ac0846b 100644
--- a/src/sections/Meshery/Meshery-features/feature-images/meshery-extensibility.svg
+++ b/src/sections/Meshery/Meshery-features/feature-images/meshery-extensibility.svg
@@ -44,7 +44,7 @@
-
+
@@ -2484,7 +2484,7 @@
-
+
@@ -2500,7 +2500,7 @@
-
+
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.png b/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.png
deleted file mode 100644
index a92ffa81cc8d..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.webp b/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.webp
new file mode 100644
index 000000000000..7a262fd624aa
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/meshery-wasm.webp differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.png b/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.png
deleted file mode 100644
index e5346bf21a84..000000000000
Binary files a/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.webp b/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.webp
new file mode 100644
index 000000000000..2561c27e2b17
Binary files /dev/null and b/src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.webp differ
diff --git a/src/sections/Meshery/Meshery-features/index.js b/src/sections/Meshery/Meshery-features/index.js
index 810442a88eaa..3e526eec0d72 100644
--- a/src/sections/Meshery/Meshery-features/index.js
+++ b/src/sections/Meshery/Meshery-features/index.js
@@ -8,10 +8,10 @@ import img5 from "./feature-images/meshsync.svg";
import img6 from "./feature-images/meshery-extensibility.svg";
import { StaticImage } from "gatsby-plugin-image";
-const img1 = "./feature-images/meshery-configuration-management.png";
-const img2 = "./feature-images/meshery-wasm.png";
-const img4 = "./feature-images/meshery-and-grafana.png";
-const img7 = "../../../assets/images/docker-extension/docker-extension-meshery.png";
+const img1 = "./feature-images/meshery-configuration-management.webp";
+const img2 = "./feature-images/meshery-wasm.webp";
+const img4 = "./feature-images/meshery-and-grafana.webp";
+const img7 = "../../../assets/images/docker-extension/docker-extension-meshery.webp";
const MesheryFeaturesWrapper = styled.div`
margin: auto;
diff --git a/src/sections/Meshery/Meshery-integrations/Individual-Integrations/cta-book.js b/src/sections/Meshery/Meshery-integrations/Individual-Integrations/cta-book.js
index 54f94a59eda4..24f016dea352 100644
--- a/src/sections/Meshery/Meshery-integrations/Individual-Integrations/cta-book.js
+++ b/src/sections/Meshery/Meshery-integrations/Individual-Integrations/cta-book.js
@@ -5,7 +5,7 @@ import { Link } from "gatsby";
import { Row, Col } from "../../../../reusecore/Layout";
import Button from "../../../../reusecore/Button";
-const LearnBook = "../../../../assets/images/learn/book-cover.png";
+const LearnBook = "../../../../assets/images/learn/book-cover.webp";
const CTAWrapper = styled.section`
.book_cover {
diff --git a/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.png b/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.png
deleted file mode 100644
index 68e9ef53fea1..000000000000
Binary files a/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.png and /dev/null differ
diff --git a/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.webp b/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.webp
new file mode 100644
index 000000000000..6458884b9640
Binary files /dev/null and b/src/sections/Meshery/Meshery-platforms/supported-icons/helm-icon-color.webp differ
diff --git a/src/sections/Meshery/Meshery-terminal/index.js b/src/sections/Meshery/Meshery-terminal/index.js
index 800d21e55d39..1e409c23074f 100644
--- a/src/sections/Meshery/Meshery-terminal/index.js
+++ b/src/sections/Meshery/Meshery-terminal/index.js
@@ -9,7 +9,7 @@ import Kubernetes from "../Meshery-platforms/supported-icons/kubernetes.svg";
import KinD from "../Meshery-platforms/supported-icons/kind.svg";
import Minikube from "../Meshery-platforms/supported-icons/minikube.svg";
import EKS from "../Meshery-platforms/supported-icons/eks.svg";
-import Helm from "../Meshery-platforms/supported-icons/helm-icon-color.png";
+import Helm from "../Meshery-platforms/supported-icons/helm-icon-color.webp";
import WSL2 from "../Meshery-platforms/supported-icons/wsl2.svg";
import GKE from "../Meshery-platforms/supported-icons/gke.svg";
import Docker from "../Meshery-platforms/supported-icons/docker.svg";
diff --git a/src/sections/Meshery/images/Linkerd-with-Meshery.png b/src/sections/Meshery/images/Linkerd-with-Meshery.png
deleted file mode 100644
index 41513d6b4ae5..000000000000
Binary files a/src/sections/Meshery/images/Linkerd-with-Meshery.png and /dev/null differ
diff --git a/src/sections/Meshery/images/Linkerd-with-Meshery.webp b/src/sections/Meshery/images/Linkerd-with-Meshery.webp
new file mode 100644
index 000000000000..487475dfde72
Binary files /dev/null and b/src/sections/Meshery/images/Linkerd-with-Meshery.webp differ
diff --git a/src/sections/Meshery/images/SMI-Conformance-in-Meshery.png b/src/sections/Meshery/images/SMI-Conformance-in-Meshery.png
deleted file mode 100644
index 4c639f2cf838..000000000000
Binary files a/src/sections/Meshery/images/SMI-Conformance-in-Meshery.png and /dev/null differ
diff --git a/src/sections/Meshery/images/SMI-Conformance-in-Meshery.webp b/src/sections/Meshery/images/SMI-Conformance-in-Meshery.webp
new file mode 100644
index 000000000000..dc4a4396b3a3
Binary files /dev/null and b/src/sections/Meshery/images/SMI-Conformance-in-Meshery.webp differ
diff --git a/src/sections/Meshery/images/meshery-configuration-management.png b/src/sections/Meshery/images/meshery-configuration-management.png
deleted file mode 100644
index 736c79cb1567..000000000000
Binary files a/src/sections/Meshery/images/meshery-configuration-management.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-configuration-management.webp b/src/sections/Meshery/images/meshery-configuration-management.webp
new file mode 100644
index 000000000000..ddf56cde1061
Binary files /dev/null and b/src/sections/Meshery/images/meshery-configuration-management.webp differ
diff --git a/src/sections/Meshery/images/meshery-logo-dark-text-side.png b/src/sections/Meshery/images/meshery-logo-dark-text-side.png
deleted file mode 100644
index ebc4830bd5ff..000000000000
Binary files a/src/sections/Meshery/images/meshery-logo-dark-text-side.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-logo-dark-text-side.webp b/src/sections/Meshery/images/meshery-logo-dark-text-side.webp
new file mode 100644
index 000000000000..9e6ca70f1dda
Binary files /dev/null and b/src/sections/Meshery/images/meshery-logo-dark-text-side.webp differ
diff --git a/src/sections/Meshery/images/meshery-logo-light-text-side.png b/src/sections/Meshery/images/meshery-logo-light-text-side.png
deleted file mode 100644
index 2c32e2d1e0cf..000000000000
Binary files a/src/sections/Meshery/images/meshery-logo-light-text-side.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-logo-light-text-side.webp b/src/sections/Meshery/images/meshery-logo-light-text-side.webp
new file mode 100644
index 000000000000..c483b7d398d0
Binary files /dev/null and b/src/sections/Meshery/images/meshery-logo-light-text-side.webp differ
diff --git a/src/sections/Meshery/images/meshery-logo-light-text-tag.png b/src/sections/Meshery/images/meshery-logo-light-text-tag.png
deleted file mode 100644
index b3844f951180..000000000000
Binary files a/src/sections/Meshery/images/meshery-logo-light-text-tag.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-logo-light-text-tag.webp b/src/sections/Meshery/images/meshery-logo-light-text-tag.webp
new file mode 100644
index 000000000000..f5c4829fef18
Binary files /dev/null and b/src/sections/Meshery/images/meshery-logo-light-text-tag.webp differ
diff --git a/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.png b/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.png
deleted file mode 100644
index 028d1774f484..000000000000
Binary files a/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.webp b/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.webp
new file mode 100644
index 000000000000..c8dd5dad7a18
Binary files /dev/null and b/src/sections/Meshery/images/meshery-logo-tag-dark-text-side.webp differ
diff --git a/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.png b/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.png
deleted file mode 100644
index 2e5b8d178eec..000000000000
Binary files a/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.webp b/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.webp
new file mode 100644
index 000000000000..81d0064e44b5
Binary files /dev/null and b/src/sections/Meshery/images/meshery-logo-tag-light-white-text-side.webp differ
diff --git a/src/sections/Meshery/images/meshery-text-tag-dark.png b/src/sections/Meshery/images/meshery-text-tag-dark.png
deleted file mode 100644
index fe7bbd2806cb..000000000000
Binary files a/src/sections/Meshery/images/meshery-text-tag-dark.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery-text-tag-dark.webp b/src/sections/Meshery/images/meshery-text-tag-dark.webp
new file mode 100644
index 000000000000..45f0f5e022f2
Binary files /dev/null and b/src/sections/Meshery/images/meshery-text-tag-dark.webp differ
diff --git a/src/sections/Meshery/images/meshery_benchmark_screen.png b/src/sections/Meshery/images/meshery_benchmark_screen.png
deleted file mode 100644
index e5346bf21a84..000000000000
Binary files a/src/sections/Meshery/images/meshery_benchmark_screen.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery_benchmark_screen.webp b/src/sections/Meshery/images/meshery_benchmark_screen.webp
new file mode 100644
index 000000000000..2561c27e2b17
Binary files /dev/null and b/src/sections/Meshery/images/meshery_benchmark_screen.webp differ
diff --git a/src/sections/Meshery/images/meshery_multi_mesh.png b/src/sections/Meshery/images/meshery_multi_mesh.png
deleted file mode 100644
index 17a71b0e0bf3..000000000000
Binary files a/src/sections/Meshery/images/meshery_multi_mesh.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshery_multi_mesh.webp b/src/sections/Meshery/images/meshery_multi_mesh.webp
new file mode 100644
index 000000000000..522461460381
Binary files /dev/null and b/src/sections/Meshery/images/meshery_multi_mesh.webp differ
diff --git a/src/sections/Meshery/images/meshes.png b/src/sections/Meshery/images/meshes.png
deleted file mode 100644
index 83b9e8587f42..000000000000
Binary files a/src/sections/Meshery/images/meshes.png and /dev/null differ
diff --git a/src/sections/Meshery/images/meshes.webp b/src/sections/Meshery/images/meshes.webp
new file mode 100644
index 000000000000..a0a6ad93d959
Binary files /dev/null and b/src/sections/Meshery/images/meshes.webp differ
diff --git a/src/sections/Meshery/images/smi-logo.png b/src/sections/Meshery/images/smi-logo.png
deleted file mode 100644
index 504993637c2b..000000000000
Binary files a/src/sections/Meshery/images/smi-logo.png and /dev/null differ
diff --git a/src/sections/Meshery/images/smi-logo.webp b/src/sections/Meshery/images/smi-logo.webp
new file mode 100644
index 000000000000..9f688cb94df4
Binary files /dev/null and b/src/sections/Meshery/images/smi-logo.webp differ
diff --git a/src/sections/Meshery/images/smp-dark-text.png b/src/sections/Meshery/images/smp-dark-text.png
deleted file mode 100644
index fd2305e6bdd7..000000000000
Binary files a/src/sections/Meshery/images/smp-dark-text.png and /dev/null differ
diff --git a/src/sections/Meshery/images/smp-dark-text.webp b/src/sections/Meshery/images/smp-dark-text.webp
new file mode 100644
index 000000000000..13063da04f51
Binary files /dev/null and b/src/sections/Meshery/images/smp-dark-text.webp differ
diff --git a/src/sections/Meshery/index.js b/src/sections/Meshery/index.js
index 06cfbba29aa6..c25f6c3f41ee 100644
--- a/src/sections/Meshery/index.js
+++ b/src/sections/Meshery/index.js
@@ -13,8 +13,8 @@ import MesheryWrapper from "./meshery.style";
import FeaturesSection from "./Features-section";
import Features from "./Meshery-features";
import InlineQuotes from "../../components/Inline-quotes";
-import Maximiliano from "../../collections/members/maximiliano-churichi/Maximiliano-Churichi.jpg";
-import Nic from "../../collections/members/nicholas-jackson/nic-jackson.jpg";
+import Maximiliano from "../../collections/members/maximiliano-churichi/Maximiliano-Churichi.webp";
+import Nic from "../../collections/members/nicholas-jackson/nic-jackson.webp";
const MesheryPage = () => {
return (
diff --git a/src/sections/Meshery/meshery-operator/2769F7076DB24C30.png b/src/sections/Meshery/meshery-operator/2769F7076DB24C30.png
deleted file mode 100644
index 1dc3904e7b1d..000000000000
Binary files a/src/sections/Meshery/meshery-operator/2769F7076DB24C30.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/2769F7076DB24C30.webp b/src/sections/Meshery/meshery-operator/2769F7076DB24C30.webp
new file mode 100644
index 000000000000..e20b7df31c8f
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/2769F7076DB24C30.webp differ
diff --git a/src/sections/Meshery/meshery-operator/2769F7076DB24C31.png b/src/sections/Meshery/meshery-operator/2769F7076DB24C31.png
deleted file mode 100644
index d6fb2b90efcd..000000000000
Binary files a/src/sections/Meshery/meshery-operator/2769F7076DB24C31.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/2769F7076DB24C31.webp b/src/sections/Meshery/meshery-operator/2769F7076DB24C31.webp
new file mode 100644
index 000000000000..a1b6120defad
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/2769F7076DB24C31.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.png
deleted file mode 100644
index f75049c05d19..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.webp
new file mode 100644
index 000000000000..0d3811844350
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA2.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.png
deleted file mode 100644
index df55a0a7bcec..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.webp
new file mode 100644
index 000000000000..f008cdec0340
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA3.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.png
deleted file mode 100644
index 500e8dd0e8b3..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.webp
new file mode 100644
index 000000000000..a7657e0e2e3f
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA4.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.png
deleted file mode 100644
index f626a0209744..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.webp
new file mode 100644
index 000000000000..fd1e73701de9
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA5.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.png
deleted file mode 100644
index f75049c05d19..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.webp
new file mode 100644
index 000000000000..0d3811844350
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA6.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.png
deleted file mode 100644
index df55a0a7bcec..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.webp
new file mode 100644
index 000000000000..f008cdec0340
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA7.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.png
deleted file mode 100644
index 5037f627d26e..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.webp
new file mode 100644
index 000000000000..8c932b877033
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA8.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.png
deleted file mode 100644
index 77fe297cdc98..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.webp
new file mode 100644
index 000000000000..9c912a95259e
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBA9.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.png
deleted file mode 100644
index 500e8dd0e8b3..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.webp
new file mode 100644
index 000000000000..a7657e0e2e3f
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAA.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.png
deleted file mode 100644
index f626a0209744..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.webp
new file mode 100644
index 000000000000..fd1e73701de9
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAB.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.png
deleted file mode 100644
index 8e87b2a510f0..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.webp
new file mode 100644
index 000000000000..039effaca404
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAC.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.png
deleted file mode 100644
index 5037f627d26e..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.webp
new file mode 100644
index 000000000000..8c932b877033
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAD.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.png
deleted file mode 100644
index 77fe297cdc98..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.webp
new file mode 100644
index 000000000000..9c912a95259e
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAE.webp differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.png b/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.png
deleted file mode 100644
index 8e87b2a510f0..000000000000
Binary files a/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.webp b/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.webp
new file mode 100644
index 000000000000..039effaca404
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/35D197E8A055DBAF.webp differ
diff --git a/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.png b/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.png
deleted file mode 100644
index ba19578e13e4..000000000000
Binary files a/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.webp b/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.webp
new file mode 100644
index 000000000000..1b98a4a0b7c7
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/DE787C4C4F12A81B.webp differ
diff --git a/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.png b/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.png
deleted file mode 100644
index c6a0c3f98188..000000000000
Binary files a/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.png and /dev/null differ
diff --git a/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.webp b/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.webp
new file mode 100644
index 000000000000..857045fdc8ce
Binary files /dev/null and b/src/sections/Meshery/meshery-operator/DE787C4C4F12A82A.webp differ
diff --git a/src/sections/Meshery/meshery-operator/deployment.svg b/src/sections/Meshery/meshery-operator/deployment.svg
index c2081e6db249..70a504ccc288 100644
--- a/src/sections/Meshery/meshery-operator/deployment.svg
+++ b/src/sections/Meshery/meshery-operator/deployment.svg
@@ -55,7 +55,7 @@
-
+
@@ -1191,7 +1191,7 @@
-
+
@@ -1207,7 +1207,7 @@
-
+
@@ -2204,7 +2204,7 @@
-
+
@@ -2333,7 +2333,7 @@
-
+
@@ -2434,7 +2434,7 @@
-
+
@@ -2450,7 +2450,7 @@
-
+
diff --git a/src/sections/Meshery/meshery-operator/index.js b/src/sections/Meshery/meshery-operator/index.js
index ce6fdd0c6167..c3bdb516bd58 100644
--- a/src/sections/Meshery/meshery-operator/index.js
+++ b/src/sections/Meshery/meshery-operator/index.js
@@ -12,7 +12,7 @@ import SubscribeSection from "../../../sections/subscribe/subscribe";
import Deployment from "./deployment.svg";
import Initialization from "./initialization.svg";
-const OperatorLogo = "../../../assets/images/meshery-operator/meshery-operator.png";
+const OperatorLogo = "../../../assets/images/meshery-operator/meshery-operator.webp";
const MesheryOperatorPage = () => {
return (
diff --git a/src/sections/Meshery/meshery-operator/initialization.svg b/src/sections/Meshery/meshery-operator/initialization.svg
index 5e18a23dcb80..289bc5b962fe 100644
--- a/src/sections/Meshery/meshery-operator/initialization.svg
+++ b/src/sections/Meshery/meshery-operator/initialization.svg
@@ -46,7 +46,7 @@
-
+
@@ -1649,7 +1649,7 @@
-
+
@@ -1668,7 +1668,7 @@
-
+
@@ -1687,7 +1687,7 @@
-
+
@@ -1707,7 +1707,7 @@
-
+
@@ -1727,7 +1727,7 @@
-
+
@@ -1747,7 +1747,7 @@
-
+
@@ -2070,7 +2070,7 @@
-
+
@@ -2090,7 +2090,7 @@
-
+
@@ -5371,7 +5371,7 @@
-
+
@@ -5390,7 +5390,7 @@
-
+
@@ -5406,7 +5406,7 @@
-
+
@@ -5425,7 +5425,7 @@
-
+
@@ -5445,7 +5445,7 @@
-
+
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/CollaboratorFeatures_diagram.js b/src/sections/Meshmap/FeaturesSection/Collaborate/CollaboratorFeatures_diagram.js
index 62a6dbbb0211..4bb726f689af 100644
--- a/src/sections/Meshmap/FeaturesSection/Collaborate/CollaboratorFeatures_diagram.js
+++ b/src/sections/Meshmap/FeaturesSection/Collaborate/CollaboratorFeatures_diagram.js
@@ -4,9 +4,9 @@ import { ReactComponent as Collab1 } from "./images/collab1-colorMode.svg";
import { ReactComponent as Collab2 } from "./images/collab2-colorMode.svg";
import { ReactComponent as Collab3 } from "./images/collab3-colorMode.svg";
import { ReactComponent as Collab4 } from "./images/collab4-colorMode.svg";
-import Avatar1 from "./images/avatar1.png";
-import Avatar2 from "./images/avatar2.png";
-import Avatar3 from "./images/avatar3.png";
+import Avatar1 from "./images/avatar1.webp";
+import Avatar2 from "./images/avatar2.webp";
+import Avatar3 from "./images/avatar3.webp";
import { useInView } from "react-intersection-observer";
const CollaboratorFeaturesDiagram = ({ activeExampleIndex }) => {
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.png b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.png
deleted file mode 100644
index 4d20fc321533..000000000000
Binary files a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.png and /dev/null differ
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.webp b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.webp
new file mode 100644
index 000000000000..52f732794ea7
Binary files /dev/null and b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar1.webp differ
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.png b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.png
deleted file mode 100644
index c00e520f40ea..000000000000
Binary files a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.png and /dev/null differ
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.webp b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.webp
new file mode 100644
index 000000000000..beda0fb5d576
Binary files /dev/null and b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar2.webp differ
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.png b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.png
deleted file mode 100644
index da32268d6a04..000000000000
Binary files a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.png and /dev/null differ
diff --git a/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.webp b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.webp
new file mode 100644
index 000000000000..61dfb7ddcf09
Binary files /dev/null and b/src/sections/Meshmap/FeaturesSection/Collaborate/images/avatar3.webp differ
diff --git a/src/sections/Meshmap/Meshmap-design/Meshmap-design-features/index.js b/src/sections/Meshmap/Meshmap-design/Meshmap-design-features/index.js
index dc6ea05f055f..48aa2fe07162 100644
--- a/src/sections/Meshmap/Meshmap-design/Meshmap-design-features/index.js
+++ b/src/sections/Meshmap/Meshmap-design/Meshmap-design-features/index.js
@@ -4,10 +4,10 @@ import { Container } from "../../../../reusecore/Layout";
import Features from "../../../../components/Features-carousel";
import { StaticImage } from "gatsby-plugin-image";
-const img1 = "../../../../assets/images/meshmap/MeshmapDesigner.png";
-const img2 = "../../../../assets/images/meshmap/MeshmapDesigner.png";
-const img3 = "../../../../assets/images/meshmap/MeshmapDesigner.png";
-const img4 = "../../../../assets/images/meshmap/MeshmapDesigner.png";
+const img1 = "../../../../assets/images/meshmap/MeshmapDesigner.webp";
+const img2 = "../../../../assets/images/meshmap/MeshmapDesigner.webp";
+const img3 = "../../../../assets/images/meshmap/MeshmapDesigner.webp";
+const img4 = "../../../../assets/images/meshmap/MeshmapDesigner.webp";
const MeshmapDesignFeaturesWrapper = styled.div`
margin: auto;
diff --git a/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.png b/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.png
deleted file mode 100644
index 89052d66a0a3..000000000000
Binary files a/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.png and /dev/null differ
diff --git a/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.webp b/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.webp
new file mode 100644
index 000000000000..1597db3e8973
Binary files /dev/null and b/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/images/BlankSwiper.webp differ
diff --git a/src/sections/Meshmap/Meshmap-design/cytoscape-demo.js b/src/sections/Meshmap/Meshmap-design/cytoscape-demo.js
index 2faa03234fd6..9b50dbe26650 100644
--- a/src/sections/Meshmap/Meshmap-design/cytoscape-demo.js
+++ b/src/sections/Meshmap/Meshmap-design/cytoscape-demo.js
@@ -33,7 +33,7 @@ const style = [
selector: "node",
style: {
"background-color": "#00b39f",
- // 'background-image': '../../../assets/images/meshery/icon-only/meshery-logo-dark.png',
+ // 'background-image': '../../../assets/images/meshery/icon-only/meshery-logo-dark.webp',
// 'background-fit': 'contain',
// 'background-clip': 'none',
// 'background-opacity': 1,
diff --git a/src/sections/Meshmap/images/meshmap-draft-logos.png b/src/sections/Meshmap/images/meshmap-draft-logos.png
deleted file mode 100644
index 8609c2677379..000000000000
Binary files a/src/sections/Meshmap/images/meshmap-draft-logos.png and /dev/null differ
diff --git a/src/sections/Meshmap/images/meshmap-draft-logos.webp b/src/sections/Meshmap/images/meshmap-draft-logos.webp
new file mode 100644
index 000000000000..7f10b2880d59
Binary files /dev/null and b/src/sections/Meshmap/images/meshmap-draft-logos.webp differ
diff --git a/src/sections/Meshmap/index.js b/src/sections/Meshmap/index.js
index a4b6574c057a..d917ddb07fe3 100644
--- a/src/sections/Meshmap/index.js
+++ b/src/sections/Meshmap/index.js
@@ -6,8 +6,8 @@ import MeshmapModes from "./meshmap-modes";
import Catalog from "./meshmap-catalog";
import Platform from "./meshmap-platform";
import MeshmapBanner from "./meshmap_banner";
-import designerImage from "../../assets/images/meshmap/MeshmapDesigner.png";
-import visualizerImage from "../../assets/images/meshmap/MeshmapVisualizer.png";
+import designerImage from "../../assets/images/meshmap/MeshmapDesigner.webp";
+import visualizerImage from "../../assets/images/meshmap/MeshmapVisualizer.webp";
import DesignerFeatures from "./FeaturesSection/Design/DesignerFeatures";
import CollaboratorFeatures from "./FeaturesSection/Collaborate/CollaboratorFeatures";
import VisualizerFeatures from "./FeaturesSection/Visualize/VisualizerFeatures";
@@ -27,10 +27,10 @@ import { ReactComponent as Collab2 } from "./FeaturesSection/Collaborate/images/
import { ReactComponent as Collab3 } from "./FeaturesSection/Collaborate/images/collab3-colorMode.svg";
import { ReactComponent as Collab4 } from "./FeaturesSection/Collaborate/images/collab4-colorMode.svg";
-import Avatar1 from "./FeaturesSection/Collaborate/images/avatar1.png";
-import Avatar2 from "./FeaturesSection/Collaborate/images/avatar2.png";
-import Avatar3 from "./FeaturesSection/Collaborate/images/avatar3.png";
-import Kaur from "../../sections/Pricing/reviews/kaur-kallas.jpg";
+import Avatar1 from "./FeaturesSection/Collaborate/images/avatar1.webp";
+import Avatar2 from "./FeaturesSection/Collaborate/images/avatar2.webp";
+import Avatar3 from "./FeaturesSection/Collaborate/images/avatar3.webp";
+import Kaur from "../../sections/Pricing/reviews/kaur-kallas.webp";
import Ala from "../../sections/Pricing/reviews/ala-eddine-benhassir.jpeg";
import Phillip from "../../sections/Pricing/reviews/phillip-ulberg.jpeg";
import Alex from "../../sections/Pricing/reviews/alex-hokanson.jpeg";
diff --git a/src/sections/Meshmap/meshmap-modes.js b/src/sections/Meshmap/meshmap-modes.js
index 5119a36163a5..14abab6df9f0 100644
--- a/src/sections/Meshmap/meshmap-modes.js
+++ b/src/sections/Meshmap/meshmap-modes.js
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import styled from "styled-components";
-import designerImage from "../../assets/images/meshmap/MeshmapDesigner.png";
-import visualizerImage from "../../assets/images/meshmap/MeshmapVisualizer.png";
+import designerImage from "../../assets/images/meshmap/MeshmapDesigner.webp";
+import visualizerImage from "../../assets/images/meshmap/MeshmapVisualizer.webp";
const MeshmapModesWrapper = styled.div`
margin-top: 0.1rem;
diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js
index 9170cbc55041..67e09208f33f 100644
--- a/src/sections/Partners/partners.js
+++ b/src/sections/Partners/partners.js
@@ -1,7 +1,7 @@
import React from "react";
-import partner1 from "../../assets/images/partners/University_of_Texas_at_Austin_seal.png";
+import partner1 from "../../assets/images/partners/University_of_Texas_at_Austin_seal.webp";
import partner2 from "../../assets/images/partners/gsoc.svg";
-import partner3 from "../../assets/images/partners/UEM_Logo.jpg";
+import partner3 from "../../assets/images/partners/UEM_Logo.webp";
import partner4 from "../../assets/images/partners/citrix.svg";
import partner14 from "../../assets/images/partners/metabit-trading-logo-gray.svg";
diff --git a/src/sections/Pricing/data.js b/src/sections/Pricing/data.js
index 461353dcf3d4..030605874348 100644
--- a/src/sections/Pricing/data.js
+++ b/src/sections/Pricing/data.js
@@ -386,7 +386,7 @@ export const options = [
featured: false,
monthlyprice: 15.99,
yearlyprice: 180,
- pricing_coming_soon: ,
+ pricing_coming_soon: ,
byline: "Everything in Team, plus:",
button: ["Coming Soon", ""],
summary: [
diff --git a/src/sections/Pricing/review-slider.js b/src/sections/Pricing/review-slider.js
index 886263b8a4a2..7f17f939f324 100644
--- a/src/sections/Pricing/review-slider.js
+++ b/src/sections/Pricing/review-slider.js
@@ -4,13 +4,13 @@ import Customers from "../../reusecore/Blockquote/Blockquote-image";
import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
-import Maxi from "../../collections/members/maximiliano-churichi/Maximiliano-Churichi.jpg";
-import Otto from "../../collections/members/otto-van-der-schaaf/otto-van-der-schaaf.jpg";
-import Nic from "../../collections/members/nicholas-jackson/nic-jackson.jpg";
-import William from "./reviews/william-morgan.png";
-import Ken from "./reviews/ken-owens.png";
-import Deepak from "./reviews/deepak-dinesh.jpg";
-import Kaur from "./reviews/kaur-kallas.jpg";
+import Maxi from "../../collections/members/maximiliano-churichi/Maximiliano-Churichi.webp";
+import Otto from "../../collections/members/otto-van-der-schaaf/otto-van-der-schaaf.webp";
+import Nic from "../../collections/members/nicholas-jackson/nic-jackson.webp";
+import William from "./reviews/william-morgan.webp";
+import Ken from "./reviews/ken-owens.webp";
+import Deepak from "./reviews/deepak-dinesh.webp";
+import Kaur from "./reviews/kaur-kallas.webp";
import Mrittika from "./reviews/mrittika-ganguli.jpeg";
import Liz from "./reviews/liz-rice.jpeg";
import Ala from "./reviews/ala-eddine-benhassir.jpeg";
diff --git a/src/sections/Pricing/reviews/deepak-dinesh.jpg b/src/sections/Pricing/reviews/deepak-dinesh.jpg
deleted file mode 100644
index 34211d39d84c..000000000000
Binary files a/src/sections/Pricing/reviews/deepak-dinesh.jpg and /dev/null differ
diff --git a/src/sections/Pricing/reviews/deepak-dinesh.webp b/src/sections/Pricing/reviews/deepak-dinesh.webp
new file mode 100644
index 000000000000..ed98ffb3a527
Binary files /dev/null and b/src/sections/Pricing/reviews/deepak-dinesh.webp differ
diff --git a/src/sections/Pricing/reviews/kaur-kallas.jpg b/src/sections/Pricing/reviews/kaur-kallas.jpg
deleted file mode 100644
index be1c5fbc1afd..000000000000
Binary files a/src/sections/Pricing/reviews/kaur-kallas.jpg and /dev/null differ
diff --git a/src/sections/Pricing/reviews/kaur-kallas.webp b/src/sections/Pricing/reviews/kaur-kallas.webp
new file mode 100644
index 000000000000..02dc70affc38
Binary files /dev/null and b/src/sections/Pricing/reviews/kaur-kallas.webp differ
diff --git a/src/sections/Pricing/reviews/ken-owens.png b/src/sections/Pricing/reviews/ken-owens.png
deleted file mode 100644
index 6be74007de05..000000000000
Binary files a/src/sections/Pricing/reviews/ken-owens.png and /dev/null differ
diff --git a/src/sections/Pricing/reviews/ken-owens.webp b/src/sections/Pricing/reviews/ken-owens.webp
new file mode 100644
index 000000000000..e0c66711dfdb
Binary files /dev/null and b/src/sections/Pricing/reviews/ken-owens.webp differ
diff --git a/src/sections/Pricing/reviews/william-morgan.png b/src/sections/Pricing/reviews/william-morgan.png
deleted file mode 100644
index bcb0b9863e9f..000000000000
Binary files a/src/sections/Pricing/reviews/william-morgan.png and /dev/null differ
diff --git a/src/sections/Pricing/reviews/william-morgan.webp b/src/sections/Pricing/reviews/william-morgan.webp
new file mode 100644
index 000000000000..b5e51bd2be5a
Binary files /dev/null and b/src/sections/Pricing/reviews/william-morgan.webp differ
diff --git a/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.png b/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.png
deleted file mode 100644
index f2ece00bc508..000000000000
Binary files a/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.png and /dev/null differ
diff --git a/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.webp b/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.webp
new file mode 100644
index 000000000000..8aa7bfa3cace
Binary files /dev/null and b/src/sections/Projects/Image-Hub/image-hub-on-consul-with-wasm-and-meshery.webp differ
diff --git a/src/sections/Projects/Image-Hub/index.js b/src/sections/Projects/Image-Hub/index.js
index e45486a98cb7..a0adb10d1fe7 100644
--- a/src/sections/Projects/Image-Hub/index.js
+++ b/src/sections/Projects/Image-Hub/index.js
@@ -11,9 +11,9 @@ import "slick-carousel/slick/slick-theme.css";
import VintageBox from "../../../reusecore/VintageBox";
-import ImageHub from "../../../assets/images/image-hub/layer5-image-hub.png";
-import imagehubslider1 from "./service-mesh-architecture-consul.png";
-import imagehubslider2 from "./image-hub-on-consul-with-wasm-and-meshery.png";
+import ImageHub from "../../../assets/images/image-hub/layer5-image-hub.webp";
+import imagehubslider1 from "./service-mesh-architecture-consul.webp";
+import imagehubslider2 from "./image-hub-on-consul-with-wasm-and-meshery.webp";
const ImageHubPage = () => {
return (
diff --git a/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.png b/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.png
deleted file mode 100644
index 7b5790e5a158..000000000000
Binary files a/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.png and /dev/null differ
diff --git a/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.webp b/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.webp
new file mode 100644
index 000000000000..1abdb873734c
Binary files /dev/null and b/src/sections/Projects/Image-Hub/service-mesh-architecture-consul.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.png b/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.png
deleted file mode 100644
index 20e6391ab69b..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.webp b/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.webp
new file mode 100644
index 000000000000..5f48d214eb01
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/NIGHTHAWK.png b/src/sections/Projects/Nighthawk/images/NIGHTHAWK.png
deleted file mode 100644
index c521eb0f7755..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/NIGHTHAWK.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/NIGHTHAWK.webp b/src/sections/Projects/Nighthawk/images/NIGHTHAWK.webp
new file mode 100644
index 000000000000..5c0899620e00
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/NIGHTHAWK.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 479.png b/src/sections/Projects/Nighthawk/images/Rectangle 479.png
deleted file mode 100644
index 1f28ddf2dfa2..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle 479.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 479.webp b/src/sections/Projects/Nighthawk/images/Rectangle 479.webp
new file mode 100644
index 000000000000..39bc33b3be47
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle 479.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 487.png b/src/sections/Projects/Nighthawk/images/Rectangle 487.png
deleted file mode 100644
index 09d99e8dda3b..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle 487.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 487.webp b/src/sections/Projects/Nighthawk/images/Rectangle 487.webp
new file mode 100644
index 000000000000..16d31cec0b0d
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle 487.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 488.png b/src/sections/Projects/Nighthawk/images/Rectangle 488.png
deleted file mode 100644
index e114ff02f4f6..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle 488.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 488.webp b/src/sections/Projects/Nighthawk/images/Rectangle 488.webp
new file mode 100644
index 000000000000..13fa829a4492
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle 488.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 494.png b/src/sections/Projects/Nighthawk/images/Rectangle 494.png
deleted file mode 100644
index 93647990e957..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle 494.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 494.webp b/src/sections/Projects/Nighthawk/images/Rectangle 494.webp
new file mode 100644
index 000000000000..edc6f80270d9
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle 494.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 495.png b/src/sections/Projects/Nighthawk/images/Rectangle 495.png
deleted file mode 100644
index 14a817ceccbf..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle 495.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle 495.webp b/src/sections/Projects/Nighthawk/images/Rectangle 495.webp
new file mode 100644
index 000000000000..1509a5f552e2
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle 495.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle.png b/src/sections/Projects/Nighthawk/images/Rectangle.png
deleted file mode 100644
index d04f60466879..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/Rectangle.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/Rectangle.webp b/src/sections/Projects/Nighthawk/images/Rectangle.webp
new file mode 100644
index 000000000000..7f29402e99ab
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/Rectangle.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.png b/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.png
deleted file mode 100644
index 74b2d6b5caa9..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.webp b/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.webp
new file mode 100644
index 000000000000..fe5f44c3ca1e
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/optimizing-your-average-response-time.webp differ
diff --git a/src/sections/Projects/Nighthawk/images/placeholder.png b/src/sections/Projects/Nighthawk/images/placeholder.png
deleted file mode 100644
index 92dae0a6fd05..000000000000
Binary files a/src/sections/Projects/Nighthawk/images/placeholder.png and /dev/null differ
diff --git a/src/sections/Projects/Nighthawk/images/placeholder.webp b/src/sections/Projects/Nighthawk/images/placeholder.webp
new file mode 100644
index 000000000000..615a095dd45f
Binary files /dev/null and b/src/sections/Projects/Nighthawk/images/placeholder.webp differ
diff --git a/src/sections/Projects/Nighthawk/index.js b/src/sections/Projects/Nighthawk/index.js
index 7e2318cabfb7..6cd03c9ab381 100644
--- a/src/sections/Projects/Nighthawk/index.js
+++ b/src/sections/Projects/Nighthawk/index.js
@@ -10,9 +10,9 @@ import cpu from "./images/cpu_green.svg";
import distributedPerf from "./images/distributed-performance_green.svg";
import cncf from "./images/cncf-white.svg";
-const explain1 = "./images/Rectangle 479.png";
-const explain2 = "./images/optimizing-your-average-response-time.png";
-const explain3 = "./images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.png";
+const explain1 = "./images/Rectangle 479.webp";
+const explain2 = "./images/optimizing-your-average-response-time.webp";
+const explain3 = "./images/Comparison-of-different-modes-of-delivery-of-service-mesh-network-functions.webp";
import { Gnhwrapper, CardsContainer } from "./gnh.style";
diff --git a/src/sections/Projects/SMP/index.js b/src/sections/Projects/SMP/index.js
index 7eb4c9cd53ca..7b2d078e0190 100644
--- a/src/sections/Projects/SMP/index.js
+++ b/src/sections/Projects/SMP/index.js
@@ -15,9 +15,9 @@ import smp from "../../../assets/images/smp-page/smp-white.svg";
import useHasMounted from "../../../utils/useHasMounted";
-const latency = "../../../assets/images/smp-page/latency-at-scale.png";
-const wasm_capacity = "../../../assets/images/smp-page/native-and-wasm-at-capacity-100rps.png";
-const client_capacity = "../../../assets/images/smp-page/client-capacity.png";
+const latency = "../../../assets/images/smp-page/latency-at-scale.webp";
+const wasm_capacity = "../../../assets/images/smp-page/native-and-wasm-at-capacity-100rps.webp";
+const client_capacity = "../../../assets/images/smp-page/client-capacity.webp";
const SMPPage = () => {
@@ -25,7 +25,7 @@ const SMPPage = () => {
graphql`
query {
backgroundImage123: file(
- relativePath: { eq: "smp-page/smp-hero.png" }
+ relativePath: { eq: "smp-page/smp-hero.webp" }
) {
childImageSharp {
gatsbyImageData(
diff --git a/src/sections/Projects/SMP/smp.style.js b/src/sections/Projects/SMP/smp.style.js
index 614b97d53482..740e7d84e5e4 100644
--- a/src/sections/Projects/SMP/smp.style.js
+++ b/src/sections/Projects/SMP/smp.style.js
@@ -1,5 +1,5 @@
import styled from "styled-components";
-import cncf from "../../../assets/images/smp-page/cncf-icon.png";
+import cncf from "../../../assets/images/smp-page/cncf-icon.webp";
const SMPWrapper = styled.section`
margin-bottom: 3.25rem;
diff --git a/src/sections/Projects/index.js b/src/sections/Projects/index.js
index 2f5dfbf7b47f..e95ad5841c51 100644
--- a/src/sections/Projects/index.js
+++ b/src/sections/Projects/index.js
@@ -6,10 +6,10 @@ import SectionTitle from "../../reusecore/SectionTitle";
import Button from "../../reusecore/Button";
import VintageBox from "../../reusecore/VintageBox";
-import projectImage1 from "../../assets/images/app/projects/landscape.png";
-import projectImage2 from "../../assets/images/app/projects/smp.png";
-import projectImage3 from "../../assets/images/app/projects/meshery-logo-light.png";
-import projectImage4 from "../../assets/images/app/projects/meshery-logo-light.png";
+import projectImage1 from "../../assets/images/app/projects/landscape.webp";
+import projectImage2 from "../../assets/images/app/projects/smp.webp";
+import projectImage3 from "../../assets/images/app/projects/meshery-logo-light.webp";
+import projectImage4 from "../../assets/images/app/projects/meshery-logo-light.webp";
import Icon from "../../assets/images/app/projects/arrow.svg";
import ProjectItemWrapper from "./projectSection.style";
diff --git a/src/sections/Testimonial/testimonial.style.js b/src/sections/Testimonial/testimonial.style.js
index 6dc7fd903b09..e522563b0f91 100644
--- a/src/sections/Testimonial/testimonial.style.js
+++ b/src/sections/Testimonial/testimonial.style.js
@@ -1,5 +1,5 @@
import styled from "styled-components";
-import TestimonialNavBG from "../../assets/images/app/testimonial/vintage.png";
+import TestimonialNavBG from "../../assets/images/app/testimonial/vintage.webp";
const TestimonialWrapper = styled.section`
padding: 110px 0 120px 0;
diff --git a/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png b/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png
deleted file mode 100644
index fea4ffb13bfc..000000000000
Binary files a/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png and /dev/null differ
diff --git a/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp b/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp
new file mode 100644
index 000000000000..87725f6c3682
Binary files /dev/null and b/src/sections/what-is-service-mesh/The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp differ
diff --git a/src/sections/what-is-service-mesh/index.js b/src/sections/what-is-service-mesh/index.js
index 4ddca34b91c9..385410f8c3af 100644
--- a/src/sections/what-is-service-mesh/index.js
+++ b/src/sections/what-is-service-mesh/index.js
@@ -1,7 +1,7 @@
import React from "react";
import { Link } from "gatsby";
-import bookImage from "./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.png";
+import bookImage from "./The-Enterprise-path-to-service-mesh-Architectures-2nd-Edition.webp";
import ServiceMeshWrapper from "./whatServiceMesh.style";
const WhatServiceMesh = ({ gradient }) => {
diff --git a/src/sections/z_other/About-hosting/index.js b/src/sections/z_other/About-hosting/index.js
index dbf6a37af132..e524ba6548f7 100644
--- a/src/sections/z_other/About-hosting/index.js
+++ b/src/sections/z_other/About-hosting/index.js
@@ -4,9 +4,9 @@ import SectionTitle from "../../../reusecore/SectionTitle";
import Button from "../../../reusecore/Button";
import VintageBox from "../../../reusecore/VintageBox";
-import imgAbout from "../../../assets/images/hosting/hosting/about.png";
-import particle1 from "../../../assets/images/app/particle/05.png";
-import particle2 from "../../../assets/images/app/particle/06.png";
+import imgAbout from "../../../assets/images/hosting/hosting/about.webp";
+import particle1 from "../../../assets/images/app/particle/05.webp";
+import particle2 from "../../../assets/images/app/particle/06.webp";
import AboutSectionWrapper from "./about.style";
diff --git a/src/sections/z_other/AppScreens-classic/appScreenSection.style.js b/src/sections/z_other/AppScreens-classic/appScreenSection.style.js
index 2095fcdd0f70..56b00114f6a4 100644
--- a/src/sections/z_other/AppScreens-classic/appScreenSection.style.js
+++ b/src/sections/z_other/AppScreens-classic/appScreenSection.style.js
@@ -1,6 +1,6 @@
import styled from "styled-components";
-import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.png";
+import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.webp";
const AppScreenSctionWrapper = styled.section`
padding: 130px 0 110px 0;
diff --git a/src/sections/z_other/AppScreens-classic/index.js b/src/sections/z_other/AppScreens-classic/index.js
index 01c29e663ce5..1308dcd68bb0 100644
--- a/src/sections/z_other/AppScreens-classic/index.js
+++ b/src/sections/z_other/AppScreens-classic/index.js
@@ -7,11 +7,11 @@ import { SlickSlider, SliderItem } from "../../../reusecore/SlickSlider";
import { IoIosArrowRoundBack } from "@react-icons/all-files/io/IoIosArrowRoundBack";
import { IoIosArrowRoundForward } from "@react-icons/all-files/io/IoIosArrowRoundForward";
-import screen1 from "../../../assets/images/classic/screens/secreens-1.png";
-import screen2 from "../../../assets/images/classic/screens/secreens-2.png";
-import screen3 from "../../../assets/images/classic/screens/secreens-3.png";
-import screen4 from "../../../assets/images/classic/screens/secreens-4.png";
-import screen5 from "../../../assets/images/classic/screens/secreens-5.png";
+import screen1 from "../../../assets/images/classic/screens/secreens-1.webp";
+import screen2 from "../../../assets/images/classic/screens/secreens-2.webp";
+import screen3 from "../../../assets/images/classic/screens/secreens-3.webp";
+import screen4 from "../../../assets/images/classic/screens/secreens-4.webp";
+import screen5 from "../../../assets/images/classic/screens/secreens-5.webp";
import AppScreenSctionWrapper from "./appScreenSection.style";
diff --git a/src/sections/z_other/AppScreens/appScreenSection.style.js b/src/sections/z_other/AppScreens/appScreenSection.style.js
index 29856f1c644c..7ab2f041b609 100644
--- a/src/sections/z_other/AppScreens/appScreenSection.style.js
+++ b/src/sections/z_other/AppScreens/appScreenSection.style.js
@@ -1,8 +1,8 @@
import styled from "styled-components";
-import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.png";
+import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.webp";
-import AppSecreenBGTwo from "../../../assets/images/app/app-screen/05.png";
+import AppSecreenBGTwo from "../../../assets/images/app/app-screen/05.webp";
const AppScreenSectionWrapper = styled.div`
.app-screen-one-block{
diff --git a/src/sections/z_other/AppScreens/index.js b/src/sections/z_other/AppScreens/index.js
index 2ef5cdadd448..7f4bbe82f206 100644
--- a/src/sections/z_other/AppScreens/index.js
+++ b/src/sections/z_other/AppScreens/index.js
@@ -4,13 +4,13 @@ import SectionTitle from "../../../reusecore/SectionTitle";
import Button from "../../../reusecore/Button";
import { SlickSlider, SliderItem } from "../../../reusecore/SlickSlider";
-import image1 from "../../../assets/images/app/app-screen/01.png";
-import image2 from "../../../assets/images/app/app-screen/02.png";
-import image3 from "../../../assets/images/app/app-screen/03.png";
-import image4 from "../../../assets/images/app/app-screen/04.png";
-import particle1 from "../../../assets/images/app/particle/09.png";
-import particle2 from "../../../assets/images/app/particle/10.png";
-import particle4 from "../../../assets/images/app/particle/13.png";
+import image1 from "../../../assets/images/app/app-screen/01.webp";
+import image2 from "../../../assets/images/app/app-screen/02.webp";
+import image3 from "../../../assets/images/app/app-screen/03.webp";
+import image4 from "../../../assets/images/app/app-screen/04.webp";
+import particle1 from "../../../assets/images/app/particle/09.webp";
+import particle2 from "../../../assets/images/app/particle/10.webp";
+import particle4 from "../../../assets/images/app/particle/13.webp";
import AppScreenSectionWrapper from "./appScreenSection.style";
diff --git a/src/sections/z_other/Banner-classic/banner.style.js b/src/sections/z_other/Banner-classic/banner.style.js
index 800c7bf821c5..baead62912e3 100644
--- a/src/sections/z_other/Banner-classic/banner.style.js
+++ b/src/sections/z_other/Banner-classic/banner.style.js
@@ -1,6 +1,6 @@
import styled from "styled-components";
-import imgHero from "../../../assets/images/classic/hero-bg.png";
+import imgHero from "../../../assets/images/classic/hero-bg.webp";
const BannerSectionWrapper = styled.section`
/* color: #1D316C; */
diff --git a/src/sections/z_other/Banner-classic/index.js b/src/sections/z_other/Banner-classic/index.js
index 1ac9aad1596b..fddbe97bafe1 100644
--- a/src/sections/z_other/Banner-classic/index.js
+++ b/src/sections/z_other/Banner-classic/index.js
@@ -8,9 +8,9 @@ import VintageBox from "../../../reusecore/VintageBox";
import { FaPlay } from "@react-icons/all-files/fa/FaPlay";
import { FaDownload } from "@react-icons/all-files/fa/FaDownload";
-import AppScreenImage from "../../../assets/images/classic/app-screen.png";
-import AppScreenThumb1 from "../../../assets/images/classic/app-screen-thumb-1.png";
-import AppScreenThumb2 from "../../../assets/images/classic/app-screen-thumb-2.png";
+import AppScreenImage from "../../../assets/images/classic/app-screen.webp";
+import AppScreenThumb1 from "../../../assets/images/classic/app-screen-thumb-1.webp";
+import AppScreenThumb2 from "../../../assets/images/classic/app-screen-thumb-2.webp";
import BannerSectionWrapper from "./banner.style";
diff --git a/src/sections/z_other/Banner-hosting/index.js b/src/sections/z_other/Banner-hosting/index.js
index 61354fb04928..2c0b9a6a234f 100644
--- a/src/sections/z_other/Banner-hosting/index.js
+++ b/src/sections/z_other/Banner-hosting/index.js
@@ -7,8 +7,8 @@ import Button from "../../../reusecore/Button";
import ParticleComponent from "../../../reusecore/Particle";
import BannerSectionWrapper from "./banner.style";
-import imgHero1 from "../../../assets/images/hosting/hosting/banner/01.png";
-import imgHero2 from "../../../assets/images/hosting/hosting/banner/02.png";
+import imgHero1 from "../../../assets/images/hosting/hosting/banner/01.webp";
+import imgHero2 from "../../../assets/images/hosting/hosting/banner/02.webp";
const BannerHosting = () => {
return (
diff --git a/src/sections/z_other/Banner-modern/banner.style.js b/src/sections/z_other/Banner-modern/banner.style.js
index 10cea8cf5a49..3cd47604d2b0 100644
--- a/src/sections/z_other/Banner-modern/banner.style.js
+++ b/src/sections/z_other/Banner-modern/banner.style.js
@@ -1,6 +1,6 @@
import styled from "styled-components";
-import imgHero from "../../../assets/images/app/hero/hero-two.png";
+import imgHero from "../../../assets/images/app/hero/hero-two.webp";
const BannerSectionWrapper = styled.section`
padding: 120px 0 0 0;
diff --git a/src/sections/z_other/Banner-modern/index.js b/src/sections/z_other/Banner-modern/index.js
index d79b0904499f..ec0609477e15 100644
--- a/src/sections/z_other/Banner-modern/index.js
+++ b/src/sections/z_other/Banner-modern/index.js
@@ -9,7 +9,7 @@ import ParticleComponent from "../../../reusecore/Particle";
// import { FaPlay, FaDownload } from "react-icons/fa";
import BannerSectionWrapper from "./banner.style";
-import imgHero from "../../../assets/images/app/hero/mobile-screen.png";
+import imgHero from "../../../assets/images/app/hero/mobile-screen.webp";
const BannerModern = () => {
return (
diff --git a/src/sections/z_other/Faq-Classic/index.js b/src/sections/z_other/Faq-Classic/index.js
index 4658153991a8..6574ec87ddc0 100644
--- a/src/sections/z_other/Faq-Classic/index.js
+++ b/src/sections/z_other/Faq-Classic/index.js
@@ -14,8 +14,8 @@ import {
// import { IoIosArrowForward, IoIosArrowDown } from "react-icons/io";
-import particle1 from "../../../assets/images/app/particle/07.png";
-import particle2 from "../../../assets/images/app/particle/08.png";
+import particle1 from "../../../assets/images/app/particle/07.webp";
+import particle2 from "../../../assets/images/app/particle/08.webp";
import data from "../../../assets/data/faq";
diff --git a/src/sections/z_other/Faq-hosting/index.js b/src/sections/z_other/Faq-hosting/index.js
index 07976c6b7a72..abcd481ab5c6 100644
--- a/src/sections/z_other/Faq-hosting/index.js
+++ b/src/sections/z_other/Faq-hosting/index.js
@@ -16,9 +16,9 @@ import {
// import { IoIosArrowForward, IoIosArrowDown } from "react-icons/io";
-import FaqImage from "../../../assets/images/hosting/hosting/faq.png";
-import particle1 from "../../../assets/images/app/particle/07.png";
-import particle2 from "../../../assets/images/app/particle/08.png";
+import FaqImage from "../../../assets/images/hosting/hosting/faq.webp";
+import particle1 from "../../../assets/images/app/particle/07.webp";
+import particle2 from "../../../assets/images/app/particle/08.webp";
import data from "../../../assets/data/faq";
diff --git a/src/sections/z_other/Features/features.style.js b/src/sections/z_other/Features/features.style.js
index 16511e54841a..6aaeb7eb5f78 100644
--- a/src/sections/z_other/Features/features.style.js
+++ b/src/sections/z_other/Features/features.style.js
@@ -1,9 +1,9 @@
import styled from "styled-components";
-import Bg1 from "../../assets/images/app/features/bg-1.png";
-import Bg2 from "../../assets/images/app/features/bg-2.png";
+import Bg1 from "../../assets/images/app/features/bg-1.webp";
+import Bg2 from "../../assets/images/app/features/bg-2.webp";
-import Vintage1 from "../../assets/images/app/features/vintage-1.png";
+import Vintage1 from "../../assets/images/app/features/vintage-1.webp";
import MeshSyncLogo from "./img/meshsync.svg";
const FeturesSectionWrapper = styled.section`
padding: 95px 0 50px 0;
diff --git a/src/sections/z_other/Footer-classic/index.js b/src/sections/z_other/Footer-classic/index.js
index a4e49bc5e6cd..f52f734c5086 100644
--- a/src/sections/z_other/Footer-classic/index.js
+++ b/src/sections/z_other/Footer-classic/index.js
@@ -16,7 +16,7 @@ import ParticleComponent from "../../../reusecore/Particle";
import logo from "../../Footer/images/footer-logo-two.svg";
-import FooterBGTwo from "../../Footer/images/footer-particle-two.png";
+import FooterBGTwo from "../../Footer/images/footer-particle-two.webp";
import FooterWrapper from "./footer.style";
diff --git a/src/sections/z_other/Getapp/getAppSection.style.js b/src/sections/z_other/Getapp/getAppSection.style.js
index 1923a23979c9..72ef336c6144 100644
--- a/src/sections/z_other/Getapp/getAppSection.style.js
+++ b/src/sections/z_other/Getapp/getAppSection.style.js
@@ -1,6 +1,6 @@
import styled from "styled-components";
-import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.png";
+import AppSecreenBG from "../../../assets/images/app/get-app/get-app-bg.webp";
const GetAppSectionWrap = styled.section`
padding: 100px 0 90px 0;
diff --git a/src/sections/z_other/Getapp/index.js b/src/sections/z_other/Getapp/index.js
index 6f7954dcdb2a..88d8206522ec 100644
--- a/src/sections/z_other/Getapp/index.js
+++ b/src/sections/z_other/Getapp/index.js
@@ -5,11 +5,11 @@ import { Container, Row, Col } from "../../../reusecore/Layout";
// import { DiAppstore } from "react-icons/di";
// import { FaGooglePlay } from "react-icons/fa";
-import AppSecreenImage from "../../../assets/images/app/get-app/get-app-screen.png";
-import particle1 from "../../../assets/images/app/particle/09.png";
-import particle2 from "../../../assets/images/app/particle/10.png";
-import particle3 from "../../../assets/images/app/particle/11.png";
-import particle4 from "../../../assets/images/app/particle/13.png";
+import AppSecreenImage from "../../../assets/images/app/get-app/get-app-screen.webp";
+import particle1 from "../../../assets/images/app/particle/09.webp";
+import particle2 from "../../../assets/images/app/particle/10.webp";
+import particle3 from "../../../assets/images/app/particle/11.webp";
+import particle4 from "../../../assets/images/app/particle/13.webp";
import GetAppSectionWrap from "./getAppSection.style";
diff --git a/src/sections/z_other/Integrations/index.js b/src/sections/z_other/Integrations/index.js
index d30b5c362a07..5ed81a290d6c 100644
--- a/src/sections/z_other/Integrations/index.js
+++ b/src/sections/z_other/Integrations/index.js
@@ -6,11 +6,11 @@ import SectionTitle from "../../../reusecore/SectionTitle";
import Button from "../../../reusecore/Button";
import VintageBox from "../../../reusecore/VintageBox";
-import integrationImage1 from "../../../assets/images/app/integrations/integration-1.png";
-import integrationImage2 from "../../../assets/images/app/integrations/integration-2.png";
-import integrationImage3 from "../../../assets/images/app/integrations/integration-3.png";
-import integrationImage4 from "../../../assets/images/app/integrations/integration-4.png";
-import Icon from "../../../assets/images/app/integrations/arrow.png";
+import integrationImage1 from "../../../assets/images/app/integrations/integration-1.webp";
+import integrationImage2 from "../../../assets/images/app/integrations/integration-2.webp";
+import integrationImage3 from "../../../assets/images/app/integrations/integration-3.webp";
+import integrationImage4 from "../../../assets/images/app/integrations/integration-4.webp";
+import Icon from "../../../assets/images/app/integrations/arrow.webp";
import IntegrationItemWrapper from "./integrationSection.style";
diff --git a/src/theme/app/THEME.md b/src/theme/app/THEME.md
index c4e6b7669cd6..c0c5401fb7aa 100644
--- a/src/theme/app/THEME.md
+++ b/src/theme/app/THEME.md
@@ -89,7 +89,7 @@ OR
[Example of SVG file with transparent sections](https://github.com/layer5io/layer5/blob/master/src/assets/images/meshmap/icon-only/meshmap-icon.svg)
-[Example of image file with transparent sections](https://github.com/layer5io/layer5/blob/master/src/assets/images/app/projects/meshery-logo-light.png)
+[Example of image file with transparent sections](https://github.com/layer5io/layer5/blob/master/src/assets/images/app/projects/meshery-logo-light.webp)
You can see these two examples in action [here](https://layer5.io/projects) by toggling the theme (located on the right side of the navigation bar).
diff --git a/static/brand/layer5/5 icon/png/black/5-black-60.png b/static/brand/layer5/5 icon/png/black/5-black-60.png
deleted file mode 100644
index ec5219ea5c1c..000000000000
Binary files a/static/brand/layer5/5 icon/png/black/5-black-60.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/black/5-black-60.webp b/static/brand/layer5/5 icon/png/black/5-black-60.webp
new file mode 100644
index 000000000000..fc8ea05249fd
Binary files /dev/null and b/static/brand/layer5/5 icon/png/black/5-black-60.webp differ
diff --git a/static/brand/layer5/5 icon/png/dark/5-dark-bg.png b/static/brand/layer5/5 icon/png/dark/5-dark-bg.png
deleted file mode 100644
index 60765c686e9b..000000000000
Binary files a/static/brand/layer5/5 icon/png/dark/5-dark-bg.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/dark/5-dark-bg.webp b/static/brand/layer5/5 icon/png/dark/5-dark-bg.webp
new file mode 100644
index 000000000000..f329628f6826
Binary files /dev/null and b/static/brand/layer5/5 icon/png/dark/5-dark-bg.webp differ
diff --git a/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.png b/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.png
deleted file mode 100644
index 35d325ecc17e..000000000000
Binary files a/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.webp b/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.webp
new file mode 100644
index 000000000000..f97cc08546d6
Binary files /dev/null and b/static/brand/layer5/5 icon/png/dark/5-dark-no-trim.webp differ
diff --git a/static/brand/layer5/5 icon/png/gray/5-gray-60.png b/static/brand/layer5/5 icon/png/gray/5-gray-60.png
deleted file mode 100644
index d36ecbdaf745..000000000000
Binary files a/static/brand/layer5/5 icon/png/gray/5-gray-60.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/gray/5-gray-60.webp b/static/brand/layer5/5 icon/png/gray/5-gray-60.webp
new file mode 100644
index 000000000000..ccc8ac961970
Binary files /dev/null and b/static/brand/layer5/5 icon/png/gray/5-gray-60.webp differ
diff --git a/static/brand/layer5/5 icon/png/light/5-light-bg.png b/static/brand/layer5/5 icon/png/light/5-light-bg.png
deleted file mode 100644
index ed20a4e0ea27..000000000000
Binary files a/static/brand/layer5/5 icon/png/light/5-light-bg.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/light/5-light-bg.webp b/static/brand/layer5/5 icon/png/light/5-light-bg.webp
new file mode 100644
index 000000000000..b05747c3d3e4
Binary files /dev/null and b/static/brand/layer5/5 icon/png/light/5-light-bg.webp differ
diff --git a/static/brand/layer5/5 icon/png/light/5-light-no-trim.png b/static/brand/layer5/5 icon/png/light/5-light-no-trim.png
deleted file mode 100644
index 01d236ebcf33..000000000000
Binary files a/static/brand/layer5/5 icon/png/light/5-light-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/light/5-light-no-trim.webp b/static/brand/layer5/5 icon/png/light/5-light-no-trim.webp
new file mode 100644
index 000000000000..c0e3c18a24d5
Binary files /dev/null and b/static/brand/layer5/5 icon/png/light/5-light-no-trim.webp differ
diff --git a/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.png b/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.png
deleted file mode 100644
index ef83173b676a..000000000000
Binary files a/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.webp b/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.webp
new file mode 100644
index 000000000000..2a41e5f6bbb0
Binary files /dev/null and b/static/brand/layer5/5 icon/png/white/5-white-60-no-trim.webp differ
diff --git a/static/brand/layer5/5 icon/png/white/5-white-60.png b/static/brand/layer5/5 icon/png/white/5-white-60.png
deleted file mode 100644
index c26a32268819..000000000000
Binary files a/static/brand/layer5/5 icon/png/white/5-white-60.png and /dev/null differ
diff --git a/static/brand/layer5/5 icon/png/white/5-white-60.webp b/static/brand/layer5/5 icon/png/white/5-white-60.webp
new file mode 100644
index 000000000000..a2dcba6d693d
Binary files /dev/null and b/static/brand/layer5/5 icon/png/white/5-white-60.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-black-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-black-no-trim.png
deleted file mode 100644
index c48c94606e9f..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-black-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-black-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-black-no-trim.webp
new file mode 100644
index 000000000000..d64ea06eb828
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-black-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-black.png b/static/brand/layer5/layer5-only/png/layer5-black.png
deleted file mode 100644
index 1b619687d3fb..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-black.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-black.webp b/static/brand/layer5/layer5-only/png/layer5-black.webp
new file mode 100644
index 000000000000..b43675f54ff7
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-black.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.png
deleted file mode 100644
index 491def2ce01b..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.webp
new file mode 100644
index 000000000000..b67c90c657c8
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-gray-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-gray.png b/static/brand/layer5/layer5-only/png/layer5-gray.png
deleted file mode 100644
index 2744dcc3add0..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-gray.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-gray.webp b/static/brand/layer5/layer5-only/png/layer5-gray.webp
new file mode 100644
index 000000000000..070cb3f4b483
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-gray.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-light-bg.png b/static/brand/layer5/layer5-only/png/layer5-light-bg.png
deleted file mode 100644
index da3e50bb697e..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-light-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-light-bg.webp b/static/brand/layer5/layer5-only/png/layer5-light-bg.webp
new file mode 100644
index 000000000000..480a07063c4f
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-light-bg.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-light-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-light-no-trim.png
deleted file mode 100644
index b729ab61bcb3..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-light-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-light-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-light-no-trim.webp
new file mode 100644
index 000000000000..7673286972ce
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-light-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-no-trim.png
deleted file mode 100644
index 69bca69624a3..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-no-trim.webp
new file mode 100644
index 000000000000..c8d319ea65ab
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.png
deleted file mode 100644
index 77067aac703a..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.webp
new file mode 100644
index 000000000000..0b8b71e4edd6
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-white-bg-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-bg.png b/static/brand/layer5/layer5-only/png/layer5-white-bg.png
deleted file mode 100644
index e33251fa372b..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-white-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-bg.webp b/static/brand/layer5/layer5-only/png/layer5-white-bg.webp
new file mode 100644
index 000000000000..90b054f1c195
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-white-bg.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-no-trim.png b/static/brand/layer5/layer5-only/png/layer5-white-no-trim.png
deleted file mode 100644
index 87f62a2a7aed..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-white-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white-no-trim.webp b/static/brand/layer5/layer5-only/png/layer5-white-no-trim.webp
new file mode 100644
index 000000000000..bc4d578ba03a
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-white-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white.png b/static/brand/layer5/layer5-only/png/layer5-white.png
deleted file mode 100644
index 32f7bae77cfe..000000000000
Binary files a/static/brand/layer5/layer5-only/png/layer5-white.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-only/png/layer5-white.webp b/static/brand/layer5/layer5-only/png/layer5-white.webp
new file mode 100644
index 000000000000..db648d832534
Binary files /dev/null and b/static/brand/layer5/layer5-only/png/layer5-white.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-community-logo.png b/static/brand/layer5/layer5-tagline/png/layer5-community-logo.png
deleted file mode 100644
index 973702a36d64..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-community-logo.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-community-logo.webp b/static/brand/layer5/layer5-tagline/png/layer5-community-logo.webp
new file mode 100644
index 000000000000..7da396700b18
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-community-logo.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.png
deleted file mode 100644
index 124b384ef054..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.webp
new file mode 100644
index 000000000000..a85dcbf4543d
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-black-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.png
deleted file mode 100644
index 773961d454e4..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.webp
new file mode 100644
index 000000000000..95c2f25cb8c4
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-dark-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.png
deleted file mode 100644
index 485e09dd1fc8..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.webp
new file mode 100644
index 000000000000..a0b11c7faecf
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-light-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.png
deleted file mode 100644
index 472b19fafb15..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.webp
new file mode 100644
index 000000000000..9440a6248a29
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.png
deleted file mode 100644
index 8692439d7bc7..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.webp
new file mode 100644
index 000000000000..4f1e8fd4ed69
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-community-white.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.png
deleted file mode 100644
index daac7a917043..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.webp
new file mode 100644
index 000000000000..0f45589706c5
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-dark-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.png
deleted file mode 100644
index ce5d8c33891a..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.webp
new file mode 100644
index 000000000000..1a4e0a9c2406
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray-community-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.png
deleted file mode 100644
index 0f41f6d6e1bc..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.webp
new file mode 100644
index 000000000000..0f27057b93b5
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-gray.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.png
deleted file mode 100644
index ac709184bbcd..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.webp
new file mode 100644
index 000000000000..4acc2a313f9e
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.png
deleted file mode 100644
index e6a8c6c56c51..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.webp
new file mode 100644
index 000000000000..a15bd0ee02ed
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-bg_1.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.png
deleted file mode 100644
index 1d52fba9784a..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.webp
new file mode 100644
index 000000000000..193a2c21de50
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-white-no-trim.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-white.png
deleted file mode 100644
index c61b65ac5580..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-white.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-white.webp
new file mode 100644
index 000000000000..edd3ccfbcac2
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-white.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.png b/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.png
deleted file mode 100644
index 10247704b132..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.webp
new file mode 100644
index 000000000000..29158940b673
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag-white_1.webp differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag.png b/static/brand/layer5/layer5-tagline/png/layer5-tag.png
deleted file mode 100644
index 6a309ce898ce..000000000000
Binary files a/static/brand/layer5/layer5-tagline/png/layer5-tag.png and /dev/null differ
diff --git a/static/brand/layer5/layer5-tagline/png/layer5-tag.webp b/static/brand/layer5/layer5-tagline/png/layer5-tag.webp
new file mode 100644
index 000000000000..4acc2a313f9e
Binary files /dev/null and b/static/brand/layer5/layer5-tagline/png/layer5-tag.webp differ
diff --git a/static/images/landscape.png b/static/images/landscape.png
deleted file mode 100644
index f25fdfc30d9e..000000000000
Binary files a/static/images/landscape.png and /dev/null differ
diff --git a/static/images/landscape.webp b/static/images/landscape.webp
new file mode 100644
index 000000000000..c6722c794f71
Binary files /dev/null and b/static/images/landscape.webp differ
diff --git a/static/images/layer5-community-sign.png b/static/images/layer5-community-sign.png
deleted file mode 100644
index 289ff0a410cd..000000000000
Binary files a/static/images/layer5-community-sign.png and /dev/null differ
diff --git a/static/images/layer5-community-sign.webp b/static/images/layer5-community-sign.webp
new file mode 100644
index 000000000000..bc61cc2de7dc
Binary files /dev/null and b/static/images/layer5-community-sign.webp differ
diff --git a/static/images/layer5-gradient.png b/static/images/layer5-gradient.png
deleted file mode 100644
index 238a9921582e..000000000000
Binary files a/static/images/layer5-gradient.png and /dev/null differ
diff --git a/static/images/layer5-gradient.webp b/static/images/layer5-gradient.webp
new file mode 100644
index 000000000000..6fd2a6ebeb40
Binary files /dev/null and b/static/images/layer5-gradient.webp differ
diff --git a/static/images/layer5-image-hub.png b/static/images/layer5-image-hub.png
deleted file mode 100644
index 45c13e67f67b..000000000000
Binary files a/static/images/layer5-image-hub.png and /dev/null differ
diff --git a/static/images/layer5-image-hub.webp b/static/images/layer5-image-hub.webp
new file mode 100644
index 000000000000..2ed01cd4a36b
Binary files /dev/null and b/static/images/layer5-image-hub.webp differ
diff --git a/static/images/layer5-projects.png b/static/images/layer5-projects.png
deleted file mode 100644
index 57b2d6ac8b88..000000000000
Binary files a/static/images/layer5-projects.png and /dev/null differ
diff --git a/static/images/layer5-projects.webp b/static/images/layer5-projects.webp
new file mode 100644
index 000000000000..364eb21188e6
Binary files /dev/null and b/static/images/layer5-projects.webp differ
diff --git a/static/images/layer5.png b/static/images/layer5.png
deleted file mode 100644
index 981d0c524c37..000000000000
Binary files a/static/images/layer5.png and /dev/null differ
diff --git a/static/images/layer5.webp b/static/images/layer5.webp
new file mode 100644
index 000000000000..7bf550ba6ad8
Binary files /dev/null and b/static/images/layer5.webp differ
diff --git a/static/images/meshery-logo-dark-text.png b/static/images/meshery-logo-dark-text.png
deleted file mode 100644
index aa0476bfd156..000000000000
Binary files a/static/images/meshery-logo-dark-text.png and /dev/null differ
diff --git a/static/images/meshery-logo-dark-text.webp b/static/images/meshery-logo-dark-text.webp
new file mode 100644
index 000000000000..54a066310cb2
Binary files /dev/null and b/static/images/meshery-logo-dark-text.webp differ
diff --git a/static/images/meshmate-icon.png b/static/images/meshmate-icon.png
deleted file mode 100644
index 9403a624da65..000000000000
Binary files a/static/images/meshmate-icon.png and /dev/null differ
diff --git a/static/images/meshmate-icon.webp b/static/images/meshmate-icon.webp
new file mode 100644
index 000000000000..bb29b6ff6b79
Binary files /dev/null and b/static/images/meshmate-icon.webp differ
diff --git a/static/images/servicemeshinterface-icon-color.png b/static/images/servicemeshinterface-icon-color.png
deleted file mode 100644
index e26cbbbf9526..000000000000
Binary files a/static/images/servicemeshinterface-icon-color.png and /dev/null differ
diff --git a/static/images/servicemeshinterface-icon-color.webp b/static/images/servicemeshinterface-icon-color.webp
new file mode 100644
index 000000000000..c4583a65a906
Binary files /dev/null and b/static/images/servicemeshinterface-icon-color.webp differ
diff --git a/static/images/smp-dark.png b/static/images/smp-dark.png
deleted file mode 100644
index ba366a03bd19..000000000000
Binary files a/static/images/smp-dark.png and /dev/null differ
diff --git a/static/images/smp-dark.webp b/static/images/smp-dark.webp
new file mode 100644
index 000000000000..6bc2a7827ee8
Binary files /dev/null and b/static/images/smp-dark.webp differ
diff --git a/static/images/workshops.png b/static/images/workshops.png
deleted file mode 100644
index 0e7d604bbe5e..000000000000
Binary files a/static/images/workshops.png and /dev/null differ
diff --git a/static/images/workshops.webp b/static/images/workshops.webp
new file mode 100644
index 000000000000..01b729040c66
Binary files /dev/null and b/static/images/workshops.webp differ
diff --git a/static/mail/2022/dockercon-2022-recap.html b/static/mail/2022/dockercon-2022-recap.html
index c157eca9c446..337bcfab98be 100644
--- a/static/mail/2022/dockercon-2022-recap.html
+++ b/static/mail/2022/dockercon-2022-recap.html
@@ -407,7 +407,7 @@
Standards-based and extensible service mesh mana
-
+
@@ -691,7 +691,7 @@
5,000 service mesh performance tests under analy
-
+
@@ -745,7 +745,7 @@
5,000 service mesh performance tests under analy
-
+
Service Mesh Patterns with Meshery
at ServiceMeshCon NA 2021
@@ -776,7 +776,7 @@
at ServiceMeshCon NA 2021
-
+
@@ -861,7 +861,7 @@
CNCF Service Mesh Workin
-
+
@@ -918,7 +918,7 @@
CNCF Service Mesh Workin
In the meantime, for the latest on happenings in the ecosystem, join the cloud native community Slack or jump into any of the community meetings. Or watch and learn how to service mesh and engage with us!
Stay meshy,
-
+
@@ -949,7 +949,7 @@
CNCF Service Mesh Workin
-
+
@@ -1002,7 +1002,7 @@