Redmi 14C 5G (Starlight Blue, 6GB RAM, 128GB Storage)

Dimensity 7025 Ultra Smartphone

⚙️Performance Very Good

Chipset: MediaTek Dimensity 7025 Ultra

CPU: Octa-core (2.5 GHz, Dual Core + 2 GHz, Hexa Core)

RAM: 6 GB / 8 GB / 12 GB

📱Display Excellent

Size: 6.67 inches AMOLED

Resolution: 1080 x 2400 (FHD+)

Refresh Rate: 120 Hz

Protection: Gorilla Glass 5

Design: Bezel-less with punch-hole display

📷Rear Camera Very Good

Setup: Triple Camera

Primary: 50 MP (10x Digital Zoom) Wide Angle

Secondary: 8 MP Ultra-Wide

Macro: 2 MP

Flash: LED

Video: Full HD @30fps

🤳Front Camera Very Good

Resolution: 20 MP Wide Angle

Video: Full HD @30fps

🔋Battery Excellent

Capacity: 5110 mAh

Charging: 45W Fast Charging (USB Type-C)

Amazon

₹9999

Flipkart

10999

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });