import { Routes } from '@/config/routes' import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from '../../../components/ui/accordion' export default function HowItWorksSection() { return (

How It Works

How it works is simple. You install the app on your Android device, and it will turn your device into a SMS Gateway. You can then use the API to send SMS messages from your web applications.

Step 1: Download The Android App Download the Android App from{' '} {Routes.downloadAndroidApp} Step 2: Generate an API key Generate an API key from the dashboard Step 3: Scan the QR code Open the textbee mobile app and scan the QR code or enter your api key manually and enable the gateway app Step 4: Start sending Start sending SMS messages from the dashboard or using the API
) }