+971 50 000 0000 WhatsApp Support
Free Delivery & Assembly Easy Returns B2B Services
Luxury Furniture — Dubai

Your space,
perfectly
furnished.

Curated furniture packages and individual pieces for apartments, villas, and holiday homes. Move in within days.

4,000+
Homes furnished
3–7
Days delivery
12+
Curated styles

Furniture Packages

Complete home furnishing — one click, one delivery, one day.

Powered by AI

See It In Your Room

Upload a photo of your room and our AI will show you exactly how any furniture piece looks in your space — before you buy.

Drop your room photo here or click to browse
JPG or PNG — your photo stays private and is never stored
Your room will appear here
Powered by Claude AI. Your room photo is processed securely and never stored.
Personalise

Build Your Own Package

Start with a base style and customise every room to your needs.

01
Choose your style
02
Select property size
03
Add-on extras
Standard Add-ons
Additional Rooms (GCC)
Your Package
Style
SizeStudio
Base priceAED 8,900
TotalAED 10,100
Includes: Free delivery · Assembly · 7-day guarantee
1
Property
2
Indoor Rooms
3
Outdoor Spaces
4
Shop by Room

What are you furnishing?

Choose your property type and we'll help you select the right pieces for every room.

🏢
Apartment
Studio to 4BR
🏠
Villa
Independent villa
🌆
Penthouse
Duplex or rooftop
🏘
Townhouse
Semi-detached
🌴
Holiday Home
Short-term rental
💼
Office
Workplace
🏨
Hotel / Resort
Hospitality
🍽
Restaurant
Dining & lounge
🛍
Retail / Showroom
Commercial space
Other
Custom project
Skip — show me everything

Which indoor rooms?

Select how many of each room type. We'll curate the right furniture for each.

🛋 Living & Social
🛋 Living Room
0
📺 TV Room
0
🍽 Dining Room
0
🎮 Game Room
0
📚 Bibliothèque / Library
0
🎬 Home Cinema
0
🛏 Bedrooms
🛏 Master Bedroom
0
🛏 Bedroom
0
🧹 Maid's Room
0
🏠 Guest Room
0
✏️ Work & Study
📖 Study Room
0
💻 Home Office
0
🏋 Home Gym
0
🧸 Kids Room / Nursery
0

Up to 6 bedrooms · 3 living rooms · 2 maid's rooms · 2 study rooms

Skip

Any outdoor areas?

Terraces, pool areas, gardens — we have weatherproof furniture for every outdoor space.

🌿 Outdoor Spaces
🌅 Terrace / Balcony
0
🏊 Around the Pool
0
🪵 Deck
0
🌳 Garden
0
🔥 BBQ / Outdoor Kitchen
0
🌃 Rooftop Lounge
0
🏛 Courtyard / Majlis
0
Your Rooms:
Skip

Shop Furniture

