diff --git a/app/portal-ppid/standar-layanan/alur-pelayanan-informasi-publik/page.tsx b/app/portal-ppid/standar-layanan/alur-pelayanan-informasi-publik/page.tsx
new file mode 100644
index 0000000..25548d1
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/alur-pelayanan-informasi-publik/page.tsx
@@ -0,0 +1,8 @@
+import ServiceFlow from '@/components/detail/ServiceFlow'
+import React from 'react'
+
+export default function ServiceFlowPage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/maklumat-pelayanan/page.tsx b/app/portal-ppid/standar-layanan/maklumat-pelayanan/page.tsx
new file mode 100644
index 0000000..3ea6d1a
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/maklumat-pelayanan/page.tsx
@@ -0,0 +1,8 @@
+import ServiceAnnouncement from '@/components/detail/ServiceAnnouncement'
+import React from 'react'
+
+export default function ServiceAnnouncePage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/mekanisme-keberatan/page.tsx b/app/portal-ppid/standar-layanan/mekanisme-keberatan/page.tsx
new file mode 100644
index 0000000..d818b3f
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/mekanisme-keberatan/page.tsx
@@ -0,0 +1,8 @@
+import ObjectionMecanism from '@/components/detail/ObjectionMecanism'
+import React from 'react'
+
+export default function ObjectionMecanismPage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/mekanisme-permohonan-penyelesaian-sengketa/page.tsx b/app/portal-ppid/standar-layanan/mekanisme-permohonan-penyelesaian-sengketa/page.tsx
new file mode 100644
index 0000000..7890f86
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/mekanisme-permohonan-penyelesaian-sengketa/page.tsx
@@ -0,0 +1,8 @@
+import RequestDispute from '@/components/detail/RequestDispute'
+import React from 'react'
+
+export default function RequestDisputePage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/standar-biaya-pelayanan/page.tsx b/app/portal-ppid/standar-layanan/standar-biaya-pelayanan/page.tsx
new file mode 100644
index 0000000..30b992d
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/standar-biaya-pelayanan/page.tsx
@@ -0,0 +1,8 @@
+import ServiceFee from '@/components/detail/ServiceFee'
+import React from 'react'
+
+export default function ServiceFeePage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/tata-cara-permohonan-informasi/page.tsx b/app/portal-ppid/standar-layanan/tata-cara-permohonan-informasi/page.tsx
new file mode 100644
index 0000000..d9db6a2
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/tata-cara-permohonan-informasi/page.tsx
@@ -0,0 +1,8 @@
+import RequestInformation from '@/components/detail/RequestInformation'
+import React from 'react'
+
+export default function RequestInformationPage() {
+ return (
+
+ )
+}
diff --git a/app/portal-ppid/standar-layanan/waktu-pelayanan/page.tsx b/app/portal-ppid/standar-layanan/waktu-pelayanan/page.tsx
new file mode 100644
index 0000000..ef1a434
--- /dev/null
+++ b/app/portal-ppid/standar-layanan/waktu-pelayanan/page.tsx
@@ -0,0 +1,8 @@
+import ServiceTime from '@/components/detail/ServiceTime'
+import React from 'react'
+
+export default function ServiceTimePage() {
+ return (
+
+ )
+}
diff --git a/components/detail/ObjectionMecanism.tsx b/components/detail/ObjectionMecanism.tsx
new file mode 100644
index 0000000..571cedd
--- /dev/null
+++ b/components/detail/ObjectionMecanism.tsx
@@ -0,0 +1,16 @@
+'use client'
+
+export default function ObjectionMecanism() {
+ return (
+
+
+
+
Mekanisme Keberatan
+
+
+
+
+
+
+ )
+}
diff --git a/components/detail/RequestDispute.tsx b/components/detail/RequestDispute.tsx
new file mode 100644
index 0000000..ff0bce4
--- /dev/null
+++ b/components/detail/RequestDispute.tsx
@@ -0,0 +1,19 @@
+'use client'
+
+export default function RequestDispute() {
+ return (
+
+
+
+
Mekanisme Permohonan Penyelesaian Senketa Informasi
+
+
+
+
+ )
+}
diff --git a/components/detail/RequestInformation.tsx b/components/detail/RequestInformation.tsx
new file mode 100644
index 0000000..fe86217
--- /dev/null
+++ b/components/detail/RequestInformation.tsx
@@ -0,0 +1,16 @@
+'use client'
+
+export default function RequestInformation() {
+ return (
+
+
+
+
Tata Cara Permohonan Informasi
+
+
+
+
+
+
+ )
+}
diff --git a/components/detail/ServiceAnnouncement.tsx b/components/detail/ServiceAnnouncement.tsx
new file mode 100644
index 0000000..8809796
--- /dev/null
+++ b/components/detail/ServiceAnnouncement.tsx
@@ -0,0 +1,30 @@
+'use client'
+
+export default function ServiceAnnouncement() {
+ return (
+
+
+
+
Maklumat Pelayanan
+
+
+
+
+
+
+ Maklumat Pelayanan Informasi Publik
+
+
+ PPID Polri siap memberikan pelayanan informasi publik secara cepat, tepat waktu, berbiaya ringan dan cara sederhana, sesuai ketentuan perundang-undangan
+
+
+ Tertanda
+
+
+ PPID Polri
+
+
+
+
+ )
+}
diff --git a/components/detail/ServiceFee.tsx b/components/detail/ServiceFee.tsx
new file mode 100644
index 0000000..ed4d4e5
--- /dev/null
+++ b/components/detail/ServiceFee.tsx
@@ -0,0 +1,16 @@
+'use client'
+
+export default function ServiceFee() {
+ return (
+
+
+
+
Standar Biaya Pelayanan
+
+
+
+
+
+
+ )
+}
diff --git a/components/detail/ServiceFlow.tsx b/components/detail/ServiceFlow.tsx
new file mode 100644
index 0000000..c5089d5
--- /dev/null
+++ b/components/detail/ServiceFlow.tsx
@@ -0,0 +1,16 @@
+'use client'
+
+export default function ServiceFlow() {
+ return (
+
+
+
+
Alur Pelayanan Informasi Publik
+
+
+
+
+
+
+ )
+}
diff --git a/components/detail/ServiceTime.tsx b/components/detail/ServiceTime.tsx
new file mode 100644
index 0000000..cb3d970
--- /dev/null
+++ b/components/detail/ServiceTime.tsx
@@ -0,0 +1,16 @@
+'use client'
+
+export default function ServiceTime() {
+ return (
+
+
+
+
+
+
+ )
+}
diff --git a/components/navbar/NavbarPPID.tsx b/components/navbar/NavbarPPID.tsx
index 5d0fe40..4dfa250 100644
--- a/components/navbar/NavbarPPID.tsx
+++ b/components/navbar/NavbarPPID.tsx
@@ -255,44 +255,44 @@ export default function NavbarPPID() {
}
>
-
+
Alur Pelayanan Informasi Publik Polri
}
>
-
+
Tata Cara Permohonan Informasi
}>
-
+
Mekanisme Keberatan
}>
-
- Mekanisme Permohonan Penyelesinan Sengketa
+
+ Mekanisme Permohonan Penyelesainan Sengketa
}>
-
+
Waktu Pelayanan
}>
-
+
Standar Biaya Pelayanan
}>
-
+
Maklumat Pelayanan
diff --git a/public/alurpelayanan.png b/public/alurpelayanan.png
new file mode 100644
index 0000000..97a8ba2
Binary files /dev/null and b/public/alurpelayanan.png differ
diff --git a/public/biaya-pelayanan.png b/public/biaya-pelayanan.png
new file mode 100644
index 0000000..f209841
Binary files /dev/null and b/public/biaya-pelayanan.png differ
diff --git a/public/mekanisme-keberatan.png b/public/mekanisme-keberatan.png
new file mode 100644
index 0000000..2435664
Binary files /dev/null and b/public/mekanisme-keberatan.png differ
diff --git a/public/sengketa1.png b/public/sengketa1.png
new file mode 100644
index 0000000..7c5c33b
Binary files /dev/null and b/public/sengketa1.png differ
diff --git a/public/sengketa2.png b/public/sengketa2.png
new file mode 100644
index 0000000..195b03f
Binary files /dev/null and b/public/sengketa2.png differ
diff --git a/public/sengketa3.png b/public/sengketa3.png
new file mode 100644
index 0000000..d475f0b
Binary files /dev/null and b/public/sengketa3.png differ
diff --git a/public/sengketa4.png b/public/sengketa4.png
new file mode 100644
index 0000000..01a28bc
Binary files /dev/null and b/public/sengketa4.png differ
diff --git a/public/service-time.png b/public/service-time.png
new file mode 100644
index 0000000..a90d73d
Binary files /dev/null and b/public/service-time.png differ
diff --git a/public/tata-cara-permohonan-informasi.png b/public/tata-cara-permohonan-informasi.png
new file mode 100644
index 0000000..b884b7f
Binary files /dev/null and b/public/tata-cara-permohonan-informasi.png differ