From 31cc5a23acea807cb1047102f06ed33463003e79 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 10 Sep 2023 17:17:24 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Added=20JSON=20data=20for=20comp?= =?UTF-8?q?any=20profiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added JSON data containing company profiles with details like Company name, City, Construction type, Country, App name, Department, Car model, and Corporate information. --- src/data/jsons/__megamenu.json | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 src/data/jsons/__megamenu.json diff --git a/src/data/jsons/__megamenu.json b/src/data/jsons/__megamenu.json new file mode 100644 index 0000000..c08a809 --- /dev/null +++ b/src/data/jsons/__megamenu.json @@ -0,0 +1,62 @@ +[ + { + "Company": "Katz", + "City": "Nezamyslice", + "Contruction": "Plexiglass", + "Country": "Czech Republic", + "AppName": "Tresom", + "Department": "Clothing", + "CarModel": "Town & Country", + "Corporate": "Training" + }, + { + "Company": "Livefish", + "City": "Herzliyya", + "Contruction": "Plexiglass", + "Country": "Israel", + "AppName": "Hatity", + "Department": "Outdoors", + "CarModel": "RAV4", + "Corporate": "Services" + }, + { + "Company": "Digitube", + "City": "Hongqi", + "Contruction": "Stone", + "Country": "China", + "AppName": "Otcom", + "Department": "Music", + "CarModel": "Lancer Evolution", + "Corporate": "Sales" + }, + { + "Company": "Midel", + "City": "Kamakura", + "Contruction": "Granite", + "Country": "Japan", + "AppName": "Daltfresh", + "Department": "Outdoors", + "CarModel": "Quest", + "Corporate": "Marketing" + }, + { + "Company": "Rhyloo", + "City": "Yahil’nytsya", + "Contruction": "Glass", + "Country": "Ukraine", + "AppName": "Duobam", + "Department": "Clothing", + "CarModel": "Cougar", + "Corporate": "Sales" + }, + { + "Company": "Innojam", + "City": "Mandalay", + "Contruction": "Plexiglass", + "Country": "Myanmar", + "AppName": "Mat Lam Tam", + "Department": "Electronics", + "CarModel": "Galant", + "Corporate": "Management" + } +]