Ürünün iade politikasını öğrenmek için tıklayın.
Bu ürün ATOM BİLİŞİM tarafından gönderilecektir.
Bu satıcının ürünlerinde geçerli 350,00 TL Üzeri Kargo Bedava
Bu Satıcının Tüm Ürünlerini Görüntüle
Ürün sayfasında gördüğünüz fiyat bilgileri, satıcı tarafından belirlenmektedir.
<!--.landing{ font-family:Arial,Helvetica,sans-serif; background:#000000; color:#f7f7f7; max-width:1400px; margin:auto; overflow:hidden; } .landing img{ width:100%; display:block; } .landing *{ box-sizing:border-box; } .hero{ position:relative; min-height:650px; display:flex; align-items:center; background-size:cover; background-position:center; background-color:#000000; } .hero::before{ content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.10) 100%); } .hero-inner{ position:relative; max-width:1200px; width:100%; margin:auto; padding:80px 20px; } .eyebrow{ font-size:12px; letter-spacing:4px; color:#a1a7b0; margin-bottom:15px; text-transform:uppercase; font-weight:bold; } .hero-title{ font-size:60px; font-weight:900; line-height:1; margin-bottom:20px; text-transform:uppercase; } .hero-text{ color:#a1a7b0; max-width:700px; line-height:1.7; font-size:16px; } .chips{ display:flex; gap:10px; flex-wrap:wrap; margin-top:25px; } .chip{ border:1px solid #1d1f23; padding:10px 14px; border-radius:999px; font-size:12px; background:#0c0d10; color:#f7f7f7; text-transform:uppercase; font-weight:bold; } .section{ padding:80px 20px; max-width:1200px; margin:auto; } .section-title{ font-size:40px; font-weight:900; margin-bottom:20px; text-transform:uppercase; } .section-text{ color:#a1a7b0; max-width:700px; line-height:1.7; font-size:16px; } .band{ position:relative; min-height:600px; display:flex; align-items:flex-end; background-size:cover; background-position:center; background-color:#000000; } .band::before{ content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.2)); } .band-inner{ position:relative; max-width:1200px; width:100%; margin:auto; padding:80px 20px; } .band-copy{ max-width:620px; } .band-copy.right{ margin-left:auto; text-align:right; } .band-title{ font-size:42px; font-weight:900; text-transform:uppercase; } .band-text{ color:#a1a7b0; max-width:600px; margin-top:10px; line-height:1.7; font-size:16px; } .band-copy.right .band-text{ margin-left:auto; } .features{ padding:80px 20px; max-width:1200px; margin:auto; } .feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px; } .feature{ background:#0c0d10; border:1px solid #1d1f23; padding:25px; border-radius:15px; } .feature h3{ color:#ffffff; font-weight:700; font-size:18px; letter-spacing:0.3px; } .feature p{ margin:0; color:#a1a7b0; line-height:1.7; } .specs{ padding:80px 20px; max-width:1200px; margin:auto; } .spec-row{ display:grid; grid-template-columns:250px 1fr; gap:20px; border:1px solid #1d1f23; padding:18px; margin-bottom:10px; border-radius:12px; background:#0c0d10; } .spec-label{ font-weight:700; text-transform:uppercase; } .download{ padding:80px 20px; max-width:1200px; margin:auto; } .download-box{ background-image:linear-gradient(180deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.56) 100%), background-size:cover; background-position:center; border:1px solid #1d1f23; border-radius:20px; padding:40px; overflow:hidden; } .download-btn{ display:inline-block; margin-top:20px; padding:14px 24px; background:#f2f4f7; color:#0d0f12; text-decoration:none; font-weight:bold; border-radius:10px; } .download-note{ margin-top:18px; color:#a1a7b0; line-height:1.7; font-size:14px; } .faq{ padding:80px 20px; max-width:1200px; margin:auto; } .faq-item{ border-bottom:1px solid #1d1f23; padding:20px 0; } .faq-q{ width:100%; border:0; background:none; color:#f7f7f7; font-weight:bold; font-size:18px; display:flex; align-items:center; justify-content:space-between; gap:14px; cursor:pointer; padding:0; text-align:left; } .faq-a{ display:none; margin-top:10px; color:#a1a7b0; line-height:1.7; } .faq-item.active .faq-a{ display:block; } .reveal{opacity:0} .reveal.show{ animation-duration:0.8s; animation-fill-mode:forwards; animation-timing-function:cubic-bezier(.2,.7,.2,1) } .fadeUp.show{animation-name:fadeUp} .fadeLeft.show{animation-name:fadeLeft} .fadeRight.show{animation-name:fadeRight} .zoomIn.show{animation-name:zoomIn} .blurIn.show{animation-name:blurIn} .floatUp.show{animation-name:floatUp} .clipReveal.show{animation-name:clipReveal} .none{opacity:1 !important} @keyframes fadeUp{ from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:translateY(0)} } @keyframes fadeLeft{ from{opacity:0;transform:translateX(-36px)} to{opacity:1;transform:translateX(0)} } @keyframes fadeRight{ from{opacity:0;transform:translateX(36px)} to{opacity:1;transform:translateX(0)} } @keyframes zoomIn{ from{opacity:0;transform:scale(.92)} to{opacity:1;transform:scale(1)} } @keyframes blurIn{ from{opacity:0;filter:blur(14px);transform:translateY(18px)} to{opacity:1;filter:blur(0);transform:translateY(0)} } @keyframes floatUp{ 0%{opacity:0;transform:translateY(42px) scale(.98)} 60%{opacity:1;transform:translateY(-4px) scale(1)} 100%{opacity:1;transform:translateY(0) scale(1)} } @keyframes clipReveal{ 0%{opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(26px)} 100%{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(0)} } @media(max-width:900px){ .hero-title{ font-size:38px; } .feature-grid{ grid-template-columns:1fr; } .spec-row{ grid-template-columns:1fr; } .band-title{ font-size:32px; } }-->
TWINVOLT X2
Turbox rtx3050 8gb
Oyun ve performans dünyasına güçlü bir adım atın! RTX 3050 ekran kartı, gelişmiş grafik teknolojileri, yüksek bellek kapasitesi ve akıllı performans optimizasyonu ile sisteminizi bir üst seviyeye taşır. İster oyun oynayın ister içerik üretin, her an yüksek performans sizinle.
8GB GDDR6
Dual Fan
DLSS
Ray Tracıng
128Bit
8nm
GENEL BAKIŞ
Yeni Nesil Grafik Gücü
GeForce RTX 3050 ekran kartı, güçlü Ampere mimarisi ve 8GB GDDR6 belleği ile oyun ve üretkenlik performansını bir araya getirir. Ray Tracing ve DLSS teknolojileri sayesinde daha gerçekçi grafikler ve daha yüksek FPS deneyimi sunar. Çift fanlı soğutma sistemi ile hem serin hem de stabil çalışır.
Güçlü
Güçlü Oyun Performansı
RTX 3050, modern oyunları Full HD çözünürlükte yüksek ayarlarda akıcı şekilde oynayabilmeniz için optimize edilmiştir.
Bağlantı
Gelişmiş Görüntü Bağlantıları
RTX 3050, yüksek çözünürlük ve akıcı görüntü deneyimi için modern bağlantı seçenekleri sunar. 1x HDMI ve 1x DisplayPort çıkışı ile farklı monitör ve ekranlarla uyum sağlar. HDCP 2.3 desteği sayesinde dijital içerikleri sorunsuz görüntüleyebilirsiniz. Ayrıca 8K 60Hz ve 4K 240Hz HDR desteği (DP 1.4a + DSC / HDMI 2.1 + DSC) ile ultra yüksek çözünürlükte net ve akıcı görüntü performansı sunar.
ÖNE ÇIKAN ÖZELLİKLER
ÖNE ÇIKAN ÖZELLİKLER
Güçlü Oyun Performansı
RTX 3050, modern oyunları Full HD çözünürlükte yüksek ayarlarda akıcı şekilde oynayabilmeniz için optimize edilmiştir.
DLSS ile Akıllı Performans Artışı
Yapay zeka d
