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:
@@ -197,18 +197,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
<!-- FAQ Section -->
|
||||||
<section class="py-16 bg-white">
|
<section class="py-16 bg-white">
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user