> ## Documentation Index
> Fetch the complete documentation index at: https://ppid.gtkgo.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Prosedur Layanan

export const BtnLink = ({title, desc, icon, color, link}) => <Card horizontal title={title} icon={icon} color={color} href={link}>
        {desc}
    </Card>;

## Layanan Permohonan Informasi

<CardGroup cols={2}>
  <BtnLink icon={'book-bookmark'} title={'Prosedur'} desc={'Permohonan Informasi'} link="/layanan/prosedur-permohonan-informasi" />

  <BtnLink icon={'pen-to-square'} title={'Formulir'} desc={'Permohonan Informasi'} link="https://forms.gle/YZ34TPdJ1Rmak1jAA" />
</CardGroup>

## Layanan Pengajuan Keberatan Atas Permohonan Informasi Publik

<CardGroup cols={2}>
  <BtnLink icon={'book-bookmark'} title={'Prosedur'} desc={'Pengajuan Keberatan Atas Permohonan Informasi Publik'} link="/layanan/prosedur-pengajuan-keberatan" />

  <BtnLink icon={'pen-to-square'} title={'Formulir'} desc={'Pengajuan Keberatan Atas Permohonan Informasi Publik'} color={'#E50914'} />
</CardGroup>

## Layanan Penyelesaian Sengketa Informasi

<CardGroup cols={2}>
  <BtnLink icon={'book-bookmark'} title={'Prosedur'} desc={'Penyelesaian Sengketa Informasi'} link="/layanan/prosedur-penyelesaian-sengketa" />
</CardGroup>
