SKU: 28904/20/14

Jasmine Peaks - Living Room Set

$77999 USD $97999

Color
Sets

Delivery and Shipping

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

This stunning seating package leaves a lasting impression. Its cozy cushions, chic coal-colored upholstery and striking nailhead trim are a perfect blend of comfort and contemporary design. And here’s the showstopper—ambient red, white and blue LED lighting along the seating base. The look is simply wow.
Jasmine Peaks - 2 Pc. - Chair, Ottoman - Coal
104.0 lb
Jasmine Peaks - 2 Pc. - Sofa, Loveseat - Coal
242.0 lb
Jasmine Peaks - 4 Pc. - Sofa, Loveseat, Chair, Ottoman - Coal
346.0 lb
// 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'); } } });