Dark Light

New Smartphone Design Trends

Foldable phones are becoming more mainstream and affordable, with improved durability and sleeker designs. We’re even seeing the emergence of triple-folding and rollable screen concepts, pushing the boundaries of how a device can expand its screen real estate. Alongside these, there’s a renewed interest in thinner and lighter phones, with some manufacturers showcasing impressively slim designs.

Read More
Leave a comment
document.addEventListener('DOMContentLoaded', function () { const swiperElement = document.querySelector('#myProductCarousel .swiper'); if (swiperElement && typeof Swiper !== 'undefined') { new Swiper(swiperElement, { direction: 'vertical', slidesPerView: 3, spaceBetween: 30, loop: true, autoplay: { delay: 3000, }, mousewheel: true, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } }); } });