ADVERTISEMENT

Our home is where we start to dream more

Homegrown brand Our Home delivers world-class style and affordability, turning dream spaces into reality

Published Feb 25, 2025 06:33 am

A home is more than just four walls and a roof. It is a space where dreams take shape, where aspirations are nurtured, and where one finds the freedom to express oneself. The environment we live in has a profound effect on our well-being, influencing our moods, creativity, and overall happiness. That is why a well-designed home, tailored to an individual’s needs and preferences, is essential, fostering comfort, security, and an environment where one can thrive both personally and professionally.

This is where Our Home steps in, a homegrown brand dedicated to transforming living spaces into dream homes, understanding the importance of design in enhancing everyday life. With a commitment to offering world-class and value-for-money furniture and services, Our Home enables individuals to design spaces that reflect their personalities, aspirations, and lifestyles. Through expert home design services, thoughtfully curated furniture selections, and tailored consultations, the brand aims to empower its customers to create interiors that enhance their everyday lives.

Our Home has established itself as one of the leading names in the Philippine furniture and interior design market. Renowned for its contemporary, stylish, and high-quality offerings, the brand has been a go-to destination for homeowners seeking both aesthetics and functionality.

One of their standout strengths is their ability to cater to diverse tastes with their design services, whether one prefers modern minimalism, classic elegance, or trendy urban styles. They help bring design visions to life through personalized services - every guest is guided in making informed choices that align with their aesthetic preferences, space constraints, and lifestyle needs.

Expert home design services

Photo 4-Article Free ID Advice-min.jpg

Our Home offers a range of design services to assist customers in achieving their ideal home environment through in-store consultations or virtual sessions with expert interior designers.

The brand offers a complimentary interior design consultation service that provides a 2D visual layout, allowing customers to envision how recommended furniture pieces will fit within their homes. This service includes décor recommendations, ensuring that every element complements the overall aesthetic.

They have virtual consultations via phone or video calls through Google Hangouts. Interior designers ensure a seamless experience from planning to execution. Customers receive guidance from expert interior designers who have an in-depth understanding of furniture styles, materials, and trends.

With an innate understanding of spatial arrangement, Our Home’s interior designers work closely with customers to craft living spaces that reflect their preferences and lifestyles.

Photo 1-Article Bespoke Image-min.jpg
Photo 3-Article Free Assembly Image-min.jpg

Custom pieces and free assembly services for seamless home styling
For those looking for a more personalized touch, Our Home offers made-to-order furniture, allowing customers to customize pieces based on their tastes, space requirements, and design preferences. This service ensures homeowners can find furniture that seamlessly fits their home’s layout and aesthetic. They also have offerings for condo owners in their Condo Fit furniture collection, designed to maximize space and style, making it ideal for those who want functionality without compromising elegance.

Photo 2-Article FL Image-min.jpg

Adding to its design excellence, Our Home collaborates with renowned fashion designer Francis Libiran for his debut home collection. Known for his impeccable craftsmanship and ability to balance beauty with functionality, Libiran brings his signature elegance to interiors. His exclusive collection showcases sophistication, practicality, and timeless style, making it a must-have for those seeking refined and artfully designed home pieces. Customers can explore this collection through Our Home’s official website at https://ourhome.ph/pages/francis-libiran-collection, making world-class interior design more accessible than ever.

To further elevate the shopping experience, the brand offers free assembly services, covering the setup of purchased furniture, including bed frames, wardrobes, tables, and other large pieces. This hassle-free service ensures that customers can enjoy their new furniture without the burden of assembling it themselves. No minimum purchase is required. Every customer is ensured with hassle-free and time-saving space curation.

More than just a furniture brand, Our Home understands every homeowner and serves as a partner in achieving one’s dream living space. By offering intricately designed, high-quality products alongside expert guidance, the brand ensures that every customer can create a home that reflects their personality, aspirations, and comfort. Our Home continues to redefine home living, making dream spaces a reality for every Filipino.

Related Tags

MBPropertyLiving Francis Libiran Our Home
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.