File "appliance-fit-tool.php"
Full path: /home/u525140468/domains/productsizer.com/public_html/posts/appliance-fit-tool.php
File
size: 1.4 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<div class="max-w-5xl mx-auto px-6">
<h3 class="text-2xl font-bold text-gray-800 mb-4">How It Helps You</h3>
<p class="text-gray-600 leading-relaxed mb-10 text-base">
Avoid costly mistakes by confirming your new appliances will fit perfectly in your kitchen or laundry area.
</p>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-gray-50 p-6 rounded-2xl shadow-sm border hover:shadow-md transition-all duration-200 flex gap-4 items-start">
<div class="bg-teal-100 rounded-full p-3">
<i data-lucide="refrigerator" class="w-6 h-6 text-teal-500"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 text-lg mb-1">Appliance Sizing</h4>
<p class="text-sm text-gray-600">
Compare appliance dimensions with your available space before installation.
</p>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-2xl shadow-sm border hover:shadow-md transition-all duration-200 flex gap-4 items-start">
<div class="bg-orange-100 rounded-full p-3">
<i data-lucide="ruler" class="w-6 h-6 text-orange-500"></i>
</div>
<div>
<h4 class="font-semibold text-gray-800 text-lg mb-1">Fit Confidence</h4>
<p class="text-sm text-gray-600">
Visualize how fridges, ovens, and washers will fit your setup—before you buy.
</p>
</div>
</div>
</div>
</div>