Finalized all of the passport application flow feature except for step 6
This commit is contained in:
67
src/data/Steps/ImmigrationOfficesData.tsx
Normal file
67
src/data/Steps/ImmigrationOfficesData.tsx
Normal file
@ -0,0 +1,67 @@
|
||||
const immigrationOfficesData = [
|
||||
{
|
||||
id: '1',
|
||||
name: 'MAL PELAYANAN PUBLIK KOTA DEPOK',
|
||||
address:
|
||||
'JL. MARGONDA NO. 54, DEPOK, KEC. PANCORAN MAS, KOTA DEPOK, JAWA BARAT.',
|
||||
distance: '1.5 Km',
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: 'KANTOR IMIGRASI DEPOK',
|
||||
address:
|
||||
'JALAN BOULEVARD RAYA, KOMPLEK PERKANTORAN PEMDA DEPOK, GRAND DEPOK CITY, KOTA DEPOK, JAWA BARAT.',
|
||||
distance: '2.2 Km',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
name: 'IMMIGRATION LOUNGE PESONA SQUARE',
|
||||
address:
|
||||
'MALL PESONA SQUARE LANTAI 3, JL. IR. H. JUANDA NO. 22A, BAKTI JAYA, KOTA DEPOK, JAWA BARAT.',
|
||||
distance: '4.4 Km',
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: 'ULP DEPOK',
|
||||
address: 'DEPOK TOWN SQUARE',
|
||||
distance: '4.5 Km',
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: 'KANTOR IMIGRASI KABUPATEN BOGOR',
|
||||
address: 'JL. RAYA KESATUAN NO. 45, BOGOR, JAWA BARAT.',
|
||||
distance: '5.0 Km',
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: 'IMMIGRATION LOUNGE CIBINONG',
|
||||
address: 'CIBINONG SQUARE, JALAN RAYA CIBINONG NO. 8, BOGOR, JAWA BARAT.',
|
||||
distance: '6.3 Km',
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
name: 'KANTOR IMIGRASI KOTA BOGOR',
|
||||
address: 'JL. PELABUHAN NO. 10, BOGOR, JAWA BARAT.',
|
||||
distance: '7.1 Km',
|
||||
},
|
||||
{
|
||||
id: '8',
|
||||
name: 'MAL PELAYANAN PUBLIK KOTA BOGOR',
|
||||
address: 'JL. SUKABUMI NO. 12, BOGOR, JAWA BARAT.',
|
||||
distance: '7.8 Km',
|
||||
},
|
||||
{
|
||||
id: '9',
|
||||
name: 'KANTOR IMIGRASI CILEUNGSI',
|
||||
address: 'JALAN RAYA CILEUNGSI NO. 17, CILEUNGSI, JAWA BARAT.',
|
||||
distance: '8.4 Km',
|
||||
},
|
||||
{
|
||||
id: '10',
|
||||
name: 'IMMIGRATION LOUNGE PUNCAK',
|
||||
address: 'PUNCAK RESORT, JALAN RAYA PUNCAK NO. 30, BOGOR, JAWA BARAT.',
|
||||
distance: '9.2 Km',
|
||||
},
|
||||
];
|
||||
|
||||
export default immigrationOfficesData;
|
Reference in New Issue
Block a user