Fix Grilles: add padding before next section, fix Thai warnings

- Added mb-8 to ฟรี ไม่มีค่าใช้จ่าย paragraph
- Fixed ข้อควรระวัง: or→หรือ, static pressure→ความดันสถิต, шум→เสียงดัง
This commit is contained in:
OpenCode Agent
2026-04-05 21:17:03 +07:00
parent 0313ae80c4
commit 377da259e1

View File

@@ -189,7 +189,7 @@ import Footer from '@/components/common/Footer.astro';
<p class="text-lg text-secondary-700 leading-relaxed mt-4">
<strong>สนใจหน้ากากแอร์คุณภาพสูง? ติดต่อ Deal Plus Tech วันนี้</strong> เพื่อรับคำแนะนำจากผู้เชี่ยวชาญ และพบกับผลิตภัณฑ์ที่จะยกระดับระบบปรับอากาศของคุณได้อย่างที่ต้องการ
</p>
<p class="text-lg text-secondary-700 leading-relaxed mt-4">
<p class="text-lg text-secondary-700 leading-relaxed mt-4 mb-8">
<strong>ฟรี ไม่มีค่าใช้จ่าย</strong> แม้ว่าจะสั่งมากสั่งน้อย เราเป็นผู้ผลิตสามารถเสนอราคาที่เหมาะสมโดนใจแน่นอนครับ
</p>
</div>
@@ -304,10 +304,10 @@ import Footer from '@/components/common/Footer.astro';
<div>
<h3 class="text-lg font-semibold text-secondary-800 mb-4">ข้อควรระวัง</h3>
<ul class="space-y-3">
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าติดตั้งหน้ากากใกล้ม่านบังตา or ผ้ามากเกินไป เพราะจะขวางทางลม</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าติดตั้งหน้ากากใกล้ม่านบังตาหรือผ้ามากเกินไป เพราะจะขวางทางลม</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">ควรเว้นระยะห่างจากผนังอย่างน้อย 15 ซม. เพื่อให้ลมกระจายได้ดี</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">ตรวจสอบ static pressure ของระบบก่อนเลือกขนาด</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าใช้หน้ากากขนาดเล็กเกินไป เพราะจะทำให้ลมแรงและ шум</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">ตรวจสอบความดันสถิตของระบบก่อนเลือกขนาด</span></li>
<li class="flex items-start gap-3"><span class="text-amber-500 text-xl">⚠️</span><span class="text-secondary-700">อย่าใช้หน้ากากขนาดเล็กเกินไป เพราะจะทำให้ลมแรงและเกิดเสียงดัง</span></li>
</ul>
</div>
</div>