fix: optimize images
|
Before Width: | Height: | Size: 2.0 MiB |
BIN
apps/start/public/img-1.webp
Normal file
|
After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
BIN
apps/start/public/img-2.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.7 MiB |
BIN
apps/start/public/img-3.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 2.0 MiB |
BIN
apps/start/public/img-4.webp
Normal file
|
After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 1.8 MiB |
BIN
apps/start/public/img-5.webp
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
BIN
apps/start/public/img-6.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
@@ -13,7 +13,7 @@ const sellingPoints = [
|
||||
key: 'welcome',
|
||||
render: () => (
|
||||
<SellingPoint
|
||||
bgImage="/img-1.png"
|
||||
bgImage="/img-1.webp"
|
||||
title="Best open-source alternative"
|
||||
description="Mixpanel too expensive, Google Analytics has no privacy, Amplitude old and boring"
|
||||
/>
|
||||
@@ -23,7 +23,7 @@ const sellingPoints = [
|
||||
key: 'selling-point-2',
|
||||
render: () => (
|
||||
<SellingPoint
|
||||
bgImage="/img-2.png"
|
||||
bgImage="/img-2.webp"
|
||||
title="Fast and reliable"
|
||||
description="Never miss a beat with our real-time analytics"
|
||||
/>
|
||||
@@ -33,7 +33,7 @@ const sellingPoints = [
|
||||
key: 'selling-point-3',
|
||||
render: () => (
|
||||
<SellingPoint
|
||||
bgImage="/img-3.png"
|
||||
bgImage="/img-3.webp"
|
||||
title="Easy to use"
|
||||
description="Compared to other tools we have kept it simple"
|
||||
/>
|
||||
@@ -43,7 +43,7 @@ const sellingPoints = [
|
||||
key: 'selling-point-4',
|
||||
render: () => (
|
||||
<SellingPoint
|
||||
bgImage="/img-4.png"
|
||||
bgImage="/img-4.webp"
|
||||
title="Privacy by default"
|
||||
description="We have built our platform with privacy at its heart"
|
||||
/>
|
||||
@@ -53,7 +53,7 @@ const sellingPoints = [
|
||||
key: 'selling-point-5',
|
||||
render: () => (
|
||||
<SellingPoint
|
||||
bgImage="/img-5.png"
|
||||
bgImage="/img-5.webp"
|
||||
title="Open source"
|
||||
description="You can inspect the code and self-host if you choose"
|
||||
/>
|
||||
|
||||