fix: optimize images

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-17 21:27:17 +02:00
parent 42361a0caa
commit 17f30fc9a3
13 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -13,7 +13,7 @@ const sellingPoints = [
key: 'welcome', key: 'welcome',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-1.png" bgImage="/img-1.webp"
title="Best open-source alternative" title="Best open-source alternative"
description="Mixpanel too expensive, Google Analytics has no privacy, Amplitude old and boring" description="Mixpanel too expensive, Google Analytics has no privacy, Amplitude old and boring"
/> />
@@ -23,7 +23,7 @@ const sellingPoints = [
key: 'selling-point-2', key: 'selling-point-2',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-2.png" bgImage="/img-2.webp"
title="Fast and reliable" title="Fast and reliable"
description="Never miss a beat with our real-time analytics" description="Never miss a beat with our real-time analytics"
/> />
@@ -33,7 +33,7 @@ const sellingPoints = [
key: 'selling-point-3', key: 'selling-point-3',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-3.png" bgImage="/img-3.webp"
title="Easy to use" title="Easy to use"
description="Compared to other tools we have kept it simple" description="Compared to other tools we have kept it simple"
/> />
@@ -43,7 +43,7 @@ const sellingPoints = [
key: 'selling-point-4', key: 'selling-point-4',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-4.png" bgImage="/img-4.webp"
title="Privacy by default" title="Privacy by default"
description="We have built our platform with privacy at its heart" description="We have built our platform with privacy at its heart"
/> />
@@ -53,7 +53,7 @@ const sellingPoints = [
key: 'selling-point-5', key: 'selling-point-5',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-5.png" bgImage="/img-5.webp"
title="Open source" title="Open source"
description="You can inspect the code and self-host if you choose" description="You can inspect the code and self-host if you choose"
/> />