You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
473 B
19 lines
473 B
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.',
|
|
},
|
|
]
|