Price AED { const txt = (card.textContent || '').toLowerCase(); const match = kws.some(k => txt.includes(k)); card.style.display = match ? '' : 'none'; }); }; ; window.filterByPrice()" style="width:72px;padding:5px 8px;border:1px solid var(--border2,#e5e7eb);background:var(--bg3,#f3f4f6);color:var(--cream,#1f2937);font-size:11px;font-family:var(--font-b);outline:none;border-radius:4px"> { const txt = (card.textContent || '').toLowerCase(); const match = kws.some(k => txt.includes(k)); card.style.display = match ? '' : 'none'; }); }; // ── STYLE FILTER ───────────────────────────────────────────── window._activeStyle = ''; window.filterByStyle = function(style, btn) { window._activeStyle = style; document.querySelectorAll('.style-pill').forEach(b => { b.style.background='transparent'; b.style.color='var(--text3,#9ca3af)'; b.style.borderColor='var(--border2,#e5e7eb)'; }); if (btn) { btn.style.background='var(--brand-primary,#2d6a33)'; btn.style.color='#fff'; btn.style.borderColor='var(--brand-primary,#2d6a33)'; } if (typeof window.applyAllFilters === 'function') window.applyAllFilters(); }; window.filterByPrice && // ── CART PROMO CODE ────────────────────────────────────────── // ── PAGINATION / LOAD MORE ──────────────────────────────────── const ITEMS_PER_PAGE = 12; let _currentPage = 1; let _filteredProducts = []; const _origRenderShop = window.renderShop; if (typeof _origRenderShop === 'function') { window.renderShop = function(prods) { _filteredProducts = prods || []; _currentPage = 1; renderPage(); }; } { const start = 0, end = _currentPage * ITEMS_PER_PAGE; const visible = _filteredProducts.slice(start, end); const remaining = _filteredProducts.length - end; const wrap = document.getElementById('loadMoreWrap'); const countEl = document.getElementById('loadMoreCount'); const btn = document.getElementById('loadMoreBtn'); if (_origRenderShop) _origRenderShop(visible); // ── SAVE FOR LATER ─────────────────────────────────────────── window.saveForLater = function(id, name, price) { // Remove from cart let cart = JSON.parse(localStorage.getItem('cef_cart')||'[]'); cart = cart.filter(i => i.id !== id); localStorage.setItem('cef_cart', JSON.stringify(cart)); // Add to wishlist let wl = JSON.parse(localStorage.getItem('cef_wishlist')||'[]'); if (!wl.find(i => i.id === id)) wl.push({ id, name, price }); localStorage.setItem('cef_wishlist', JSON.stringify(wl)); if (typeof renderCart === 'function') renderCart(); }; // ── SHOP BY ROOM ───────────────────────────────────────────── const ROOM_KEYWORDS = { living: ['sofa','couch','coffee table','tv unit','media','console','living','lounge','armchair','ottoman'], bedroom: ['bed','mattress','wardrobe','nightstand','dresser','bedroom','closet','pillow'], dining: ['dining table','dining chair','sideboard','buffet','dining'], outdoor: ['outdoor','garden','balcony','patio','terrace','weather'], office: ['office','desk','chair','study','bookshelf','workspace'], kids: ['kids','children','bunk','nursery','toy','study desk'], }; window._activeRoom = ''; window.filterByRoom = function(room, btn) { window._activeRoom = room; document.querySelectorAll('.room-pill').forEach(b => { b.style.background = 'transparent'; b.style.color = 'var(--text3,#9ca3af)'; b.style.borderColor = 'var(--border2,#e5e7eb)'; }); if (btn) { btn.style.background = 'var(--brand-primary,#2d6a33)'; btn.style.color = '#fff'; btn.style.borderColor = 'var(--brand-primary,#2d6a33)'; } if (typeof window.applyAllFilters === 'function') { // Inject room into material filter logic const origMat = window._activeMaterial; if (room) { const kws = ROOM_KEYWORDS[room] || []; window._roomKeywords = kws; } else { window._roomKeywords = null; } window.applyAllFilters(); } }; // Hook into existing filter const _origApplyAll = window.applyAllFilters; window.applyAllFilters = function() { if (_origApplyAll) _origApplyAll(); const kws = window._roomKeywords; if (!kws || !kws.length) return; const grid = document.getElementById('shopGrid'); if (!grid) return; grid.querySelectorAll('.prod-card,.product-card,[class*="prod"]').forEach(card => { const txt = (card.textContent || '').toLowerCase(); const match = kws.some(k => txt.includes(k)); card.style.display = match ? '' : 'none'; }); }; // ── STYLE FILTER ───────────────────────────────────────────── window._activeStyle = ''; window.filterByStyle = function(style, btn) { window._activeStyle = style; document.querySelectorAll('.style-pill').forEach(b => { b.style.background='transparent'; b.style.color='var(--text3,#9ca3af)'; b.style.borderColor='var(--border2,#e5e7eb)'; }); if (btn) { btn.style.background='var(--brand-primary,#2d6a33)'; btn.style.color='#fff'; btn.style.borderColor='var(--brand-primary,#2d6a33)'; } if (typeof window.applyAllFilters === 'function') window.applyAllFilters(); }; window.filterByPrice()" style="width:72px;padding:5px 8px;border:1px solid var(--border2,#e5e7eb);background:var(--bg3,#f3f4f6);color:var(--cream,#1f2937);font-size:11px;font-family:var(--font-b);outline:none;border-radius:4px">
function copyReferral() { const code = document.getElementById('referralCode')?.textContent; if (!code || code === 'LOADING…') return; navigator.clipboard.writeText(code).then(() => { const btn = event.target; btn.textContent = '✓ Copied'; btn.style.background='#16a34a'; setTimeout(() => { btn.textContent='Copy'; btn.style.background=''; }, 2000); }); } document.addEventListener('DOMContentLoaded', showReferralSection);
For Businesses

Furnish multiple properties?

Property developers, hotel groups, and real estate companies get exclusive trade pricing, dedicated account management, and priority delivery scheduling.

Trade pricing from 15% below retail
Dedicated account manager
Coordinate 10+ unit projects simultaneously
30-day payment terms available
VAT-registered supplier — full documentation
Request Trade Pricing
🔒
Secure Payments
Stripe encrypted
🚚
Free Delivery
Dubai & Sharjah
🔧
Free Assembly
Every order
48h Returns
If defective
📞
WhatsApp Support
7 days a week
Your Cart
🛋
Your cart is empty
Discover furniture for every room
Shop Sofas Shop Beds
.
Choice Easy Support
Online — typically replies in minutes
Price Range AED 0 — AED 50,000
>