feature & fix
deskripsi: - fix Text input - feature Box footer & button center
This commit is contained in:
100
lib/dummy-data/master-bidang-bisnis.ts
Normal file
100
lib/dummy-data/master-bidang-bisnis.ts
Normal file
@@ -0,0 +1,100 @@
|
||||
const dummyMasterBidangBisnis = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Teknologi dan Digital",
|
||||
slug: "teknologi_dan_digital",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.403Z",
|
||||
updatedAt: "2025-06-16T09:57:16.403Z",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kuliner",
|
||||
slug: "kuliner",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.424Z",
|
||||
updatedAt: "2025-06-16T09:57:16.424Z",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fashion dan Kecantikan",
|
||||
slug: "fashion_dan_kecantikan",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.442Z",
|
||||
updatedAt: "2025-06-16T09:57:16.442Z",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Otomotif",
|
||||
slug: "otomotif",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.459Z",
|
||||
updatedAt: "2025-06-16T09:57:16.459Z",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Industri Kreatif",
|
||||
slug: "industri_kreatif",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.471Z",
|
||||
updatedAt: "2025-06-16T09:57:16.471Z",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Konstruksi dan Pertukangan",
|
||||
slug: "konstruksi_dan_pertukangan",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.483Z",
|
||||
updatedAt: "2025-06-16T09:57:16.483Z",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Agribisnis dan Pertanian",
|
||||
slug: "agribisnis_dan_pertanian",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.492Z",
|
||||
updatedAt: "2025-06-16T09:57:16.492Z",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Jasa Umum",
|
||||
slug: "jasa_umum",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.502Z",
|
||||
updatedAt: "2025-06-16T09:57:16.502Z",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Edukasi dan Pelatihan",
|
||||
slug: "edukasi_dan_pelatihan",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.517Z",
|
||||
updatedAt: "2025-06-16T09:57:16.517Z",
|
||||
},
|
||||
{
|
||||
id: "10",
|
||||
name: "Keuangan dan Investasi",
|
||||
slug: "keuangan_dan_investasi",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.527Z",
|
||||
updatedAt: "2025-06-16T09:57:16.527Z",
|
||||
},
|
||||
{
|
||||
id: "11",
|
||||
name: "Perdagangan Umum",
|
||||
slug: "perdagangan_umum",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.537Z",
|
||||
updatedAt: "2025-06-16T09:57:16.537Z",
|
||||
},
|
||||
{
|
||||
id: "12",
|
||||
name: "Pariwisata dan Hospitality",
|
||||
slug: "pariwisata_dan_hospitality",
|
||||
active: true,
|
||||
createdAt: "2025-06-16T09:57:16.547Z",
|
||||
updatedAt: "2025-06-16T09:57:16.547Z",
|
||||
},
|
||||
];
|
||||
|
||||
export default dummyMasterBidangBisnis;
|
||||
Reference in New Issue
Block a user