<!-- নির্দেশিকা: এই কোডের "YOUR_APP_PREVIEW_URL_HERE" অংশটি আপনার অ্যাপের প্রিভিউ URL দিয়ে প্রতিস্থাপন করুন। -->
<div style="max-width: 600px; margin: 0 auto; padding: 15px; background-color: #1f2937; border-radius: 16px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);">
<h3 style="color: #6ee7b7; font-family: 'Arial', sans-serif; text-align: center; margin-bottom: 15px; font-size: 24px;">
পারফরম্যান্স প্রেডিক্টর লীগ (লাইভ)
</h3>
<iframe
src="YOUR_APP_PREVIEW_URL_HERE"
title="Performance Predictor League"
width="100%"
height="700px"
style="border: none; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);"
allow="clipboard-write"
loading="lazy"
allowfullscreen>
</iframe>
<p style="color: #9ca3af; font-size: 14px; font-family: 'Arial', sans-serif; text-align: center; margin-top: 15px;">
খেলোয়াড়দের পারফরম্যান্সের উপর ভিত্তি করে রিয়েল-টাইম কয়েন ট্রেডিং সিমুলেশন।
</p>
</div>


