"use client" import { useState } from "react" const methods = [ { id: "telebirr", name: "Telebirr", icon: "๐ฑ", desc: "Ethiopian mobile payment" }, { id: "cbe", name: "CBE Birr", icon: "๐ฆ", desc: "Commercial Bank of Ethiopia" }, { id: "awash", name: "Awash Bank", icon: "๐๏ธ", desc: "Awash Bank transfer" }, { id: "abyssinia", name: "Bank of Abyssinia", icon: "๐ณ", desc: "Bank of Abyssinia" }, ] const quickAmounts = [50, 100, 200, 500, 1000, 2000] export default function DepositPage() { const [method, setMethod] = useState("telebirr") const [amount, setAmount] = useState("") return (
Add funds to your account
Min deposit: 50 ETB ยท Max deposit: 50,000 ETB