diff --git a/components/Landing Page/BannerHumas.tsx b/components/Landing Page/BannerHumas.tsx index 5495d90..9108d88 100644 --- a/components/Landing Page/BannerHumas.tsx +++ b/components/Landing Page/BannerHumas.tsx @@ -2,7 +2,7 @@ import React from 'react' export default function BannerHumas() { return ( -
+
humasbanner([]); @@ -244,7 +245,7 @@ export default function MediaSocial() {
- +
{/* {dummyData.map((data: any) => (
+
+
+ logo +
+
+
Kontak Kami
+
+
+
Jl Trunojoyo No.3, RT.2/RW.1, Selong, Kec. Kebayoran Baru, Kota Jakarta Selatan, Daerah Khusus Ibukota Jakarta 12110, Indonesia
+
+
+
+
Hotline Divisi HumasPolri (021) 72120599
+
+
+
+
Call Center 110
+
+
+
+
ppid@polri.go.id
+
+
+
+
+
Tautan
+
+
+
+
Polri.go.id
+
+
+
+
TBNews
+
+
+
+
Humas Polri
+
+
+
+
MediaHub
+
+
+
+
Satu Data
+
+
+
+
PUSIKNAS
+
+
+
+
SPIT
+
+
+
+
POLRI TV
+
+
+
+
+
+
+
Social Media Humas
+
+
+
+
+
+
+
+
+
+
+
© Copyright Humas

  POLRI ®

  All Rights Reserved
+ + + ) +} diff --git a/components/Portal PPID/ppid-banner.tsx b/components/Portal PPID/ppid-banner.tsx index 6c4b702..6913da0 100644 --- a/components/Portal PPID/ppid-banner.tsx +++ b/components/Portal PPID/ppid-banner.tsx @@ -1,38 +1,68 @@ -import React from 'react' -import { SearchIcons } from '../icons' -import { Input } from '@nextui-org/input' +import { Input } from "@nextui-org/input"; +import { SearchIcon, SearchIcons } from "../icons"; +import Link from "next/link"; export default function PPIDBanner() { return ( -
-
- banner +
+ ppid-banner -
-
-

- SELAMAT DATANG DI PORTAl PPID HUBUNGAN MASYARAKAT POLISI REPUBLIK INDONESIA (HUMAS POLRI) -

-

- Layanan ini merupakan fasilitas daring yang disediakan bagi para pemohon informasi publik, sebagai bagian dari
implementasi prinsip keterbukaan informasi publik di Pusat Informasi dan Dokumentasi (PPID) Utama. -

-
- - } - /> +
+

+ SELAMAT DATANG DI PORTAL E-PPID POLRI +

+

+ Layanan ini merupakan fasilitas daring yang disediakan bagi para pemohon informasi publik, sebagai bagian dari implementasi prinsip keterbukaan informasi publik di Pusat Informasi dan Dokumentasi (PPID) Utama. +

+
+ + } + /> +
+ //
+ //
+ // banner + //
+ //
+ //

+ // SELAMAT DATANG DI PORTAl PPID HUBUNGAN MASYARAKAT POLISI REPUBLIK INDONESIA (HUMAS POLRI) + //

+ //

+ // Layanan ini merupakan fasilitas daring yang disediakan bagi para pemohon informasi publik, sebagai bagian dari
implementasi prinsip keterbukaan informasi publik di Pusat Informasi dan Dokumentasi (PPID) Utama. + //

+ // {/*
+ // + // } + // /> + //
*/} + //
+ //
) } diff --git a/components/SocialMedia/Facebook.tsx b/components/SocialMedia/Facebook.tsx new file mode 100644 index 0000000..253c4a8 --- /dev/null +++ b/components/SocialMedia/Facebook.tsx @@ -0,0 +1,29 @@ +import { useEffect } from 'react'; + + +const YoutubeWidget = () => { + + useEffect(() => { + + if (typeof window !== 'undefined') { + const script = document.createElement('script'); + script.src = "https://embedsocial.com/cdn/ht.js"; + script.async = true; + document.head.appendChild(script); + + return () => { + document.head.removeChild(script); + }; + } + }, []); + + + + return ( +
+ ); +}; + +export default YoutubeWidget; + + diff --git a/components/icons.tsx b/components/icons.tsx index a333116..8df27a0 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -734,4 +734,22 @@ export const Calender = ({ +); + +export const WorldIcon = ({ + size = 24, + width, + height, + ...props +}: IconSvgProps) => ( + + + + + + + + + + ); \ No newline at end of file diff --git a/components/layout/PPIDLayout.tsx b/components/layout/PPIDLayout.tsx index 8e2d866..e958b23 100644 --- a/components/layout/PPIDLayout.tsx +++ b/components/layout/PPIDLayout.tsx @@ -1,11 +1,8 @@ "use client"; import React from "react"; -import { PPIDNavbar } from "../Portal PPID/ppid-navbar"; -import PPIDBanner from "../Portal PPID/ppid-banner"; -import PPIDbody from "../Portal PPID/PpidMain"; -import NavbarHumas from "../navbar/NavbarHumas"; -import Footer from "../Landing Page/Footer"; +import FooterPPID from "../Portal PPID/FooterPPID"; import NavbarPPID from "../navbar/NavbarPPID"; +import PPIDBanner from "../Portal PPID/ppid-banner"; interface Props { children: React.ReactNode; @@ -18,8 +15,8 @@ export const PPIDLayout = ({ children, pageTitle }: Props) => {
- -
+ {/* */} +
); }; diff --git a/components/navbar/NavbarPPID.tsx b/components/navbar/NavbarPPID.tsx index 8647ffe..4bc8848 100644 --- a/components/navbar/NavbarPPID.tsx +++ b/components/navbar/NavbarPPID.tsx @@ -2,10 +2,11 @@ import { Navbar, NavbarBrand, NavbarContent, NavbarItem, NavbarMenuToggle } from import React from 'react' import { ThemeSwitch } from '../theme-switch' import { FbIcon, IdnIcon, IgIcon, TtIcon, TwIcon, YtIcon } from '../icons' +import { Link, LinkIcon } from '@nextui-org/link' export default function NavbarPPID() { return ( - +
@@ -21,7 +22,9 @@ export default function NavbarPPID() {
- logo + + logo +
Beranda diff --git a/public/banner-ppid.png b/public/banner-ppid.png new file mode 100644 index 0000000..75a82f8 Binary files /dev/null and b/public/banner-ppid.png differ diff --git a/public/temp/word.svg b/public/temp/word.svg new file mode 100644 index 0000000..6d97de4 --- /dev/null +++ b/public/temp/word.svg @@ -0,0 +1,10 @@ + + + + + + + + + +