From ad4f7ea4b83ea2c9fc8fa2ade2c1aa42ad39eaf4 Mon Sep 17 00:00:00 2001 From: Alchie Tagudin Date: Tue, 18 Nov 2025 13:26:33 +0800 Subject: [PATCH] feat: update DASIA URL to HTTPS and add Philippine Dental Association - Davao Chapter and Dayaw as new partners --- src/utils/constant/partners.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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", + }, ];