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:
@@ -109,26 +109,21 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<li>รับแรงดันได้สูง 300-735 psi</li>
|
||||
<li>ข้อต่อมี PE เคลือบผิวด้านใน คงคุณสมบัติเด่นของท่อไซเลอร์ไว้ครบ</li>
|
||||
</ul>
|
||||
|
||||
<!-- Product Photos - 1 column layout -->
|
||||
<div class="mt-8 space-y-4">
|
||||
<img src="/images/products-misc/SYLER-b01.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/SYLER-b02.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/SYLER-b03.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler001.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler002.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler003.jpg" alt="ท่อไซเลอร์ (Syler)" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Product Photos -->
|
||||
<section class="section bg-secondary-50">
|
||||
<div class="container-custom">
|
||||
<h2 class="text-xl font-bold text-secondary-900 mb-6">รูปภาพสินค้าเพิ่มเติม</h2>
|
||||
<div class="grid grid-cols-2 md:grid-cols-3 gap-4">
|
||||
<img src="/images/products-misc/SYLER-b01.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/SYLER-b02.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/SYLER-b03.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler001.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler002.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
<img src="/images/products-misc/syler003.jpg" alt="ท่อไซเลอร์ (Syler) ท่อเหล็กเหล็กบุพีอี" class="w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" onerror="this.style.display='none'" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact CTA -->
|
||||
<section class="cta-gradient py-16">
|
||||
<div class="container-custom text-center">
|
||||
|
||||
Reference in New Issue
Block a user