That's what our customers say
"Exactly as described and the shipment was super fast. Very happy with the quality and the SUP itself."
"Delivered the next day, comes super well packaged, product exactly as shown in the image. I didn't even have to assemble it, as it is compact. I only needed to open the table and chairs. I loved it! I highly recommend it!"
"Such a great product, logical and precise work. I will recommend with pleasure."
"Great machine for the price – works well and churns out ice cubes on a regular schedule. Great to have and manage the heat wave."
"5 stars, beautiful and exactly like in the pictures. I would advise buying a cover to protect this beautiful article."
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