-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.js
More file actions
303 lines (282 loc) · 6.58 KB
/
Copy pathdata.js
File metadata and controls
303 lines (282 loc) · 6.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
import image1 from "./src/assets/image1.jpg";
import image2 from "./src/assets/image2.jpg";
import image3 from "./src/assets/image3.jpg";
import image4 from "./src/assets/image4.jpg";
import image5 from "./src/assets/image5.jpg";
import image6 from "./src/assets/image6.jpg";
export const events = [
{
image: image1,
title: "Toolkits for a Successful Marriage",
location: "University of Ibadan Main Hall, Ibadan",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$500.00",
getTickets: "Get Tickets",
},
{
image: image2,
title: "Lagos Business Summit: Networking for Growth",
location: "Teslim Balogun Stadium (Lagos, Nigeria)",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$290.00",
getTickets: "Get Tickets",
},
{
image: image3,
title: "Film Under the Stars: Outdoor Cinema",
location: "International Conference Centre, Abuja",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$60.00",
getTickets: "Get Tickets",
},
{
image: image4,
title: "Tech Innovators: Shaping Africa’s Future",
location: "Michael Okpara Square, Enugu",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$520.00",
getTickets: "Get Tickets",
},
{
image: image5,
title: "Taste and Toast: Wine and Culinary Adventure",
location: "Ahmadu Bello Stadium, Kaduna",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$99.0",
getTickets: "Get Tickets",
},
{
image: image6,
title: "Cultural Rhythms : Drums and Dance",
location: "Rwang Pam Township Stadium, Jos",
date: "Sept 20, 2025",
time: "10:00 PM - 11:00PM",
price: "$1400.00",
getTickets: "Get Tickets",
},
];
import bag from "./src/assets/bag.png";
import football from "./src/assets/football.png";
import festival from "./src/assets/festival.png";
import cutleries from "./src/assets/cutleries.png";
import chatBox from "./src/assets/chatBox.png";
import gaming from "./src/assets/gaming.png";
export const Categories = [
{
image: bag,
eventName: "Business",
},
{
image: football,
eventName: "Sports",
},
{
image: festival,
eventName: "Festival",
},
{
image: cutleries,
eventName: "Food & Drinks",
},
{
image: chatBox,
eventName: "Dating",
},
{
image: gaming,
eventName: "Hobbies",
},
];
//Dashboard Mapped data's
import dashboardDate from "./src/assets/dashboardDate.png"
import dashboardPrice from "./src/assets/dashboardPrice.png"
import dashboardTicket from "./src/assets/dashboardTicket.png"
import dashboardUsers from "./src/assets/dashboardUsers.png"
export const menu = [
{
image: dashboardDate,
header: "Total Events",
value: 12,
previousMonthData: "+2 from last month",
},
{
image: dashboardTicket,
header: "Ticket Sales",
value: 1241,
previousMonthData: "+18% from last month",
},
{
image: dashboardPrice,
header: "Total Revenue",
value: 42500,
previousMonthData: "28% from last month",
},
{
image: dashboardUsers,
header: "Active Users",
value: 120,
previousMonthData: "+32 from week",
},
];
import ticket from "./src/assets/ticket.png"
import error from "./src/assets/error.png"
import calenderActivity from "./src/assets/calenderActivity.png"
export const recentActivity = [
{
image: ticket,
notify: "New ticket purchased for Rhythm & Soul Tour: Eternal Vibes",
time: "5 Minutes ago",
},
{
image: calenderActivity,
notify: "Event ‘ Gospel Vibe Tour: Praise on the Nile’ has been updated",
time: "1 hour ago",
},
{
image: ticket,
notify: "10 New tickets sold for Rhythm & Soul Tour: Eternal Vibes ticket",
time: "2 hour ago",
},
{
image: error,
notify: "Refund processed for order #63738",
time: "5 hour ago",
},
];
import Ticket from "./src/assets/ticket.png";
export const recentTicketSales = [
{
image: Ticket,
ticketId: "T-1234",
customerName: "Samuel John",
event: "Gospel Vibe Tour",
ticketType: "VIP",
amount: "40.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-3478",
customerName: "Sandra Davies",
event: "Rhythm & Soul Tour",
ticketType: "VVIP",
amount: "45.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-4434",
customerName: "Jeminat issac",
event: "Rhythm & Soul Tour",
ticketType: "VIP",
amount: "345.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-3334",
customerName: "Kelos chidi",
event: "Gospel Vibe Tour",
ticketType: "VVIP",
amount: "720.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-3238",
customerName: "Samuel John",
event: "Gospel Vibe Tour",
ticketType: "VIP",
amount: "400.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-5244",
customerName: "Samuel John",
event: "Gospel Vibe Tour",
ticketType: "VIP",
amount: "590.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-9234",
customerName: "Samuel John",
event: "Gospel Vibe Tour",
ticketType: "VVIP",
amount: "900.00",
date: "20/08/2025",
time: "10 PM",
},
{
image: Ticket,
ticketId: "T-1238",
customerName: "Samuel John",
event: "Gospel Vibe Tour",
ticketType: "VIP",
amount: "390.00",
date: "20/08/2025",
time: "10 PM",
},
];
export const notificationsList = [
{
title: "Financial Oversight",
description: "Revenue summaries and payout request",
},
{
title: "General Communication",
description: "Internal staff announcements",
},
{
title: "Admin & Staff Oversight",
description: "New admin accounts created / roles changes",
},
{
title: "System/Platform Updates",
description: "Maintenance, new features or policy changes",
},
{
title: "Security Alerts",
description:
"Suspicious login attempts, password changes, or account activities",
},
];
export const adminData = [
{
id: 1,
name: "Faith Dest",
email: "Faithyddd3@gmail.com",
date: "22 Aug 2025, 10:00 AM",
},
{
id: 2,
name: "Martins Opeyemi",
email: "Opeyemimartin@gmail.com",
date: "22 Aug 2025, 10:00 AM",
},
{
id: 3,
name: "Idowu Mensah",
email: "Idowumensah@gmail.com",
date: "22 Aug 2025, 10:00 AM",
},
{
id: 4,
name: "Sammy Kay",
email: "Sammykay00@gmail.com",
date: "22 Aug 2025, 10:00 AM",
},
];