That's what our customers say
"The product quality is excellent and the delivery is super fast! My kids were super happy to get this so fast and with 90% already assembled. The price was also discounted. I´m super happy and satisfied."
"Such a great product, logical and precise work. I will recommend with pleasure."
"Great chair! Very comfortable, even for an adult and a kid to cuddle. It has become our favorite place to spend time at home on a beautiful day."
"I received my order very quickly! The table is very beautiful and comfortable! Even better than I expected. I recommend to buy!"
"Great machine for the price – works well and churns out ice cubes on a regular schedule. Great to have and manage the heat wave."
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