fix:landing footer, banner,static
This commit is contained in:
parent
64c42f8934
commit
5f173def51
|
|
@ -420,7 +420,10 @@ export default function BannerHumasNew() {
|
|||
<TwIcon size={20} />
|
||||
</div>
|
||||
</Link>
|
||||
<Link href="https://www.tiktok.com/@divhumas_polri" target="_blank">
|
||||
<Link
|
||||
href="https://tiktok.com/@divhumaspolriofficial"
|
||||
target="_blank"
|
||||
>
|
||||
<div className="bg-white p-0.5 rounded-md">
|
||||
<TtIcon size={24} />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -166,8 +166,9 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
</p>
|
||||
<div className="flex flex-row gap-2">
|
||||
<Link
|
||||
href=""
|
||||
href="https://apps.apple.com/id/app/polri-super-app/id1617509708"
|
||||
className="flex flex-row p-1 border-1 border-black dark:border-white rounded-lg items-center"
|
||||
target="_blank"
|
||||
>
|
||||
<LandingAppleIcon size={36} />
|
||||
<div className="flex flex-col gap-0 leading-none font-light mr-1">
|
||||
|
|
@ -176,8 +177,9 @@ export default function FooterNew(props: { margin?: boolean }) {
|
|||
</div>
|
||||
</Link>
|
||||
<Link
|
||||
href=""
|
||||
href=" https://play.google.com/store/apps/details?id=superapps.polri.presisi.presisi"
|
||||
className="flex flex-row p-1 border-1 border-black dark:border-white rounded-lg items-center"
|
||||
target="_blank"
|
||||
>
|
||||
<LandingPlayStoreIcon size={30} />
|
||||
<div className="flex flex-col gap-0 leading-none font-light mr-1">
|
||||
|
|
|
|||
|
|
@ -89,14 +89,14 @@ export const siteConfig = {
|
|||
},
|
||||
{
|
||||
label: "Pelayanan Propam Presisi",
|
||||
href: "https://play.google.com/store/apps/details?id=com.stk.pengaduanpropam&pli=1",
|
||||
href: "https://apps.apple.com/id/app/propam-presisi/id1560263690?l=id",
|
||||
img: "/pm9.png",
|
||||
blank: true,
|
||||
desc: "Pelayanan Untuk Masyarakat Agar Mudah Melaporkan Sesuatu Kejadian atau Kejahatan",
|
||||
},
|
||||
{
|
||||
label: "Pelayanan Dumas Presisi",
|
||||
href: "https://dumaspresisi.polri.go.id/",
|
||||
href: "https://play.google.com/store/apps/details?id=superapps.polri.presisi.presisi",
|
||||
img: "/pm10.png",
|
||||
blank: true,
|
||||
desc: "Layanan Pengaduan Masyarakat Terintegrasi Berbasis Online",
|
||||
|
|
@ -229,7 +229,7 @@ export const siteConfig = {
|
|||
},
|
||||
{
|
||||
label: "Polisiku",
|
||||
href: "https://play.google.com/store/apps/details?id=id.co.qlue.polisiku&hl=id&gl=ID",
|
||||
href: "https://play.google.com/store/apps/details?id=superapps.polri.presisi.presisi",
|
||||
img: "/at3.png",
|
||||
blank: true,
|
||||
desc: "Membantu anggota Kepolisian untuk mengindetifikasi masalah di lapangan",
|
||||
|
|
@ -299,14 +299,14 @@ export const siteConfig = {
|
|||
},
|
||||
{
|
||||
label: "Propam Presisi",
|
||||
href: "https://play.google.com/store/apps/details?id=com.stk.pengaduanpropam",
|
||||
href: "https://apps.apple.com/id/app/propam-presisi/id1560263690?l=id",
|
||||
img: "/pm9.png",
|
||||
blank: true,
|
||||
desc: "Aplikasi Pelayanan Masyarakat untuk Melapor Secara Mudah",
|
||||
},
|
||||
{
|
||||
label: "Monitoring Presisi",
|
||||
href: "https://play.google.com/store/apps/details?id=com.stk.pengaduanpropam",
|
||||
href: "https://play.google.com/store/apps/details?id=superapps.polri.presisi.presisi",
|
||||
img: "/at14.png",
|
||||
blank: true,
|
||||
desc: "Aplikasi Anggota Binmas dan Satpam Polda Metro Jaya Melaporkan Tugas",
|
||||
|
|
@ -320,14 +320,14 @@ export const siteConfig = {
|
|||
},
|
||||
{
|
||||
label: "Whistle Blowing System",
|
||||
href: "https://pengaduan-penerimaan.polri.go.id/",
|
||||
href: "https://wbs.polri.go.id/",
|
||||
img: "/at16.png",
|
||||
blank: true,
|
||||
desc: "Website untuk Pengaduan Penerimaan Anggota POLRI",
|
||||
},
|
||||
{
|
||||
label: "Dumas Presisi",
|
||||
href: "https://play.google.com/store/apps/details?id=com.admasolusi.monitoringpresisi",
|
||||
href: "https://play.google.com/store/apps/details?id=superapps.polri.presisi.presisi",
|
||||
img: "/pm10.png",
|
||||
blank: true,
|
||||
desc: "Website Layanan Pengaduan Masyarakat Terintegrasi",
|
||||
|
|
|
|||
Loading…
Reference in New Issue