<div class=”max-w-4xl mx-auto bg-white shadow-lg rounded-2xl overflow-hidden”>
<!– Header Section –>
<header class=”bg-blue-900 text-white p-6 text-center”>
<h1 class=”text-2xl md:text-3xl font-bold uppercase tracking-tight”>Heat Press Machine – Simple Power Connection</h1>
<p class=”mt-2 text-blue-100 font-medium”>Main Power Board → 16A MCB → 13A Wall Socket → Heat Press Machine</p>
</header>
<main class=”p-6″>
<section class=”mb-8″>
<h2 class=”text-xl font-bold text-blue-900 mb-4 border-b-2 border-blue-900 pb-2″>Wire Thickness Guide (Copper Wire)</h2>
<div class=”overflow-x-auto”>
<table class=”w-full text-left border-collapse”>
<thead>
<tr class=”bg-blue-50 text-blue-900″>
<th class=”p-3 border”>Connection</th>
<th class=”p-3 border”>Wire Size</th>
<th class=”p-3 border”>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td class=”p-3 border”>Main Board to MCB</td>
<td class=”p-3 border”>2.5mm</td>
<td class=”p-3 border italic”>For Safe & Reliable Power</td>
</tr>
<tr>
<td class=”p-3 border”>MCB to Wall Socket</td>
<td class=”p-3 border”>2.5mm</td>
<td class=”p-3 border italic”>Recommended</td>
</tr>
<tr>
<td class=”p-3 border”>Wall Socket to Machine</td>
<td class=”p-3 border”>2.5mm (Flexible)</td>
<td class=”p-3 border italic”>Use Good Quality 3 Core Cable</td>
</tr>
<tr>
<td class=”p-3 border”>Earth (E)</td>
<td class=”p-3 border”>2.5mm</td>
<td class=”p-3 border italic”>Mandatory for Safety</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class=”grid md:grid-cols-2 gap-6 mb-8″>
<div class=”bg-green-50 p-6 rounded-xl border border-green-200″>
<h3 class=”text-lg font-bold text-green-900 mb-4″>Key Points</h3>
<ul class=”space-y-3″>
<li class=”flex items-start gap-2″><span>✅</span> Always use 16A MCB for protection against overload & short circuit</li>
<li class=”flex items-start gap-2″><span>✅</span> Use 13A wall socket for safe and stable connection</li>
<li class=”flex items-start gap-2″><span>✅</span> Proper earthing is mandatory for user safety</li>
<li class=”flex items-start gap-2″><span>✅</span> Use recommended wire size (2.5 mm copper wire)</li>
</ul>
</div>
<div class=”bg-yellow-50 p-6 rounded-xl border border-yellow-300 border-dashed”>
<h3 class=”text-lg font-bold text-yellow-900 mb-4 flex items-center gap-2″>⚠️ SAFETY FIRST</h3>
<ul class=”space-y-3″>
<li class=”flex items-start gap-2″><span>✅</span> Switch OFF the power before any connection or maintenance.</li>
<li class=”flex items-start gap-2″><span>✅</span> Ensure all connections are tight and insulated properly.</li>
</ul>
<p class=”mt-4 font-bold text-yellow-900 uppercase italic”>SAFE CONNECTION. PERFECT PRINTS!</p>
</div>
</section>
<footer class=”bg-gray-100 p-6 rounded-lg text-sm text-gray-600 italic”>
<p class=”font-bold text-gray-800 mb-2″>IMPORTANT SAFETY NOTICE</p>
All electrical wiring and installations must be carried out by a qualified professional electrician. Always use high-quality copper wires, certified sockets, and reliable electrical components. Do not use low-quality wire cords or cheap accessories, as they may cause overheating, short circuits, fire hazards, or machine damage. Proper grounding (earthing) and correct wire thickness are mandatory for safe and stable operation of the heat press machine.
</footer>
</main>
</div>