feat(C4A): implementasi hero section, staf section, sop section, faq section

This commit is contained in:
cygouw
2026-06-04 22:32:49 +07:00
parent 0ebc25809b
commit 981bb4d93b
10 changed files with 2633 additions and 40 deletions
+43
View File
@@ -0,0 +1,43 @@
[
{
"id": 1,
"name": "Tuning Rahayu, S.Hut.",
"role": "Staf Administrasi Informatika",
"image": "assets/images/staff-female.png",
"location": "Ruang Administrasi Prodi Informatika",
"contact_consent": true,
"phone": "6282350250892",
"schedule": [
{
"day": "Senin Jumat",
"time": "07.3016.00 WIB",
"break": "istirahat 12.0013.00 WIB"
}
],
"tasks": [
"Administrasi mahasiswa",
"Informasi berkas akademik"
]
},
{
"id": 2,
"name": "Mahyus Safutra, A.Md.",
"role": "Staf Laboratorium Informatika",
"image": "assets/images/staff-male.png",
"location": "Laboratorium Informatika",
"contact_consent": true,
"phone": "895338672533",
"schedule": [
{
"day": "Senin Jumat",
"time": "07.3016.00 WIB",
"break": "istirahat 12.0013.00 WIB"
}
],
"tasks": [
"Pengelolaan laboratorium",
"Dukungan praktikum",
"Peminjaman ruangan dan alat"
]
}
]