SKU: PC8150638

Jayne Park - Sofa

$86999 USD $1,08999

Color

Delivery and Shipping

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

Sink into the captivating comfort of this sofa. Its plush reversible cushions invite you to stretch out, making it an ideal spot for movie nights, afternoon naps or catching up with friends. Softly curved arms add a lovely sense of flow, while velvety soft upholstery in a warm hue pairs effortlessly with a variety of color palettes for an easy pulled-together look. Accent pillows add texture and pattern, so your space feels stylish as well as incredibly cozy.
Jayne Park - Sofa - Pecan
96.0"W x 45.0"D x 42.0"H - 185.0 lb
Jayne Park - Sofa - Sand
96.0"W x 45.0"D x 42.0"H - 185.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'); } } });