Music Graphics project Dubai

Date

16 June 2025

CLIENT NAME

Careem

SERVICES RENDERED

Ironmongery

INDUSTRY

Automotive

Driving the Future: A New Look at your Company Name

Founded in 1912, TBS is an iconic brand found in homes across the globe. The brand has many enthusiasts

We are TBS, a passionate interior design company that specializes in creating stunning spaces through innovative design, spatial planning, and aesthetic vision.

In our previous roles, we have collaborated with clients worldwide, addressing their unique needs across various sectors, including residential, commercial,
hospitality, and retail. Here are some of the projects we’ve worked on that showcase our commitment to transforming interiors into beautiful and functional environments.

What Our Clients Say About Us

Hannah Schmitt

Lead designer

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cursus nibh mauris, nec turpis orci lectus maecenas. Suspendisse sed magna eget nibh in turpis. Consequat duis diam lacus arcu. Faucibus venenatis felis id augue sit cursus pellentesque enim Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cursus nibh mauris, nec turpis orci lectus maecenas. Suspendisse sed magna eget nibh in turpis. Consequat duis diam lacus arcu. Faucibus venenatis felis id augue sit cursus pellentesque enim

Get in Touch

Talk to our experts and discover how we can transform your space with precision and style.
document.addEventListener('DOMContentLoaded', function() { // Array of possible Swiper-related selectors const selectors = [ '.swiper', '.swiper-container', '.swiper-wrapper', '.swiper-slide', '[class*="swiper"]' // Catches any class containing "swiper" ]; // Function to remove inert attribute function removeInert(element) { if (element) { element.removeAttribute('inert'); } } // Remove inert from all matching elements selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => removeInert(el)); }); // Observe the entire document for dynamic changes const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => { if (el.hasAttribute('inert')) { removeInert(el); } }); }); }); }); // Observe the document for attribute changes observer.observe(document.body, { attributes: true, childList: true, subtree: true }); });