Asus ROG Strix G16 G614PR-RV032WS Laptop

Asus ROG Strix G16 G614PR-RV032WS laptop

Performance Excellent

Processor: AMD Hexadeca Core Ryzen 9 – 8940HX

RAM: 16 GB DDR5

Graphics: NVIDIA GeForce RTX 5070 Ti

Graphic Memory: 12 GB

Cores: 16 Cores

Design Good

Thickness: 30.4 mm

Weight: 2.50 Kg

Display Excellent

Size: 16 Inches (40.64 cm)

Type: IPS LCD Display

Resolution: 1920 x 1200 Pixels

Aspect Ratio: 16:10

Refresh Rate: 165 Hz

Brightness: 300 nits

Features: FHD+, WUXGA, 3ms Response Time (G2G)

Storage Excellent

Storage: 1 TB SSD (M.2)

Battery Very Good

Capacity: 90 WHrs

Charging: 280 W, Fast Charging Support

Amazon

₹229,990

Flipkart

229,990

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 ); });