@php
$contributors = [
['name' => 'Vicky Maulana', 'img' => 'https://github.com/vickymaulana.png', 'link' => 'https://github.com/vickymaulana', 'role' => 'Lead Developer'],
['name' => 'Ahmad Dimas Aldian Al-furqon', 'img' => 'https://github.com/anqois.png', 'link' => 'https://github.com/anqois', 'role' => 'Software Engineer'],
['name' => 'Abdillah Khalid', 'img' => 'https://github.com/KhalidUnsri.png', 'link' => 'https://github.com/KhalidUnsri', 'role' => 'Software Engineer'],
['name' => 'Haikal Tirta Albanna', 'img' => 'https://github.com/HaikalAlbanna.png', 'link' => 'https://github.com/HaikalAlbanna', 'role' => 'UI/UX Designer'],
['name' => 'Meta Berliana', 'img' => 'https://github.com/Metabrln.png', 'link' => 'https://github.com/Metabrln', 'role' => 'Frontend Dev'],
['name' => 'Imelda Triadmajaya', 'img' => 'https://github.com/imeldatriajaya.png', 'link' => 'https://github.com/imeldatriajaya', 'role' => 'Quality Assurance'],
['name' => 'Hilwa Izzatinnafisah', 'img' => 'https://github.com/ksnwaa.png', 'link' => 'https://github.com/ksnwaa', 'role' => 'Frontend Dev'],
['name' => 'Triyana Sugiyarti', 'img' => 'https://github.com/TriyanaSgi.png', 'link' => 'https://github.com/TriyanaSgi', 'role' => 'Backend Dev'],
['name' => 'Adelia Isni Hendrawan Putri', 'img' => 'https://github.com/lilisky07.png', 'link' => 'https://github.com/lilisky07', 'role' => 'Database Admin'],
['name' => 'Siti Nur Azizah', 'img' => 'https://github.com/sukasukajija.png', 'link' => 'https://github.com/sukasukajija', 'role' => 'Software Engineer'],
['name' => 'M. Husaini Hasyim', 'img' => 'https://github.com/son-alone.png', 'link' => 'https://github.com/son-alone', 'role' => 'DevOps Specialist'],
['name' => 'Andre Satriawan', 'img' => 'https://github.com/andresa11satriawan.png', 'link' => 'https://github.com/andresa11satriawan', 'role' => 'Software Engineer'],
['name' => 'Lathifah Putri Aresti', 'img' => 'https://github.com/lathifahputri.png', 'link' => 'https://github.com/lathifahputri', 'role' => 'Product Owner'],
['name' => 'Sisca Amelia', 'img' => 'https://github.com/siscaamelia.png', 'link' => 'https://github.com/siscaamelia', 'role' => 'Technical Writer'],
['name' => 'M. Denny Tri Lisandi', 'img' => 'https://github.com/Koutsura.png', 'link' => 'https://github.com/Koutsura', 'role' => 'Security Engineer'],
];
@endphp
@foreach($contributors as $index => $contributor)
@endforeach