// extras.jsx — Success/Delivery · Mobile Admin · SEO Landing
// + animated hero intro helpers + messaging tab
const { useState: _eS, useEffect: _eE } = React;
// ═══════════════════════════════════════════════════════════════
// 1) SUCCESS / DELIVERY SCREEN (desktop + mobile)
// ═══════════════════════════════════════════════════════════════
function SuccessScreen({ L, lang, theme, listing }) {
const [copied, setCopied] = _eS(null);
const orderId = 'IS-2026-04-' + String(9184).padStart(5, '0');
const creds = {
username: listing.handle.replace('@', ''),
email: `${listing.handle.replace('@','')}.delivery@instasatis.com`,
pass: 'K7!vm' + (listing.id.slice(-1) + '39aLp') + 'Z',
recovery: '+90 5•• ••• •• ••',
};
const copy = (k, v) => { navigator.clipboard?.writeText(v); setCopied(k); setTimeout(() => setCopied(null), 1400); };
return (
{lang === 'tr' ? 'Ödeme alındı! 🎉' : 'Payment received! 🎉'}
{lang === 'tr' ? 'Instagram’da marka kurmanın en hızlı yolu hazır bir temel üzerine inşa etmek. Aged ve konsept hesaplar, yeni açılan hesapların aylarca uğraşacağı algoritmik güveni zaten kazanmış durumda. Bu rehberde doğru hesabı nasıl seçeceğini, nelere bakman gerektiğini ve InstaSatış’ta hesapların nasıl doğrulandığını anlatıyoruz.' : 'The fastest way to build on Instagram is to start on a foundation that already has algorithmic trust. This guide walks through what to look for in aged and niche accounts, and how InstaSatış verifies every listing.'}
{/* TOC */}{lang === 'tr' ? 'Yeni bir Instagram hesabı kurduğunda algoritma seni ilk 3-6 ay boyunca dikkatle izler. Paylaşımların daha az kişiye gösterilir, story erişimi kısıtlıdır, reklam hesabı açarken doğrulama ister. Bu süreyi atlatmış bir hesapla başlarsan ilk günden itibaren tam hızdasın.' : 'New accounts are throttled for 3-6 months. Aged accounts skip that waiting period.'}
{/* Stat grid — key metrics */}