ADVERTISEMENT

Vicky Veloso-Barrera honors her grandmother, fashion designer Marina Reyes Antonio, in 'Love, Marina'

Published Dec 6, 2025 10:24 am
In a world obsessed with speed and spectacle, author, educator, and designer Vicky Veloso-Barrera found herself compelled to slow down, to look back, gather memories, and honor the quiet brilliance of the woman who shaped her family’s creative lineage. The result is ‘Love, Marina,’ a book she describes as a “tribute and love letter” to her grandmother: Marina Reyes Antonio, one of Manila’s pioneering pre-war fashion designers.
For Vicky, the book is deeply personal. “This is a tribute to my lola, Marina Antonio, who I think was a very phenomenal woman,” she told Manila Bulletin Lifestyle during the launch of her book last Dec. 2, 2025, at Manila House, BGC.
A life of beauty rooted in simplicity
Born Marina del Rosario Reyes on Sept. 19, 1910, in Binondo, Manila, she grew up in a household shaped by strength and resourcefulness. When her father left the family, her mother taught her how to cook and sew—skills that became the foundation of a 50-year career in fashion.
Marina would later marry Pablo S. Antonio, National Artist for Architecture, and build a life centered on home, family, and inspired work. Long before “sustainable living” became a buzzword, she was already cultivating it.
“She was working from home. She had gardens full of native plants and fruit trees,” Vicky said. “She would get inspiration from the flowers in her garden for her gowns. They became the basis of the embellishment on the dresses she made.”
Her signature beadwork, delicate embroidery, and hand-painted details—motifs resembling roses, and graceful droplet shapes drawn from sampaguita—were not mere ornamentation. They were living stories of a garden that fed her imagination and her kitchen.
Clients who visited her home studio often experienced more than just a fitting. “They would talk about the gown for 20 minutes,” the author said, “and then spend an hour having merienda and sharing stories. They became like family.”
A designer for Manila’s finest
Beginning her career in the 1930s, Marina became one of the most sought-after designers for Manila’s elite. Her client list reads like an index of prominent women of her era: Nini Quezon, Herminia Ocampo-Mamon, and Lisa Ongpin-Periquet. She specialized in Filipiniana and wedding gowns, pieces marked by elegance and that unmistakable touch of her hand. Yet she remained unassuming.
“In that genteel world of the 1930s, they did not crave the limelight,” Vicky explained. “My lola was happy to see her brides satisfied. She didn’t need to publicize herself. Her quiet satisfaction came from doing her work well.”
Strength beneath grace
Beyond her artistry, “Love, Marina” also preserves the resilience that defined Marina’s life.
She endured abandonment twice. First by her father, and later by her first husband. But Marina simply continued sewing. Through her clients, she later met Pablo Antonio, with whom she built a loving family and had six children.
She also survived breast cancer, living her life with dignity and optimism. “She didn’t make a fuss about it,” Vicky said. “She focused on life, on the garden, her kitchen, her children, her brides.”
That steadfast positivity, Vicky believes, came from deep faith. “Instead of looking for the bad, she looked for the good things,” she continued. “For me, it really stemmed from faith. I know she was a very prayerful woman, and I think faith gives her hope and optimism so that all her problems did not bring her down.”
When asked for her fondest memory, Vicky returns to the kitchen, an image of childhood warmth: “I’m in her kitchen, maybe five or six. I have a cookbook in front of me. She’s standing beside me, watching—not telling me what to do, just letting me make a mess. That presence, that’s the kind of lola she was.”
A book that mirrors a life
Far more than a fashion retrospective, “Love, Marina” mirrors the fullness of Marina’s world.
“It’s like a one-stop book,” Vicky said with a smile. “Among its pages are fashion notes and lessons for design students, love stories of couples for whom my lola created wedding gowns, gardening tips, and family recollections and recipes.”
Vicky herself inherited around 20 gowns, each stored carefully based on how her Lola Marina would preserve her works.
More than anything, Vicky hopes readers will take one message to heart: the value of family.
“For my Lola, family was the core of everything she did,” she said. “Because she chose to work from home, her children and grandchildren grew up surrounded by her passions—fashion, gardening, cooking. That’s why generations after her continue in architecture, fashion, landscape arts, and visual arts. We all inherited her love.”
“Love, Marina” is currently available through FEU Publishing and the FEU online store, and Tiny Kitchen, Vicky’s own school.

Related Tags

Luminaries
ADVERTISEMENT
.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; } .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; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); 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); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); 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]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.