That's what our customers say
"Exactly as described and the shipment was super fast. Very happy with the quality and the SUP itself."
"Such a great product, logical and precise work. I will recommend with pleasure."
"It's absolutely beautiful and very easy to assemble, and it also looks very durable, especially the material used. My daughter loves it."
"We are very happy with the bed. It offers good value for money and was not too complicated to build, thanks to the detailed instructions. The mattress REY bought at the same time fits perfectly."
"Very practical, easy to use and easy to store. Exactly what I was looking for!"
function calculateTotalReviews(initialTotal) {
const startDate = new Date('2024-11-21');
const currentDate = new Date();
const daysDifference = Math.floor((currentDate - startDate) / (1000 * 60 * 60 * 24));
return initialTotal + (daysDifference * 101);
}
function formatNumberWithApostrophe(number) {
return number.toString().replace(/\B(?=(\d{3})+(?!\d))/g, "'");
}
document.addEventListener('DOMContentLoaded', function() {
const container = document.getElementById('reviews-container');
const totalReviewsElement = document.getElementById('total-reviews');
const initialTotalReviews = parseInt(totalReviewsElement.textContent, 10);
const updatedTotalReviews = calculateTotalReviews(initialTotalReviews);
totalReviewsElement.textContent = formatNumberWithApostrophe(updatedTotalReviews);
});
Bestsellers
New Arrivals
Last Viewed Items






