Wednesday, June 25, 2025
31.9 C
Singapore

Priscelia Chan celebrates her 15th wedding anniversary with her husband Alan Tern, says ‘It feels so surreal that 15 years flew by in a blink of an eye’

Priscelia Chan, a 42-year-old Singaporean television actress and host, shares how grateful she is to celebrate her 15th wedding anniversary with her husband, Alan Tern, who was also a former Singaporean actor. 

“As we continue to grow together hand in hand with God in our lives, words can’t describe how thankful I am to be with you, my soulmate. Thank you for being who you are and loving me for who I am” she added. 

Photo from: Priscelia Chan’s FB page

The couple received numerous congratulations from people who supported their relationship. Other Singaporean celebrities also expressed their happiness for the loving couple: 

Photo from Facebook comments
Photo from Instagram comments

Priscelia Chan and Alan Tern had been happily married since October 6, 2007. 

 

See also  A ‘Rapist Cop’ was summoned a year after raping a woman on a beach

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });