diff --git a/src/utils/constant/partners.ts b/src/utils/constant/partners.ts index c534f91..6c84d81 100644 --- a/src/utils/constant/partners.ts +++ b/src/utils/constant/partners.ts @@ -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", @@ -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", + }, ];