Files
desa-darmasaba/src/con/sosmed.ts
bipproduction 2115af8126 tambahannnya
2025-02-15 21:56:18 +08:00

26 lines
416 B
TypeScript

const sosmed = [
{
id: "1",
name: "Facebook",
href: "https://facebook.com",
},
{
id: "2",
name: "Instagram",
href: "https://instagram.com",
},
{
id: "3",
name: "Twitter",
href: "https://twitter.com",
},
{
id: "4",
name: "Youtube",
href: "https://youtube.com",
}
]
export default sosmed