Files
textbee/web/components/landing/featuresContent.ts
2023-10-16 10:15:17 +03:00

20 lines
473 B
TypeScript

export const featuresContent = [
{
title: 'Send SMS',
description: 'Send SMS to any number from your dashboard or via REST API.',
},
{
title: 'Bulk SMS',
description: 'Send SMS to multiple numbers at once.',
},
{
title: '100% Free',
description:
'No credit card required. No hidden fees. No strings attached.',
},
{
title: 'Open Source',
description: 'The entire codebase is open source and available on GitHub.',
},
]