changes menus
This commit is contained in:
@@ -14,36 +14,28 @@ import { COLORS } from '../../constants/colors';
|
||||
const MenuScreen = () => {
|
||||
const menuSections = [
|
||||
{
|
||||
title: 'Pul hereketleri',
|
||||
title: 'Karz',
|
||||
items: [
|
||||
{ id: 1, title: 'Pul ugrat', icon: 'send', description: 'Başga hasaplara pul ugrat' },
|
||||
{ id: 2, title: 'Pul al', icon: 'download', description: 'Pul al we hasabyňa geçir' },
|
||||
{ id: 3, title: 'Geleşikler taryhy', icon: 'time', description: 'Geçen geleşikleri gör' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Tölegler',
|
||||
items: [
|
||||
{ id: 4, title: 'Telefon töleg', icon: 'phone-portrait', description: 'Mobil telefon töleg' },
|
||||
{ id: 5, title: 'Elektrik töleg', icon: 'flash', description: 'Elektrik töleg et' },
|
||||
{ id: 6, title: 'Suw töleg', icon: 'water', description: 'Suw töleg et' },
|
||||
{ id: 7, title: 'Internet töleg', icon: 'wifi', description: 'Internet töleg et' },
|
||||
{ id: 8, title: 'Gaz töleg', icon: 'flame', description: 'Gaz töleg et' },
|
||||
{ id: 1, title: 'Karz sargyt', icon: 'add-circle', description: 'Täze karz sargyt' },
|
||||
{ id: 2, title: 'Karzyň galyndysy', icon: 'stats-chart', description: 'Galyndy maglumatlary' },
|
||||
{ id: 3, title: 'Karzyň ýapylandygy barada güwanamalar', icon: 'document-text', description: 'Güwanama al' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Kartlar',
|
||||
items: [
|
||||
{ id: 9, title: 'Meniň kartlarym', icon: 'card', description: 'Kartlaryňyzy dolandyr' },
|
||||
{ id: 10, title: 'Täze kart sargyt', icon: 'add-circle', description: 'Täze kart sargyt ediň' },
|
||||
{ id: 11, title: 'Kart bloklat', icon: 'lock-closed', description: 'Karty blokla' },
|
||||
{ id: 4, title: 'Täze kart açmak', icon: 'add-circle', description: 'Täze kart aç' },
|
||||
{ id: 5, title: 'Kart hereketleri', icon: 'swap-horizontal', description: 'Hereketler' },
|
||||
{ id: 6, title: 'Kart rekwizitler', icon: 'information-circle', description: 'Rekwizitler' },
|
||||
{ id: 7, title: 'Kart galyndylary', icon: 'wallet', description: 'Galyndylary' },
|
||||
{ id: 8, title: 'Kart pin bukjalar', icon: 'key', description: 'Pin bukjalar' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Karzlar',
|
||||
title: 'Halkara tölegler',
|
||||
items: [
|
||||
{ id: 12, title: 'Meniň karzlarym', icon: 'document-text', description: 'Karzlaryňyzy gör' },
|
||||
{ id: 13, title: 'Täze karz sargyt', icon: 'trending-up', description: 'Täze karz al' },
|
||||
{ id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'globe', description: 'Visa/Master' },
|
||||
{ id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'cash', description: 'Sber tölegler' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user