SKU: H743H1

Realyn - Home Office L Shaped Desk - White / Brown

$95999 USD $1,20999


Delivery and Shipping

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

Elevating the art of traditional cottage styling, this L-shaped desk is your heavenly home office realized. Its two-tone finish combines chipped white with distressed wood tone tops for added charm. Framed drawer fronts, decorative corbels and elegantly turned and tapered legs add refinement, while dark bronze-tone knobs lend a classic touch.

Product Features
  • Includes desk and desk return
  • Made of wood, engineered wood and veneers, with cast resin components
  • Antiqued two-tone finish
  • Return with 2 smooth-gliding drawers with dovetail construction
  • Desk with drop-front drawer
  • Return with cutout for cord management
  • Dark bronze-tone finished metal hardware
  • 2 AC electrical plug-ins and 2 USB slots
  • Power cord included; UL-listed
  • 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'); } } });