Le Théier Collection

Description

Le Théier Collection asked us to redesign their website. Starting with the old version of the site, the design began after the production of several visuals validated by the customer.

ssss document.addEventListener('DOMContentLoaded', function () { const filterButton = document.querySelector('.filter[data-group="category_all"]'); const language = document.documentElement.lang; if (filterButton) { if (language === 'fr') { filterButton.textContent = 'Tout'; } else if (language === 'de') { filterButton.textContent = 'Alle'; } else { filterButton.textContent = 'All'; } } });