Terre de Beauté

Description

Website design for a beauty institute, focused on creating a soft, elegant, and welcoming online experience. The goal was to reflect the calming atmosphere of the space while making it easy to explore treatments and book appointments. A clean and feminine design that invites users to relax from the very first click.

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'; } } });