fix(pipe-coupling): use MJG80A screenshot as hero image

User provided screenshot of RNT Smart Clamp MJG80A (with SUS304
material, NBR seal, 89.1mm pipe OD, 67.8-91.9mm range) as the
canonical hero image for this product.

Changes:
- public/images/pipe-coupling/mjg80a-hero.png: new hero image
  (copied from user's Desktop screenshot)
- pipe-coupling.astro: hero <img src> updated to mjg80a-hero.png
- all-products.astro: card image updated to mjg80a-hero.png

Other 5 model images (mjg/mjh/mjd/mjer/mjcx/rnt-e009) unchanged
as those are individual model photos from ranotech.com.
This commit is contained in:
Kunthawat Greethong
2026-06-10 14:21:47 +07:00
parent 8346a731a6
commit 1e4fa53fb2
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 KiB

View File

@@ -14,7 +14,7 @@ const products = [
// เครื่องเชื่อมท่อ (4 items) // เครื่องเชื่อมท่อ (4 items)
{ name: "เครื่องเชื่อม HDPE", href: "/เครื่องเชื่อม-hdpe", image: "/images/HDPE-welding-crop.jpg", category: "เครื่องเชื่อมท่อ" }, { name: "เครื่องเชื่อม HDPE", href: "/เครื่องเชื่อม-hdpe", image: "/images/HDPE-welding-crop.jpg", category: "เครื่องเชื่อมท่อ" },
{ name: "เครื่องเชื่อม PPR", href: "/เครื่องเชื่อม-ppr", image: "/images/products-misc/ppr-welding-machine-main.jpg", category: "เครื่องเชื่อมท่อ" }, { name: "เครื่องเชื่อม PPR", href: "/เครื่องเชื่อม-ppr", image: "/images/products-misc/ppr-welding-machine-main.jpg", category: "เครื่องเชื่อมท่อ" },
{ name: "Pipe Coupling", href: "/pipe-coupling", image: "/images/pipe-coupling/smc-02.jpg", category: "เครื่องเชื่อมท่อ" }, { name: "Pipe Coupling", href: "/pipe-coupling", image: "/images/pipe-coupling/mjg80a-hero.png", category: "เครื่องเชื่อมท่อ" },
{ name: "เม็กกรู๊ฟ คับปลิ้ง", href: "/เม็กกรู๊ฟ-คับปลิ้ง", image: "/images/products-misc/MECH_001.jpg", category: "เครื่องเชื่อมท่อ" }, { name: "เม็กกรู๊ฟ คับปลิ้ง", href: "/เม็กกรู๊ฟ-คับปลิ้ง", image: "/images/products-misc/MECH_001.jpg", category: "เครื่องเชื่อมท่อ" },
// ระบบน้ำ (3 items) // ระบบน้ำ (3 items)

View File

@@ -47,7 +47,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
</div> </div>
<div class="lg:sticky lg:top-24"> <div class="lg:sticky lg:top-24">
<div class="rounded-2xl overflow-hidden bg-white/10 p-2 max-w-md mx-auto lg:max-w-none"> <div class="rounded-2xl overflow-hidden bg-white/10 p-2 max-w-md mx-auto lg:max-w-none">
<img src="/images/pipe-coupling/smc-02.jpg" alt="RNT Smart Clamp — แคลมป์รัดท่อ Rano Tech" class="w-full max-w-md mx-auto lg:max-w-none" loading="eager" /> <img src="/images/pipe-coupling/mjg80a-hero.png" alt="RNT Smart Clamp MJG80A (SUS304 + NBR) — แคลมป์รัดท่อ Rano Tech" — แคลมป์รัดท่อ Rano Tech" class="w-full max-w-md mx-auto lg:max-w-none" loading="eager" />
</div> </div>
</div> </div>
</div> </div>