2024-11-05 06:15:40 +00:00
import Link from "next/link" ;
import {
ChevronRightIcon ,
FbIcon ,
IgIcon ,
TtIcon ,
TwitterIcon ,
YtIcon ,
} from "../icons" ;
import TwitterWidget from "../ui/social-media/twitter" ;
import InstagramWidget from "../ui/social-media/instagram" ;
import FacebookWidget from "../ui/social-media/facebook" ;
2024-12-22 17:45:31 +00:00
import YoutubeWidget from "../ui/social-media/youtube" ;
2024-11-05 06:15:40 +00:00
export default function MediaSocial() {
// const [limitedData, setLimitedData] = useState<any>([]);
const dummyData = [
{
id : 1 ,
logo : "/logohumas.png" ,
division : "Divisi Humas Polri" ,
type : "/temp/offical.svg" ,
username : "@DivHumas_Polri" ,
followIcon : "/temp/iconX.svg" ,
description :
"Pada pembukaan KTT ke-43 ASEAN, Presiden RI, H. Joko Widodo menegaskan bahwa kesatuan ASEAN sampai saat ini masih terjaga dan terpelihara dengan baik." ,
imageUrl : "/headernews.png" ,
} ,
{
id : 2 ,
logo : "/logohumas.png" ,
division : "Divisi Humas Polri" ,
username : "@DivHumas_Polri" ,
type : "/temp/offical.svg" ,
followIcon : "/temp/iconX.svg" ,
description :
"Pada pembukaan KTT ke-43 ASEAN, Presiden RI, H. Joko Widodo menegaskan bahwa kesatuan ASEAN sampai saat ini masih terjaga dan terpelihara dengan baik." ,
imageUrl : "/headernews.png" ,
} ,
{
id : 3 ,
logo : "/logohumas.png" ,
division : "Divisi Humas Polri" ,
type : "/temp/offical.svg" ,
username : "@DivHumas_Polri" ,
followIcon : "/temp/iconX.svg" ,
description :
"Pada pembukaan KTT ke-43 ASEAN, Presiden RI, H. Joko Widodo menegaskan bahwa kesatuan ASEAN sampai saat ini masih terjaga dan terpelihara dengan baik." ,
imageUrl : "/headernews.png" ,
} ,
] ;
return (
< div className = "space-y-5 md:space-y-7" >
2024-12-22 17:45:31 +00:00
< p className = "text-xl border-b-3 border-red-500 py-2 w-fit font-semibold" >
2024-11-05 06:15:40 +00:00
MediaSocial
< / p >
< div >
< div className = "flex items-center justify-between pb-3" >
2024-12-22 17:45:31 +00:00
< div className = "flex items-center" >
2024-11-05 06:15:40 +00:00
< TwitterIcon color = "#1DA1F2" / >
2024-12-22 17:45:31 +00:00
< p className = "pl-2 text-xl" > Twitter < / p >
2024-11-05 06:15:40 +00:00
< / div >
2025-01-14 15:30:13 +00:00
< div className = "text-xs text-[#DD8306]" >
< Link
href = "https://x.com/DivHumas_Polri"
target = "_blank"
className = "flex items-center"
>
Lihat Semua < ChevronRightIcon / >
< / Link > { " " }
2024-11-05 06:15:40 +00:00
< / div >
< / div >
< div >
< TwitterWidget / >
< / div >
< / div >
< div >
< div className = "flex items-center justify-between pb-3" >
2024-12-22 17:45:31 +00:00
< div className = "flex items-center" >
< IgIcon size = { 40 } color = "#1DA1F2" / >
< p className = "pl-2 text-xl" > Instagram < / p >
2024-11-05 06:15:40 +00:00
< / div >
< div className = "text-xs text-[#DD8306]" >
< Link
href = "https://www.instagram.com/divisihumaspolri/"
2025-01-14 15:30:13 +00:00
target = "_blank"
2024-11-05 06:15:40 +00:00
className = "flex items-center"
>
Lihat Semua < ChevronRightIcon / >
< / Link > { " " }
< / div >
< / div >
< div className = "" >
< InstagramWidget / >
< / div >
< / div >
< div >
< div className = "flex items-center justify-between pb-3" >
2024-12-22 17:45:31 +00:00
< div className = "flex items-center" >
2024-11-05 06:15:40 +00:00
< FbIcon color = "#1DA1F2" / >
2024-12-22 17:45:31 +00:00
< p className = "pl-2 text-xl" > Facebook < / p >
2024-11-05 06:15:40 +00:00
< / div >
< div className = "text-xs text-[#DD8306] flex items-center" >
2025-01-14 15:30:13 +00:00
< Link
href = "https://www.facebook.com/DivHumasPolri"
target = "_blank"
className = "flex items-center"
>
Lihat Semua < ChevronRightIcon / >
< / Link >
2024-11-05 06:15:40 +00:00
< / div >
< / div >
2024-11-06 08:44:56 +00:00
< FacebookWidget / >
2024-11-05 06:15:40 +00:00
< / div >
< div >
< div className = "flex items-center justify-between pb-3" >
2024-12-22 17:45:31 +00:00
< div className = "flex items-center" >
< TtIcon color = "#1DA1F2" size = { 40 } / >
< p className = "pl-2 text-xl" > Tiktok < / p >
2024-11-05 06:15:40 +00:00
< / div >
< div className = "text-xs text-[#DD8306] flex items-center" >
2025-01-14 15:30:13 +00:00
< Link
href = "https://www.tiktok.com/@divhumaspolriofficial"
target = "_blank"
className = "flex items-center"
2024-11-05 06:15:40 +00:00
>
2025-01-14 15:30:13 +00:00
Lihat Semua < ChevronRightIcon / >
< / Link > { " " }
< / div >
2024-11-05 06:15:40 +00:00
< / div >
2025-01-14 15:30:13 +00:00
< FacebookWidget / >
2024-11-05 06:15:40 +00:00
< / div >
< div >
< div className = "flex items-center justify-between pb-3" >
< div className = "font-semibold flex items-center" >
2024-12-22 17:45:31 +00:00
< YtIcon color = "#1DA1F2" size = { 40 } / >
< p className = "text-xl pl-2" > Youtube < / p >
2024-11-05 06:15:40 +00:00
< / div >
< div className = "text-xs text-[#DD8306]" >
< Link
href = "https://www.youtube.com/channel/UCPiCGqy-07vQJUySV5Gs-kA"
className = "flex items-center"
target = "_blank"
>
Lihat Semua < ChevronRightIcon / >
< / Link >
< / div >
< / div >
2024-12-22 17:45:31 +00:00
< div className = " rounded-md " >
< YoutubeWidget / >
2024-11-05 06:15:40 +00:00
< / div >
< / div >
< / div >
) ;
}