Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/utils/constant/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const partners = [
description:
"Davao Security and Investigation Agency, Inc. (DASIA) is a licensed security services provider based in Davao City, Philippines. ",
logo: "https://cdn.ancdavao.com/partners/dasia_logo.png",
url: "http://www.dasia-security.com/",
url: "https://www.dasia-security.com/",
},
{
id: "rmc",
Expand All @@ -39,4 +39,19 @@ export const partners = [
logo: "https://cdn.ancdavao.com/partners/rmc-logo.png",
url: "https://rmc.edu.ph/",
},
{
id: "pda-davao",
name: "Philippine Dental Association - Davao Chapter",
description:
"The Philippine Dental Association (PDA) is the national professional organization of Filipino dentists, dedicated to advancing dental education, promoting high standards of practice and ethics, unifying practitioners across the country, and improving the oral health and welfare of the Filipino people.",
logo: "https://cdn.ancdavao.com/partners/pda-logo.png",
url: "https://pda.com.ph/",
},
{
id: "dayaw",
name: "Dayaw",
description: "",
logo: "https://cdn.ancdavao.com/partners/dayaw-logo.jpg",
url: "https://www.facebook.com/dayaostudycenter",
},
];