Commit Graph

5 Commits

Author SHA1 Message Date
Kunthawat Greethong
bef271c1a2 fix(insulation): remove 7 gallery images + restore Product Details
Two fixes:

1 Deleted 7 product photos user requested:
- rockwool/gallery-8.jpg
- microfiber/gallery-9.jpg
- maxflex/gallery-2.jpg
- aeroflex/gallery-7.jpg
- aeroflex/gallery-15.jpg
- armflex/gallery-6.jpg
- armflex/gallery-7.jpg

Also updated gallery HTML in 5 pages to skip the deleted image
numbers. After deletion: rockwool=10, microfiber=9, maxflex=8,
aeroflex=13, armflex=5.

2) Restored Product Details section for armflex, aeroflex, and
maxflex. These 3 pages had their content stripped earlier in
the session (only kept Hero + Gallery + CTA). Pulled the
original Product Details from commit 17f4eb7 (which had the
full data: features, specs, certifications, applications,
water-vapor resistance values, etc.).

armflex: 10.3KB restored
aeroflex: 9.6KB restored
maxflex: 10.1KB restored
EOF
)
2026-06-10 17:19:25 +07:00
Kunthawat Greethong
2996812209 feat(insulation): add product photo gallery to 6 insulation pages
User provided 61 additional product photos across 6 insulation
brands. Added a responsive image gallery section (before CTA)
to each of these product pages:

- armflex.astro: 7 photos
- aeroflex.astro: 15 photos
- maxflex.astro: 9 photos
- เทอร์โมเบรค-thermobreak.astro: 9 photos
- rockwool.astro: 11 photos
- microfiber.astro: 10 photos

Files renamed to gallery-1.jpg ... gallery-N.jpg format in
public/images/{brand}/. Each image is clickable (opens full
size in new tab), uses lazy loading, and has hover zoom.

Gallery section layout:
- 2 columns on mobile, 3 on tablet, 4 on desktop
- Title: "แกลอรี่ภาพสินค้า"
- Subtitle: "ภาพสินค้าจริงจากงานติดตั้ง — คลิกเพื่อดูภาพขนาดเต็ม"
2026-06-10 14:45:50 +07:00
Kunthawat Greethong
15b4b40681 fix(insulation,menu): real product images + accurate count + menu reorder
1 REAL product images (downloaded from supplier product pages)
   Replaced generic logos/QR codes with actual product photos
   from WooCommerce product galleries on 3t-insulation.com:
   - rockwool/: cool-n-comfort-rl/sl, prorox-bl/ps960/sl/wm,
     rocksafe-plus, safe-n-silent-pro, thermalrock-s, rockduct, conlit-h110
   - microfiber/: microfiber-enf/fl/fld/fls/fr/frd/frk/glc/gts/hi-temp/pfl/pln
   - scg/: scg-crb-g, scg-cylence-zoftone/zoundblock, scg-dln-g, scg-fpo-g,
     scg-fso-g, scg-gtb-g, scg-hti-g, scg-htif-g, scg-htifd-g, scg-stay-cool, scg-ub-g

2) Home page category count for ฉนวนหุ้มท่อ: 4 → 7
   (Armaflex, Aeroflex, Maxflex, Thermobreak, ROCKWOOL, MICROFIBER, SCG)

3) Menu order swap: ฉนวนหุ้มท่อ ↔ เครื่องเชื่อมท่อ
   Moved ฉนวนหุ้มท่อ BEFORE เครื่องเชื่อมท่อ in BaseLayout categories
EOF
)
2026-06-10 13:26:43 +07:00
Kunthawat Greethong
4692e89736 fix(menu,images): correct header menu + use real product images
Two fixes:
1) Header.astro menu items for ROCKWOOL/MICROFIBER/SCG were
   placed AFTER the closing array bracket - not visible in dropdown.
   Moved INSIDE the 'ฉนวนและรั้ว' items array.
2) Product images were generic logos/QR codes. Replaced hero
   images with actual product photos (1200x800) from supplier
   WooCommerce galleries.

Also added footer links.
2026-06-10 11:55:55 +07:00
Kunthawat Greethong
739e081296 feat(products): add 3 new insulation brand pages — ROCKWOOL, MICROFIBER, SCG
New product pages for insulation product lines, using supplier (3t-insulation.com)
product data and images (downloaded, no hotlinks):

1 ROCKWOOL (/rockwool) — Stone wool insulation, pipe/duct/roof/fire
2) MICROFIBER (/microfiber) — Glass wool insulation, roof/HVAC/industrial
3) SCG (/scg) — SCG insulation, roof/HVAC/acoustic/high-temp

Each page:
- Hero section (canonical template: pill + title + description + buttons)
- Brand description with key product info
- Product grid (6+ models per brand with images)
- Features section (quality, pricing, delivery)
- CTA section (canonical template)

Images: downloaded from supplier site to public/images/{brand}/
Menu: added to Header, BaseLayout nav (under ฉนวนหุ้มท่อ), Footer, all-products

Crawled from: 3t-insulation.com/brand/{rockwool,microfiber,scg}/
(13 products per brand, ~39 total product models referenced)

Pages created: 3 | Files changed: 37 (3 new .astro + 3 image dirs + 3 menu edits)
EOF
)
2026-06-10 11:10:24 +07:00