SKU: SM1003PC

Samir - 3 Piece Set - White

$89999 USD $1,12999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Experience the exquisite craftsmanship of Samir: hand-crafted wood-carved living room tables in an aged alabaster finish. With a transitional design that seamlessly blends farmhouse and traditional styles, Samir is a perfect addition to your home. The round table dimensions harmonize beautifully with Sectional Upholstery or Sofa Sets, while the intricate latticework base adds a touch of visual interest to any room. Elevate your living space with Samir's timeless beauty and artisanal charm.

Product Features
  • Crafted from solid mango wood for durability, structural integrity and natural beauty
  • Adjustable levelers add stability on uneven floors
  • Fully Assembled, No Assembly required

// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });