update landing page

This commit is contained in:
vincanger
2023-12-04 15:56:18 +01:00
parent 87cc259612
commit 21365e55cf

View File

@@ -22,13 +22,13 @@ export const features = [
{ {
name: 'Stripe Integration', name: 'Stripe Integration',
description: description:
"No SaaS is complete without payments. That's why subscriptions and there necessary webhooks are built-in!", "No SaaS is complete without payments. That's why subscriptions and the necessary webhooks are built-in.",
icon: '💸', icon: '💸',
}, },
{ {
name: 'Admin Dashboard', name: 'Admin Dashboard',
description: description:
"Graphs! Tables! Analytics all in one place! Ooooooooooh! Ahhhhhhhhh!", "Graphs! Tables! Analytics! All in one place. Ooooooooooh.",
icon: '📈', icon: '📈',
}, },
{ {
@@ -45,7 +45,7 @@ export const features = [
}, },
{ {
name: 'Deploy Anywhere', name: 'Deploy Anywhere',
description: 'You own all your code, so deploy it wherever you want!', description: 'You own all your code, so deploy it wherever you want.',
icon: '🚀 ', icon: '🚀 ',
}, },
{ {