
Living Room
Sofas, throw pillows

Bedroom
Bedframes, sheet sets

Bathroom
Shower curtains, towels

Kitchen
Dinnerware, cookware
Sofas, throw pillows
Bedframes, sheet sets
Shower curtains, towels
Dinnerware, cookware
$778.70 Original price was: $778.70.$599.00Current price is: $599.00.
Brand | BOSTANA |
Assembly Required | No |
Seat Depth | 35 inches |
Seat Height | 15 Inches |
Weight Limit | 330 Pounds |
Product Dimensions | 105.5″D x 45″W x 31.5″H |
Item Weight | 100 Pounds |
Type | Standard |
Color | Green |
Special Feature | Button Tufted, Convertible |
/** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } }
/** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus }
What is the overall size of the L-shaped couch, and how many people can it seat?
The overall size of this L-shaped couch is 105.5 inches (W) x 45 inches (D) x 31.5 inches (H), and it comfortably seats four people.
Does this modular sectional sofa have a wooden frame?
No, this modular sectional sofa does not have a wooden frame. It is made entirely from high-density foam, providing a noise-free seating experience and maintaining its shape over time for lasting support.
Are pillows included with the purchase of this sectional couch?
Yes, pillows are included with this sectional couch, adding extra comfort and style to its cozy design.
What materials are used in this sectional sofa, and how durable are they?
The sectional sofa is upholstered in durable corduroy fabric, which is highly resistant to wear and tear.
Can the layout of this sectional couch be customized to fit my living room space?
Absolutely! Whether you prefer a traditional sofa arrangement or an L-shaped design, this sectional offers flexibility to match your preferences and room size.
You must be logged in to post a review.
Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.
Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.
No account yet?
Create an AccountOffer to create a modern home environment
Reviews
There are no reviews yet.