fix: sign up images

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-18 10:06:05 +02:00
parent 17f30fc9a3
commit 4b831204b7

View File

@@ -15,7 +15,7 @@ const onboardingSellingPoints = [
key: 'get-started', key: 'get-started',
render: () => ( render: () => (
<SellingPoint <SellingPoint
bgImage="/img-6.png" bgImage="/img-6.webp"
title="Get started in minutes" title="Get started in minutes"
description={ description={
<> <>
@@ -40,7 +40,7 @@ const onboardingSellingPoints = [
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"
/> />
@@ -50,7 +50,7 @@ const onboardingSellingPoints = [
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"
/> />
@@ -60,7 +60,7 @@ const onboardingSellingPoints = [
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"
/> />
@@ -70,7 +70,7 @@ const onboardingSellingPoints = [
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"
/> />
@@ -80,7 +80,7 @@ const onboardingSellingPoints = [
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"
/> />