Fix: Product pages content and HTML issues

- ท่อไซเลอร์: Move images after specs with 1 column layout
- ท่อและข้อต่อpvc: Remove empty image section
- เครื่องเชื่อม-hdpe: Add full content with grooved coupling info
- เม็กกรู๊ฟ-คับปลิ้ง: Add full content with benefits list
- grilles: Remove duplicate/overflow code from hero section
This commit is contained in:
Kunthawat
2026-04-01 09:58:24 +07:00
parent 8db13220dd
commit aac2bea8d9
5 changed files with 71 additions and 53 deletions

View File

@@ -63,24 +63,6 @@ import Footer from '@/components/common/Footer.astro';
</div>
</div>
</section>
</div>
<div class="flex items-start space-x-3">
<svg class="w-6 h-6 text-primary-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
</div>
<div class="flex items-start space-x-3">
<svg class="w-6 h-6 text-primary-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="product-specs" class="section bg-white">
<div class="container-custom">
@@ -235,8 +217,6 @@ import Footer from '@/components/common/Footer.astro';
</div>
</section>
</main>
</section>
</main>
<Footer slot="footer" />
</BaseLayout>