refactor(ball-jet): remove performance section and image

The ตารางสมรรถนะการจ่ายลม section and its image are no longer
needed. The dimensions/specs section alone is sufficient for the
product page.
This commit is contained in:
Kunthawat Greethong
2026-06-04 12:17:37 +07:00
parent 52761c3946
commit ff4e5ae346

View File

@@ -197,18 +197,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
</div>
</section>
<!-- Performance Table -->
<section class="py-16 bg-neutral-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-4xl mx-auto">
<h2 class="text-2xl font-bold text-primary-700 mb-8 text-center">ตารางสมรรถนะการจ่ายลม</h2>
<div class="rounded-2xl overflow-hidden shadow-md bg-white">
<img src="/images/ball-jet/ball-jet-performance.jpg" alt="ตารางสมรรถนะการจ่ายลม หัวจ่ายแอร์ Ball Jet" class="w-full h-auto" width="700" height="1028" loading="lazy" />
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">