ADVERTISEMENT
970x220

Celeste Cortesi: 'I will never stop inspiring and motivating all of you'

Published Jan 25, 2023 01:51 pm

Beauty queen Celeste Cortesi is back in Manila.

She made this known to fans via social media.

On Instagram, the beauty queen admitted her recent journey as the country's Miss Universe representative has been the "most challenging" and "most exciting" time of her life.

Celeste related that representing the Philippines, is her "greatest honor."

"I’ve always had the burning passion for my country, I was always very curious about The Philippines with its Islands, People and Culture and I will continue the pursuit of my Filipina Identity," she said.

Celeste shared how she challenged herself and stepped out of her comfort zone by flying to the Philippines alone as a very young woman.

"I’ve always known by heart that there are NO limits in what you can achieve as long as you are committed to the vision and your intentions are pure, as I have done by pushing myself beyond my limits in the services of my advocacies, training, and learning," she maintained.

"I am discovering purposes that goes beyond my self ambitions and I am immensely grateful to have had the chance to represent all Filipinos and all the sweet fans of pageantry around the world."

Celeste then thanked her team for providing a "safe place."

"You all believed in me more than anyone else and I am honored to be a part of this family," she told them.

The Filipino-Italian model also expressed her gratitude to her fans.

"I feel your love, I hear your support, and I see your messages everyday," she assured.

"And I will NEVER stop inspiring and motivating all of you, with or without the Universe Crown. I am committed," she reiterated.

Celeste also shared a message to her family and loved ones.

"I wouldn’t know what to do without you," she said. "I am the luckiest person in the world and even tho I don’t express it as much as I would want to, just know I truly love you."

She ended: "To my country, I stand PROUD to be a Filipina."

"To my father, you guided me up to this day, you still are and will always do. I feel your protection. If you are redirecting me to a different path, to what is truly meant for me, I trust you and I know I still am in the right place at the right time. Thank you, my guardian angel. Love, Celeste Rabimbi Cortesi. Forever your Miss Philippines."

The past few days, Celeste made headlines after her non-placement at the 71st edition of the annual international beauty pageant.

Note that it become controversial as it ended the Philippines’ 12-year semis streak.

Related Tags

Celeste Cortesi miss universe ph
ADVERTISEMENT
300x250
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0 72px 0 12px; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } li:empty { display: none; } .hidden { display: none; }
function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.