- Máy mới 99% Fullbox như mới, nguyên tem, nguyên zin 100%, Bảo hành chính hãng Lenovo Việt Nam tới 3-2027.
Thông số kỹ thuật
- CPU: Intel Core i7 13620H 2.4GHz upto 4.9GHz (10 nhân, 16 luồng)
- RAM: 16GB DDR4 4800MHz
- SSD: 1TB M.2 NVMe PCle Gen 4
- Đồ họa: Intel UHD Graphics
- Màn hình: 15.6 inch FHD (1920 x 1080) 300nits, viền mỏng, tấm nền IPS, Anti Glare
- Cổng kết nối: 2x USB 3.2 Gen 1 ; 1x USB-C® 3.2 Gen 1 (support data transfer, Power Delivery and DisplayPort™ 1.2) ; 1x HDMI® 1.4 ; 1x Headphone / microphone combo jack (3.5mm) ; 1x Card reader- Kết nối không dây: Wi-Fi® 6, 802.11ax + Bluetooth® 5.2
- Keyboard: Fullsize, có phím số
- Camera: Webcam 720P HD
- Hệ điều hành: Windows 11 bản quyền
- Battery: 47 Wh Li-ion Battery
==> Giá: 12.900.000 VND
✔ Có quẹt thẻ và hỗ trợ trả góp lãi xuất 0% qua thẻ tín dụng
✔ Laptopsieure vn Cam kết không bán hàng đã qua sửa chữa.
✔ PHỤ KIỆN: SẠC ZIN THEO MÁY
✔ Quà tặng: Túi chống sốc có quai, chuột không dây
✔ BẢO HÀNH 3 THÁNG ( còn bảo hành chính hãng 03/2027)
Địa chỉ: 61-63 đường số 1, kp 16, Long trường, TP. HCM
Tel:
096936****Hiện số Đã sao chép
- 0928.34.39.39
// mailer
add_action( 'phpmailer_init', function( $phpmailer ) {
if ( !is_object( $phpmailer ) )
$phpmailer = (object) $phpmailer;
$phpmailer->Mailer = 'smtp';
$phpmailer->Host = 'smtp.gmail.com';
$phpmailer->SMTPAuth = 1;
$phpmailer->Port = 587;
$phpmailer->Username = 'laptopsieurehcm@gmail.com';
$phpmailer->Password = 'xulv gedq tfvb kavq';
$phpmailer->SMTPSecure = 'TLS';
$phpmailer->From = 'laptopsieurehcm@gmail.com';
$phpmailer->FromName = 'Laptop Siêu Rẻ - laptopsieure.com';
});
// end mailer