• mobile_1120x1760_FR.jpg?v=1680522848
var slidectr = 1; var listcount = Array.from(document.querySelectorAll('#bannercontainer li')); let inverval_timer; const runTimer = () => { inverval_timer = window.setTimeout(() => { movenext(slidectr); }, 10000); } runTimer(); function movenext(e){ var movevalue = 0; let listcount = Array.from(document.querySelectorAll('#bannercontainer li')); if (e != (listcount.length/2)) { movevalue = movevalue - (100 * e); for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "translateX(" + movevalue + "%)"; } } else if (e == (listcount.length/2)) { for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "unset"; } } movedots(parseInt(e), "right"); slidectr = (e >= (listcount.length/2)) ? e - (e - 1) : parseInt(e) + 1; } function moveprev(e){ var movevalue = 0; let listcount = Array.from(document.querySelectorAll('#bannercontainer li')); if (e <= (listcount.length/2)) { movevalue = e > (listcount.length/2) ? 0 : (e == 1 ? -100 * ((listcount.length/2) - 1) : -100 * (e - 2)); for (i = 0; i < listcount.length; i++) { listcount[i].style.transform = "translateX(" + movevalue + "%)"; } } movedots(parseInt(e), "left"); slidectr = e <= 0 ? listcount.length/2 : e - 1; } function movedots(d, msg) { let listdots = Array.from(document.querySelectorAll('[dots-index]')); var listselected = ''; if (msg == "right") { listselected = (parseInt(d) + 1) > listdots.length ? document.querySelector("[dots-index='1']") : document.querySelector("[dots-index='" + (parseInt(d) + 1) + "']") ; } else { listselected = (parseInt(d) - 1) > 0 ? document.querySelector("[dots-index='" + (parseInt(d) - 1) + "']") : document.querySelector("[dots-index='" + listdots.length + "']"); } listdots.forEach((listdots) => { listdots.classList.add('bg-gray-400'); listdots.classList.remove('bg-nx-teal'); }); listselected.classList.add("bg-nx-teal"); listselected.classList.remove("bg-gray-400"); clearTimeout(inverval_timer); runTimer(); }
Préparé avec amour

Préparé avec amour

Pas besoin de le déballer - vous pouvez désormais pré-charger votre cadre Nixplay avec des photos, des vidéos, et même ajouter des messages d'accueil personnalisés grâce à notre application.

Partagez l'amour

Partagez l'amour

Invitez ensuite votre famille et vos amis à faire de même, en ajoutant leurs propres photos, vidéos et messages, où qu'ils se trouvent.

Ressentez l'amour

Ressentez l'amour

Il suffit au destinataire du cadeau d'entrer son adresse électronique et son code cadeau dans le cadre pour profiter instantanément de toutes les photos, vidéos et messages pré-téléchargés.

Grâce à notre conception adaptée aux grands-parents, ils n'ont pas besoin de télécharger d'application ni de s'y connaître en technologie.

One year warranty
Expédition
gratuite
Expedite shipping
Expédition
accélérée
30-day Money 
Back Guarantee
Garantie de remboursement
de 30 jours
One year warranty
Sécurité
et confidentialité
.bg-badge-color { background-color: rgb(247, 247, 247); } @media (min-width: 640px) { .bg-badge-color { } }
.gifting-container .icon:hover span { visibility: visible; opacity: 1; transition: 450ms all ease; } .buy-from-us-icons { background: linear-gradient( to top, #f3f3f4 0%, #f3f3f4 50%, #ffffff 50%, #ffffff 100% ); } .buy-from-us-icons .bg-eastern-blue, .buy-from-us-icons .bg-eastern-blue > div { background-color: rgb(10, 129, 156); } .buy-from-us-icons .bg-eastern-blue img { filter: invert(100%); } .buy-from-us-icons .bg-eastern-blue .text-lg, .buy-from-us-icons .bg-eastern-blue button { color: #ffffff; } .buy-from-us-icons .bg-eastern-blue button:hover { color: #000; } @media screen and (max-width: 640px) { .gifting-body p { font-size: 1.6rem; } }
body.is-modal-open { overflow: hidden; } .unset-br-plus br { display: inline; } @media (min-width: 640px) { .unset-br-plus br { display: none !important; } } @media (max-width: 640px) { .hidden-sm { display: none; } }