mirror of
https://github.com/vernu/textbee.git
synced 2026-04-19 14:33:15 -04:00
20 lines
473 B
TypeScript
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.',
|
|
},
|
|
]
|