diff --git a/UMAMI-EVENTS.md b/UMAMI-EVENTS.md new file mode 100644 index 0000000..8960dc3 --- /dev/null +++ b/UMAMI-EVENTS.md @@ -0,0 +1,60 @@ +# Umami Event Tracking Convention — dealplustech + +ทุก CTA / element ที่คลิกได้ (นำไปสู่ action) ต้องมี `data-umami-event=""` เพื่อให้ Umami ติดตามได้ +Umami เชื่อมโยงแล้วใน `src/layouts/Layout.astro` — แค่เพิ่ม attribute ก็ติดตามได้เลย + +## กฎสำคัญ +1. **ใช้ `patch` tool เสมอ อย่าใช้ terminal/script regex** กับไฟล์ `.astro` (เส้นทางภาษาไทย + เสี่ยง attribute แตก) +2. ใส่ `data-umami-event` **หลัง `href="..."`** ใน tag เปิด `` เสมอ — ตรวจให้ `href` ยัง intact (ไม่มี `hrdata`/`ef`) +3. **เช็คท้ายสุด:** ทุก `` ที่เป็น CTA ต้องมี `data-umami-event` และไม่มี `hrdata` หลงเหลือ (search `hrdata` ต้องได้ 0) +4. อย่าแตะ `target`/`rel`/`class` ที่มีอยู่ — แค่เพิ่ม attribute ใหม่ +5. หลังแก้เสร็จ รัน `npm run build` ตรวจว่าไม่มี error + +## ชื่อ event ต่อจุด (แก้ตามบริบทของแต่ละหน้า) + +### หน้า Product ทุกหน้า (ฉนวนหุ้มท่อ-ccool, aeroflex, maxflex, ท่อ-*, เครื่องเชื่อม-*, water-*, valve, grilles, etc.) +| จุด | event-name | +|-----|-----------| +| Hero — ปุ่มแชท Line (สีส้ม) | `product-hero-line` | +| Hero — ปุ่มโทร (สีขาว) | `product-hero-call` | +| Hero — ปุ่มราคาสินค้า (`data-price-button`/`#pricelist`) | `product-hero-price` | +| In-content — ลิงก์ Line (ในย่อความ) | `product-inline-line` | +| In-content — ลิงก์โทร (ในย่อความ) | `product-inline-call` | +| ดาวน์โหลดราคา PDF | `product-pdf-download` | +| CTA ล่าง — ปุ่มติดต่อเรา | `product-cta-contact` | +| CTA ล่าง — ปุ่มแอดไลน์ | `product-cta-line` | +| การ์ดกลุ่มผลิตภัณฑ์ (ถ้ามี `#sheet` `#tube` `#roof` `#adhesives`) | `product-lineup-` | +| แกลอรี่ภาพ | `product-gallery-` | + +### หน้า contact-us +`contact-tel`, `contact-line`, `contact-email` + +### หน้า all-products +`allproducts-cta-contact`, `allproducts-cta-line`, `allproducts-card` (product card dynamic) + +### หน้า index (home) +| จุด | event-name | +|-----|-----------| +| Hero — ดูสินค้าทั้งหมด | `home-hero-view-all` | +| Hero — ติดต่อเรา | `home-hero-contact` | +| Product card (ไป product page) | `home-product-card` | +| Category tile (ไป all-products?filter=X) | `home-category-` (ppr, welding, water, ac, fire, insulation, fence) | +| View-all tile (แถวสุดท้าย) | `home-category-all` | +| Blog link | `home-blog` | +| Blog card | `home-blog-card` | +| CTA — โทร | `home-cta-call` | +| CTA — Line | `home-cta-line` | +| CTA — ติดต่อเรา | `home-cta-contact` | + +### หน้า about-us / portfolio / 404 +- about-us: `about-cta-contact`, `about-cta-line`, `about-cta-call` (ตามที่มี) +- portfolio: `portfolio-cta-contact`, `portfolio-cta-line` (ตามที่มี) +- 404: `404-home`, `404-contact` (ตามที่มี) + +## ตัวอย่างการแก้ (patch) +```astro + +แชท Line + +แชท Line +``` diff --git a/docs/HANDOFF.md b/docs/HANDOFF.md new file mode 100644 index 0000000..28d47b3 --- /dev/null +++ b/docs/HANDOFF.md @@ -0,0 +1,53 @@ +--- +title: Deal Plus Tech Engineering Handoff +updated: 2026-08-30 +--- +# Engineering Handoff + +## Current State + +- Repository: `/Users/kunthawat/Gitea/dealplustech-astroreal` +- Branch: `main` +- HEAD: pending verified commit at the time this handoff was written +- Remote target: `origin/main` +- Working tree: staged for the verified commit; no credentials or private logs included + +## Completed + +- CcooL product page: `/ฉนวนหุ้มท่อ-ccool/` +- CcooL images and pricing PDF added under `public/` +- Navigation, product listing, breadcrumb, metadata, FAQ, Product JSON-LD, and CTA tracking updated +- Robots/sitemap references and stale internal links corrected +- Duplicate legal-page H1 output removed +- Unsupported market-superlative claim wording replaced +- Duplicate CcooL anchor ID removed; new-tab PDF link hardened with `rel="noopener"` + +## Verification + +- `npm run build` → **pass**, 44 pages +- `npx tsc --noEmit` → **pass** +- `git diff --cached --check` → **pass** +- Independent reviewer → **pass**, no security concerns or logic errors +- Static output → 44 HTML pages, JSON-LD parses, Umami attributes are well-formed, images have `alt`; baseline-only duplicate SVG ID and blank-target links remain +- Assets → five 1024×768 images; five-page A4 PDF; no PDF JavaScript/encryption + +## Known Limitations / Blockers + +- `npm test` cannot run because the project has no `test` script. +- `astro check` reports 55 pre-existing errors in both baseline and final trees; no regression was introduced. +- Production soft-404 behavior, Cloudflare crawler rules, live Search Console, and live external HTTP status were not changed or verified in this local push gate. +- Domain-dependent SEO/deploy work is blocked until the real production domain is explicitly confirmed. Never guess it from repository configuration. +- CcooL claims still need accessible first-party evidence; image CLS and complete ProductGroup/AggregateOffer modeling remain deferred. + +## Resume Procedure + +1. Verify `git rev-parse HEAD` and `git ls-remote origin refs/heads/main` agree after push. +2. Update this file and the dated engineering log with the exact pushed SHA. +3. Before deployment or further SEO changes, confirm the production domain explicitly. +4. Fix server-level 404 routing and verify an unknown URL returns HTTP 404. +5. Recheck Cloudflare robots/AI crawler settings and publish claim evidence. + +## Evidence Index + +- [[2026-08-30-seo-audit-fixes]] +- [[../test-evidence/2026-08-30-ccool-seo]] diff --git a/docs/engineering-log.md b/docs/engineering-log.md new file mode 100644 index 0000000..e59cd98 --- /dev/null +++ b/docs/engineering-log.md @@ -0,0 +1,29 @@ +--- +title: Deal Plus Tech Engineering Log +updated: 2026-08-30 +--- +# Engineering Log + +## Current Status + +| Milestone | Status | Last verified | Evidence | Next action | +|---|---|---|---|---| +| CcooL product page and navigation | complete | 2026-08-30 | `npm run build` produced 44 static pages, including `/ฉนวนหุ้มท่อ-ccool/` | Confirm production domain before the next deploy/SEO change | +| SEO trust-layer fixes | complete | 2026-08-30 | robots/sitemap, internal links, metadata, legal-page headings, and claim wording checked in built output | Fix production soft-404 routing at the server layer | +| Umami event convention | complete | 2026-08-30 | Source/output scan found no malformed `data-umami-event` attributes | Review event reports after real traffic arrives | +| Verification gate | complete | 2026-08-30 | TypeScript, build, static HTML, asset probes, and independent review recorded in [[2026-08-30-seo-audit-fixes]] | Re-run after any further source change | + +## Guardrails + +- Production domain must be explicitly confirmed before deploy or SEO work; never infer it from repository files, comments, staging URLs, or old audits. +- Keep claims tied to accessible first-party evidence such as datasheets, certificates, and test reports. +- Do not commit credentials, tokens, or private logs. +- Treat production 404 behavior, Cloudflare crawler policy, image dimensions/CLS, and Product schema offers as separate follow-up work. + +## Entry Index + +- [[2026-08-30-seo-audit-fixes]] — CcooL page, SEO trust layer, Umami tracking, verification, and push handoff. + +## Plan Synchronization + +No master plan, roadmap, or implementation-batch document was present in this repository at verification time; no plan file was invented or silently changed. diff --git a/docs/engineering-log/2026-08-30-seo-audit-fixes.md b/docs/engineering-log/2026-08-30-seo-audit-fixes.md new file mode 100644 index 0000000..ef3941c --- /dev/null +++ b/docs/engineering-log/2026-08-30-seo-audit-fixes.md @@ -0,0 +1,49 @@ +--- +title: SEO audit fixes and CcooL product page +status: complete +verified: 2026-08-30 +--- +# SEO Audit Fixes and CcooL Product Page + +## Plan Status + +**complete** — the requested local SEO trust-layer fixes, CcooL product page, and Umami event instrumentation are staged for commit. No repository master plan or roadmap was available to synchronize. + +## Changed Scope + +- Added the CcooL product page at `/ฉนวนหุ้มท่อ-ccool/` with product details, FAQ, gallery, CTA links, Product JSON-LD, and the supplied pricing PDF. +- Added five CcooL image assets and verified their dimensions. +- Added CcooL to product navigation/listing and related breadcrumbs. +- Added/standardized `data-umami-event` attributes and documented the event convention in `UMAMI-EVENTS.md`. +- Fixed robots/sitemap references, stale internal blog links, duplicate legal-page H1 output, and CcooL title/description wording. +- Replaced unsupported market-superlative wording with a concrete thermal-conductivity statement. +- Removed a duplicate `id="roof"` and added `rel="noopener"` to the new CcooL PDF link opened in a new tab. + +## Verification Evidence + +- `npm run build` — **pass**, 44 static pages generated; CcooL route and sitemap index generated. +- `npx tsc --noEmit` — **pass**. +- `git diff --cached --check` — **pass**. +- Added-line security scan — no hardcoded secret pattern, shell injection, dangerous eval/exec, unsafe deserialization, or SQL-formatting pattern found. +- `astro check` — the current tree and a clean `HEAD` baseline both report the same 55 pre-existing errors; no new errors were introduced by this diff. +- Static HTML probe — 44 pages parsed; zero tag-balance issues, zero missing `alt`, zero malformed Umami attributes, zero JSON-LD parse errors; the remaining duplicate SVG ID and 11 blank-target links match baseline. +- Asset probe — all five CcooL images are 1024×768; the pricing PDF is 5-page A4, unencrypted, contains no JavaScript, and has a readable text layer. +- Independent reviewer — `passed: true`, `security_concerns: []`, `logic_errors: []`. + +## Tooling Limitations + +- `npm test` is unavailable because `package.json` has no `test` script. +- `astro check` remains non-zero because of pre-existing diagnostics; baseline comparison is clean. +- Visual layout, production HTTP status, Cloudflare rules, Search Console data, and external crawler behavior were not re-verified in this local gate. + +## Risks and Remaining Work + +1. Production unknown routes previously returned a soft 404; configure the actual server/EasyPanel routing to return HTTP 404, then verify an unknown URL externally. +2. Confirm the real production domain before the next SEO/deploy action. Do not infer it from this repository or an old audit. +3. Verify Cloudflare managed robots/AI crawler policy after deployment. +4. Publish accessible first-party datasheets/certificates/test reports for the CcooL claims that need evidence. +5. Improve image dimensions/CLS across the shared site and complete ProductGroup/AggregateOffer work only when real offer data exists. + +## Exact Next Action + +After the verified code commit is pushed, verify the remote branch tip, then update this entry and `docs/HANDOFF.md` with the exact commit SHA. Before any production deploy or domain-dependent SEO change, obtain explicit domain confirmation. diff --git a/docs/test-evidence/2026-08-30-ccool-seo.md b/docs/test-evidence/2026-08-30-ccool-seo.md new file mode 100644 index 0000000..b519039 --- /dev/null +++ b/docs/test-evidence/2026-08-30-ccool-seo.md @@ -0,0 +1,33 @@ +--- +title: CcooL SEO push verification evidence +verified: 2026-08-30 +--- +# CcooL SEO Push Verification Evidence + +## Commands and Results + +| Command/probe | Result | +|---|---| +| `npm run build` | **PASS** — 44 static pages; CcooL route and `sitemap-index.xml` generated | +| `npx tsc --noEmit` | **PASS** — exit status 0 | +| `npx astro check` vs clean `HEAD` baseline | **NO REGRESSION** — both report the same 55 pre-existing errors | +| `npm test -- --passWithNoTests` | **NOT RUNNABLE** — no `test` script exists in `package.json` | +| `git diff --cached --check` | **PASS** | +| Added-line security scan | **PASS** — no secret, shell-injection, eval/exec, unsafe-deserialization, or SQL-formatting match | +| HTML output parser | **PASS** — 44 pages, no tag-balance issue, no missing `alt`, no malformed Umami, no JSON-LD parse error | +| Baseline comparison | **PASS** — only the existing SVG duplicate ID and 11 existing blank-target links remain | +| CcooL images | **PASS** — 5 files, each 1024×768 | +| CcooL PDF | **PASS** — 5 pages, A4, readable text layer, unencrypted, no JavaScript | +| Independent reviewer | **PASS** — `passed=true`, security concerns 0, logic errors 0 | + +## Not Covered by This Local Gate + +- Visual review of layout/clipping/aesthetics +- Production deployment or external HTTP status +- Cloudflare managed robots/AI crawler configuration +- Google Search Console, PageSpeed field data, or indexing status +- Datasheet/certificate/test-report availability for product claims + +## Reproduction Notes + +Run from `/Users/kunthawat/Gitea/dealplustech-astroreal`. Build output is generated in `dist/` and is not itself the source of truth. Confirm the production domain before any domain-dependent SEO or deployment action. diff --git a/public/documents/CcooL ราคาฉนวนซีคูล 2026 Update.pdf b/public/documents/CcooL ราคาฉนวนซีคูล 2026 Update.pdf new file mode 100644 index 0000000..19245fc Binary files /dev/null and b/public/documents/CcooL ราคาฉนวนซีคูล 2026 Update.pdf differ diff --git a/public/images/ccool/ccool-application-hvac.jpg b/public/images/ccool/ccool-application-hvac.jpg new file mode 100644 index 0000000..337b510 Binary files /dev/null and b/public/images/ccool/ccool-application-hvac.jpg differ diff --git a/public/images/ccool/ccool-banner-horizontal.jpg b/public/images/ccool/ccool-banner-horizontal.jpg new file mode 100644 index 0000000..d0ed8e3 Binary files /dev/null and b/public/images/ccool/ccool-banner-horizontal.jpg differ diff --git a/public/images/ccool/ccool-brand-infographic.jpg b/public/images/ccool/ccool-brand-infographic.jpg new file mode 100644 index 0000000..f623cb7 Binary files /dev/null and b/public/images/ccool/ccool-brand-infographic.jpg differ diff --git a/public/images/ccool/ccool-features-vertical.jpg b/public/images/ccool/ccool-features-vertical.jpg new file mode 100644 index 0000000..56e7165 Binary files /dev/null and b/public/images/ccool/ccool-features-vertical.jpg differ diff --git a/public/images/ccool/ccool-roll-product.jpg b/public/images/ccool/ccool-roll-product.jpg new file mode 100644 index 0000000..4dc5c41 Binary files /dev/null and b/public/images/ccool/ccool-roll-product.jpg differ diff --git a/public/robots.txt b/public/robots.txt index eeea18f..dad87f8 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,5 @@ # robots.txt — ดีล พลัส เทค -# https://dealplustech.com +# https://dealplustech.co.th User-agent: * Allow: / @@ -35,7 +35,7 @@ User-agent: MJ12bot Disallow: / # Host (Yandex/Bing-style, also helps some other crawlers) -Host: https://dealplustech.com +Host: https://dealplustech.co.th # Sitemap -Sitemap: https://dealplustech.com/sitemap.xml +Sitemap: https://dealplustech.co.th/sitemap-index.xml diff --git a/src/content/blog/thermobreak-guide.md b/src/content/blog/thermobreak-guide.md index b252e59..56171f2 100644 --- a/src/content/blog/thermobreak-guide.md +++ b/src/content/blog/thermobreak-guide.md @@ -615,6 +615,6 @@ Armaflex ใช้งานได้ดีในระดับมาตรฐ ## บทความที่เกี่ยวข้อง -- [เลือกกริลแอร์ ABS vs อลูมิเนียม — ต่างกันยังไง](/บทความ/grilles-guide) — สำหรับงาน HVAC ระบบลม -- [PPR vs HDPE vs UPVC — เลือกแบบไหนให้เหมาะกับงาน](/บทความ/pipe-comparison) — เปรียบเทียบท่อ 3 ชนิด +- [เลือกกริลแอร์ ABS vs อลูมิเนียม — ต่างกันยังไง](/บทความ/plastic-grilles-guide) — สำหรับงาน HVAC ระบบลม +- [PPR vs HDPE vs UPVC — เลือกแบบไหนให้เหมาะกับงาน](/บทความ/ppr-vs-hdpe-vs-upvc) — เปรียบเทียบท่อ 3 ชนิด - [ดูสินค้าฉนวนทั้งหมด](/all-products#insulation) — Armaflex, Aerocel, Thermobreak ครบทุกรุ่น diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 720aa02..c642d3e 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -141,6 +141,7 @@ const categories = [ { name: 'Armaflex', slug: '/armflex' }, { name: 'Aeroflex', slug: '/aeroflex' }, { name: 'Maxflex', slug: '/maxflex' }, + { name: 'CcooL ฉนวนซีคูล', slug: '/ฉนวนหุ้มท่อ-ccool' }, { name: 'Thermobreak', slug: '/เทอร์โมเบรค-thermobreak' }, { name: 'ROCKWOOL', slug: '/rockwool' }, { name: 'MICROFIBER', slug: '/microfiber' }, diff --git a/src/pages/404.astro b/src/pages/404.astro index 8740331..b71cd98 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -38,6 +38,7 @@ const popularLinks = [
@@ -47,6 +48,7 @@ const popularLinks = [ @@ -76,7 +78,7 @@ const popularLinks = [

ต้องการความช่วยเหลือ? - ติดต่อเรา + ติดต่อเรา หรือโทร 090-555-1415

diff --git a/src/pages/about-us.astro b/src/pages/about-us.astro index f2a7651..77185f9 100644 --- a/src/pages/about-us.astro +++ b/src/pages/about-us.astro @@ -176,8 +176,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

ต้องการสินค้าคุณภาพ ราคาโรงงาน?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

- ติดต่อเรา - แอดไลน์ + ติดต่อเรา + แอดไลน์
diff --git a/src/pages/aeroflex.astro b/src/pages/aeroflex.astro index 1b09a48..b9fefad 100644 --- a/src/pages/aeroflex.astro +++ b/src/pages/aeroflex.astro @@ -63,17 +63,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + 090-555-1415 -

JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล + สอบถามราคาและสั่งซื้อ: ติดต่อเราได้ที่ Line: JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล

@@ -246,7 +246,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
@@ -316,8 +316,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/all-products.astro b/src/pages/all-products.astro index 7bf2fab..4357e86 100644 --- a/src/pages/all-products.astro +++ b/src/pages/all-products.astro @@ -35,6 +35,7 @@ const products = [ { name: "Armaflex", href: "/armflex", image: "/images/armflex/armaflex-sheet-roll.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "Aeroflex", href: "/aeroflex", image: "/images/aeroflex/aerocel-d-al-real.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "Maxflex", href: "/maxflex", image: "/images/maxflex/maxflex-fsk-foil.jpg", category: "ฉนวนหุ้มท่อ" }, + { name: "CcooL ฉนวนซีคูล", href: "/ฉนวนหุ้มท่อ-ccool", image: "/images/ccool/ccool-application-hvac.jpg", category: "ฉนวนหุ้มท่อ" }, { name: "Thermobreak", href: "/เทอร์โมเบรค-thermobreak", image: "/images/thermobreak/thermobreak-main.jpg", category: "ฉนวนหุ้มท่อ" }, // ระบบรั้ว (2 items) @@ -105,6 +106,7 @@ const categoryIdMap = Object.fromEntries(categories.map(c => [c.name, c.id])); {products.map(product => ( @@ -132,8 +134,8 @@ const categoryIdMap = Object.fromEntries(categories.map(c => [c.name, c.id]));

ต้องการสินค้าคุณภาพ ราคาโรงงาน?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

- ติดต่อเรา - แอดไลน์ + ติดต่อเรา + แอดไลน์
diff --git a/src/pages/armflex.astro b/src/pages/armflex.astro index 7ebc710..23b8120 100644 --- a/src/pages/armflex.astro +++ b/src/pages/armflex.astro @@ -76,17 +76,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + 090-555-1415 -

JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล + สอบถามราคาและสั่งซื้อ: ติดต่อเราได้ที่ Line: JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล

@@ -274,7 +274,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
@@ -320,8 +320,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/contact-us.astro b/src/pages/contact-us.astro index a59706b..d743f62 100644 --- a/src/pages/contact-us.astro +++ b/src/pages/contact-us.astro @@ -48,7 +48,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/index.astro b/src/pages/index.astro index 7a2c591..98d9e2e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -75,6 +75,7 @@ const articles = (await getCollection('blog')).sort(
@@ -86,6 +87,7 @@ const articles = (await getCollection('blog')).sort( @@ -200,7 +202,7 @@ const articles = (await getCollection('blog')).sort(
- +
- +
- +
ดูสินค้าทั้งหมด @@ -317,7 +320,7 @@ const articles = (await getCollection('blog')).sort(
- + ระบบท่อ
@@ -331,7 +334,7 @@ const articles = (await getCollection('blog')).sort( - + เครื่องเชื่อมท่อ
@@ -345,7 +348,7 @@ const articles = (await getCollection('blog')).sort( - + ระบบน้ำ
@@ -359,7 +362,7 @@ const articles = (await getCollection('blog')).sort( - + อุปกรณ์ปรับอากาศ
@@ -373,7 +376,7 @@ const articles = (await getCollection('blog')).sort( - + อุปกรณ์ดับเพลิง
@@ -387,7 +390,7 @@ const articles = (await getCollection('blog')).sort( - + ฉนวนหุ้มท่อ
@@ -401,7 +404,7 @@ const articles = (await getCollection('blog')).sort( - + ระบบรั้ว
-
+
{article.data.featured_image ? ( {article.data.title} @@ -512,7 +515,7 @@ const articles = (await getCollection('blog')).sort(
- + ดูบทความทั้งหมด @@ -538,6 +541,7 @@ const articles = (await getCollection('blog')).sort(
- + แชท Line - + 090-555-1415 -

JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล + สอบถามราคาและสั่งซื้อ: ติดต่อเราได้ที่ Line: JPPSELECTION หรือโทร 090-555-1415 ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล

@@ -245,7 +245,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
@@ -300,8 +300,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/microfiber.astro b/src/pages/microfiber.astro index 6ef4b7e..2702a69 100644 --- a/src/pages/microfiber.astro +++ b/src/pages/microfiber.astro @@ -36,11 +36,11 @@ const description = "MICROFIBER ผู้ผลิตฉนวนใยแก้ MICROFIBER ผู้ผลิตฉนวนใยแก้ว (Glass Wool) ชั้นนำของไทย ผลิตภัณฑ์คุณภาพสูง มาตรฐานสากล สำหรับงานหลังคา งานระบบปรับอากาศ และงานอุตสาหกรรม ราคาคุ้มค่า ส่งฟรี

@@ -312,8 +312,8 @@ const description = "MICROFIBER ผู้ผลิตฉนวนใยแก้

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/pipe-coupling.astro b/src/pages/pipe-coupling.astro index 3ce64f6..f6eb09e 100644 --- a/src/pages/pipe-coupling.astro +++ b/src/pages/pipe-coupling.astro @@ -41,11 +41,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro'; แคลมป์รัดท่อ RNT SMART CLAMP จากผู้ผลิตไทย ไม่ต้องเชื่อม ใช้ได้ทุกสภาพผิว ติดตั้งง่าย รวดเร็ว ทนแรงดันสูง เหมาะกับการซ่อมท่อรั่ว ต่อท่อ และงานอุตสาหกรรมทุกประเภท

diff --git a/src/pages/portfolio.astro b/src/pages/portfolio.astro index 79ca796..589750c 100644 --- a/src/pages/portfolio.astro +++ b/src/pages/portfolio.astro @@ -168,8 +168,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

ต้องการให้เราดูแลโครงการของคุณ?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/privacy-policy.astro b/src/pages/privacy-policy.astro index 69bc257..599a447 100644 --- a/src/pages/privacy-policy.astro +++ b/src/pages/privacy-policy.astro @@ -2,9 +2,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro'; import { marked } from 'marked'; -const privacyContent = `# นโยบายความเป็นส่วนตัว - -**บริษัท ดีล พลัส เทค จำกัด** ("บริษัทฯ") ให้ความสำคัญกับการคุ้มครองข้อมูลส่วนบุคคลของท่าน จึงได้จัดทำนโยบายความเป็นส่วนตัวฉบับนี้ขึ้นเพื่อชี้แจงเกี่ยวกับการเก็บรวบรวม ใช้ หรือเปิดเผยข้อมูลส่วนบุคคล รวมถึงสิทธิต่างๆ ของท่านตามพระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 +const privacyContent = `**บริษัท ดีล พลัส เทค จำกัด** ("บริษัทฯ") ให้ความสำคัญกับการคุ้มครองข้อมูลส่วนบุคคลของท่าน จึงได้จัดทำนโยบายความเป็นส่วนตัวฉบับนี้ขึ้นเพื่อชี้แจงเกี่ยวกับการเก็บรวบรวม ใช้ หรือเปิดเผยข้อมูลส่วนบุคคล รวมถึงสิทธิต่างๆ ของท่านตามพระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 ## 1. ข้อมูลส่วนบุคคลที่เราเก็บรวบรวม diff --git a/src/pages/realflex.astro b/src/pages/realflex.astro index d94c702..f38c936 100644 --- a/src/pages/realflex.astro +++ b/src/pages/realflex.astro @@ -68,11 +68,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/rockwool.astro b/src/pages/rockwool.astro index 6dc9823..03aa5ee 100644 --- a/src/pages/rockwool.astro +++ b/src/pages/rockwool.astro @@ -36,11 +36,11 @@ const description = "ROCKWOOL ฉนวนใยหินคุณภาพส ROCKWOOL ฉนวนใยหินคุณภาพสูงจากประเทศเดนมาร์ก ผู้นำด้านนวัตกรรมฉนวนใยหิน (Stone Wool) ครบวงจร ทนไฟสูงสุด 1,000°C เหมาะสำหรับงานระบบปรับอากาศ งานอุตสาหกรรม งานหลังคา งานกันไฟและกันเสียง

@@ -280,8 +280,8 @@ const description = "ROCKWOOL ฉนวนใยหินคุณภาพส

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/scg.astro b/src/pages/scg.astro index cc452f8..630cb8a 100644 --- a/src/pages/scg.astro +++ b/src/pages/scg.astro @@ -36,11 +36,11 @@ const description = "ฉนวนกันความร้อน SCG จาก ฉนวนกันความร้อน SCG จากเครือซิเมนต์ไทย ผลิตภัณฑ์คุณภาพสูง มาตรฐานระดับโลกสำหรับงานอาคาร งานหลังคา และงานอุตสาหกรรมครบวงจร

diff --git a/src/pages/terms-and-conditions.astro b/src/pages/terms-and-conditions.astro index e01a8e2..7137c01 100644 --- a/src/pages/terms-and-conditions.astro +++ b/src/pages/terms-and-conditions.astro @@ -2,9 +2,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro'; import { marked } from 'marked'; -const termsContent = `# ข้อกำหนดการใช้งาน - -**ชื่อเว็บไซต์:** ดีล พลัส เทค +const termsContent = `**ชื่อเว็บไซต์:** ดีล พลัส เทค **เว็บไซต์:** https://dealplustech.co.th **มีผลบังคับใช้วันที่:** 6 พฤษภาคม 2569 **แก้ไขล่าสุด:** 6 พฤษภาคม 2569 diff --git a/src/pages/water-pump.astro b/src/pages/water-pump.astro index 76711fc..7b19c7b 100644 --- a/src/pages/water-pump.astro +++ b/src/pages/water-pump.astro @@ -68,11 +68,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/water-treatment.astro b/src/pages/water-treatment.astro index 24d6825..d6e8949 100644 --- a/src/pages/water-treatment.astro +++ b/src/pages/water-treatment.astro @@ -68,11 +68,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/ฉนวนหุ้มท่อ-ccool.astro b/src/pages/ฉนวนหุ้มท่อ-ccool.astro new file mode 100644 index 0000000..d8fe512 --- /dev/null +++ b/src/pages/ฉนวนหุ้มท่อ-ccool.astro @@ -0,0 +1,589 @@ +--- +import BaseLayout from '@/layouts/BaseLayout.astro'; +--- + + +
+ +
+
+
+
+
+
+ + + + + + + + + + + + +
+
+
+
+ ฉนวนหุ้มท่อ +

CcooL ฉนวนซีคูล

+

+ ฉนวนอลูมิเนียมฟอยล์แบบแผ่น CcooL ช่วยป้องกันความร้อนและสะท้อนรังสี UV ได้อย่างมีประสิทธิภาพ ผลิตจากอลูมิเนียมฟอยล์คุณภาพสูงหนา 32 ไมครอน เสริมด้วยโฟมเซลล์ปิด PE Cross-linked (XPE) ด้วยค่าการนำความร้อนต่ำเพียง 0.024 W/mK เหมาะกับหลังคา ผนัง บ้าน อาคาร โรงงาน และรถยนต์ ลดอุณหภูมิภายใน เพิ่มความเย็น และประหยัดพลังงานได้จริง ยืดอายุการใช้งานยาวนานกว่า 20 ปี +

+
+
+ + สะท้อนความร้อน/UV 95% +
+
+ + เซลล์ปิด 100% กันน้ำ +
+
+ + K-value 0.024 W/mK +
+
+ + ติดตั้งง่าย น้ำหนักเบา +
+
+ + ใช้ได้ทั้งในและนอกอาคาร +
+
+ + กันไอน้ำ ลดเสียง +
+
+ +
+
+
+ CcooL ฉนวนหุ้มท่อ XPE เคลือบอลูมิเนียมฟอยล์ +
+
+
+
+
+ + +
+
+
+

ทำไมต้องเลือกฉนวน CcooL?

+

จุดเด่นเชิงเทคนิคที่สถาปนิก ผู้รับเหมา และเจ้าของโครงการวางใจได้

+
+
+ +
+ +
+

อลูมิเนียมฟอยล์สะท้อนความร้อน/UV 95%

+

ฟอยล์คุณภาพสูงหนา 32 ไมครอน สะท้อนความร้อนและรังสี UV ได้มากถึง 95%

+
+
+ +
+ +
+

โฟมเซลล์ปิด PE/XPE ทนทาน

+

เจาะโครงสร้าง cell ปิด 100% กันน้ำและไอน้ำ ไม่ยุบตัว เสียรูปยาก

+
+
+ +
+ +
+

ลดอุณหภูมิ ประหยัดพลังงานจริง

+

K-value ต่ำเพียง 0.024 W/mK ช่วยลดความร้อนและค่าไฟในบ้าน/อาคารอย่างเห็นผล

+
+
+ +
+ +
+

ติดตั้งง่าย น้ำหนักเบา

+

ตัดได้ด้วยคัตเตอร์ทั่วไป ยึดติดง่ายด้วยสกรู/แหวนรอง พร้อมตัวเลือกแบบมีกาว

+
+
+ +
+ +
+

กันไอน้ำ ความชื้น และลดเสียง

+

ช่วยกันไอน้ำ ความชื้น และลดเสียงรบกวนในระดับหนึ่ง ให้บรรยากาศเงียบ สบาย

+
+
+ +
+ +
+

ปลอดภัย ใช้ได้ใน-นอกอาคาร

+

มาตรฐานไฟ Class 0 ใช้ได้ทั้งหลังคา ผนัง บ้าน อาคาร โรงงาน และรถยนต์

+
+
+
+
+
+ + +
+
+
+

รายละเอียดสินค้า CcooL

+
+

+ CcooL (ฉนวนซีคูล) ฉนวนโฟมโพลีเอทิลีนเซลล์ปิด 100% (Cross-linked Foam Polyethylene / XPE) เคลือบอลูมิเนียมฟอยล์หนา 32 ไมครอน ลดการถ่ายเทความร้อนได้อย่างมีประสิทธิภาพ ป้องกันการเกิดหยดน้ำ ใช้งานได้ทั้งภายในและภายนอกอาคาร เหมาะกับงานระบบปรับอากาศ (HVAC) ท่อน้ำเย็น ท่อน้ำยาแอร์ และงานสถาปัตยกรรม +

+ +
+
+

คุณสมบัติเด่น

+
    +
  • + + ฟอยล์สะท้อน UV/ความร้อน 95% — ฟอยล์หนา 32 ไมครอน +
  • +
  • + + โฟม PE/XPE เซลล์ปิด 100% — กันน้ำ กันไอน้ำ +
  • +
  • + + K-value 0.024 W/mK — ประหยัดพลังงานสูงสุด +
  • +
  • + + ติดตั้งง่าย น้ำหนักเบา — ตัดด้วยคัตเตอร์ ไม่มีฝุ่นใยแก้ว +
  • +
  • + + กันเสียง ลดความชื้น — บรรยากาศเงียบ สบาย +
  • +
  • + + มาตรฐานไฟ Class 0 — ใช้ได้ทั้งใน-นอกอาคาร +
  • +
+
+ +
+

ข้อมูลจำเพาะ

+
    +
  • + โครงสร้างวัสดุ: + โฟม PE Cross-linked / XPE เซลล์ปิด +
  • +
  • + ผิวเคลือบ: + อลูมิเนียมฟอยล์ 32 ไมครอน +
  • +
  • + K-Value: + 0.024 W/m.K +
  • +
  • + อุณหภูมิใช้งาน: + -95°C ถึง 105°C +
  • +
  • + ความหนาแน่น: + 32.85 kg/m³ +
  • +
  • + ความหนา: + 5 – 50 mm +
  • +
+
+
+
+
+
+
+ + +
+ +
+ + +
+
+
+

ฉนวนแผ่นมาตรฐาน (CcooL Sheet Insulation)

+

ฉนวนแบบแผ่นสำหรับหุ้มท่อลมขนาดใหญ่ (ตั้งแต่ 8 นิ้วขึ้นไป) และงานพื้น/ผนัง/หลังคา

+
+
+ + + + + + + + + + + + + + + + + + + + + +
รหัสสินค้า (AXPE-S มีกาว)ความหนาขนาด กว้าง x ยาวพื้นที่/ม้วน
C Cool - AXS55 mm1.2 x 25 m30 m²
C Cool - AXS1010 mm1.2 x 25 m30 m²
C Cool - AXS1515 mm1.2 x 25 m30 m²
C Cool - AXS2020 mm1.2 x 25 m30 m²
C Cool - AXS2525 mm1.2 x 25 m30 m²
C Cool - AXS3030 mm1.2 x 15 m18 m²
C Cool - AXS3535 mm1.2 x 2.5 m3 m²
C Cool - AXS4040 mm1.2 x 2.5 m3 m²
C Cool - AXS4545 mm1.2 x 2.5 m3 m²
C Cool - AXS5050 mm1.2 x 2.5 m3 m²
+
+

รุ่น AXPE (ไม่มีกาว) มีรหัสสินค้าตั้งแต่ C Cool - AX5 ถึง AX50

+
+
+ + +
+
+
+

ฉนวนท่อสำเร็จรูป (CcooL Tube Insulation)

+

หุ้มท่อน้ำเย็น (Chilled Water) ท่อน้ำยา ท่อน้ำทิ้ง ป้องกันการเกิดหยดน้ำบนท่อ

+
+
+
+

ท่อเหล็ก (IPS)

+

ขนาด 1/4" ถึง 10"
ความหนา 10–50 mm

+
+
+

ท่อทองแดง (CP)

+

ขนาด 1/4" ถึง 6-3/8"
ความหนา 10–50 mm

+
+
+

ท่อ PPR

+

ขนาด 1/2" ถึง 10"
ความหนา 10–50 mm

+
+
+

ท่อ PVC

+

ขนาด 3/8" ถึง 10"
ความหนา 10–50 mm

+
+
+

ท่อสไปรัล

+

ขนาด 4" ถึง 16"
ความหนา 10–30 mm

+
+
+
+
+ + +
+
+
+
+

ฉนวนทนความร้อน งานสถาปัตย์

+
    +
  • หลังคา:ติดตั้งใต้แผ่นหลังคาเมทัลชีท/กระเบื้อง ยึดด้วยสกรู+แหวนรอง ช่วยกันความร้อนแผ่เข้าอาคาร
  • +
  • ผนัง:ฉนวนกันความร้อน ควบคุมเสียงสะท้อนระหว่างห้อง
  • +
  • พื้น:ติดตั้งบนพื้นคอนกรีตด้วยพินยึดฉนวน (C Cool Pin) กันความชื้น ควบคุมอุณหภูมิ
  • +
+
+
+

กาวและอุปกรณ์ติดตั้ง

+
    +
  • กาวยาง M-88:แรงยึดติดส่วนโค้งสูง ทนความร้อน เหมาะสำหรับช่างมืออาชีพ
  • +
  • เทปเชื่อมรอยต่อ:C-Fix, Fiber-Tape, AXPE-Tape, Alu-Tape ติดตั้งเรียบร้อย ไร้รอยรั่วซึมความร้อน
  • +
+
+
+
+
+ + +
+
+
+

มาตรฐานความหนาที่แนะนำ (ว.ส.ท.)

+

ความหนาฉนวนขั้นต่ำเพื่อป้องกันการกลั่นตัวเป็นหยดน้ำ ในสภาวะอากาศร้อนชื้นของไทย (35°C, RH 75%) ตามมาตรฐานวิศวกรรมสถานแห่งประเทศไทยฯ

+
+
+ +
+

ท่อน้ำเย็น (Chilled Water)

+
    +
  • ท่อ ≤ 2½"≥ 1" (25 mm)
  • +
  • ท่อ 3" – 6"≥ 1½" (40 mm)
  • +
  • ท่อ ≥ 8"≥ 2" (50 mm)
  • +
+
+ +
+

ท่อน้ำยาแอร์ (Refrigerant)

+
    +
  • ท่อ ≤ 2⅞"≥ ¾" (20 mm)
  • +
  • ใช้งานภายนอกอาคาร≥ 1" (25 mm)
  • +
+
+ +
+

ท่อน้ำทิ้งแอร์ (Condensate)

+
    +
  • ท่อ ≤ 2½"≥ ½" (15 mm)
  • +
  • ท่อ 3" – 6"≥ ¾" (20 mm)
  • +
  • ท่อ ≥ 8"≥ 1" (25 mm)
  • +
+
+
+
+
+ + +
+
+
+

ข้อมูลทางเทคนิค (Technical Specifications)

+

สำหรับวิศวกรใช้ประกอบการตัดสินใจเลือกใช้ฉนวน CcooL

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
คุณสมบัติข้อมูลจำเพาะวิธีการทดสอบ
โครงสร้างวัสดุโครงสร้างเซลล์ปิด, ยืดหยุ่นได้ดีISO 9001:2015
ความหนาแน่น32.85 kg/m³ASTM D1667-17
ค่าการนำความร้อน (K-Value)0.024 W/m.KMTEC ISO 22007-2, ASTM C177/C518
ความหนาอลูมิเนียมฟอยล์32 ไมครอนSGS, KSM ISO 17555, ASTM D-374
การต้านทานแบคทีเรียZero GrowthASTM G21
การดูดซึมน้ำเพิ่มขึ้น % < 0.90ASTM D570-98, D1056, JIS K6767
การซึมผ่านของไอน้ำ< 0.10ASTM E96
ความต้านทานไอน้ำ≥ 15,000ASTM E96
ความทนทานต่อโอโซนดีมากASTM D1171
ความทนทานต่อสารเคมีไม่เปลี่ยนแปลง ต่อกรดเกลือ/ซัลฟิวริก/ด่าง/เกลือASTM D1308-02
ความหนาแน่นของควันเกิดควันน้อยมาก (VOF₄ = 116)BS EN ISO 5659-2:2017
ความเป็นพิษของควันต่ำเป็นพิเศษ (CIT_g 240s = 0.02, 480s = 0.01)BS EN 45545-2:2020, ISO 5659-2
ดัชนีลามไฟ / ควัน25 / 50ASTM E84
ความสามารถในการติดไฟBS 476 Class 0 CertifiedTUV SUD PSB (Singapore)
ช่วงอุณหภูมิใช้งาน-95°C ถึง 105°C-
ความต้านทานแรงดึง/ฉีกขาดTensile 34.6 N/cm², Tear 20.6 N/cmJIS K6767-1976
การควบคุมความเงียบ (STC)ระดับดีASTM E2611-09
การจำกัดสารอันตรายRoHS Certified (< 0.1% โดยน้ำหนัก)NSC-TISI-TIS 107025
+
+
+
+ + +
+
+
+

มาตรฐานและการยอมรับระดับสากล

+

ฉนวน CcooL ผ่านการรับรองจากสถาบันชั้นนำระดับโลก

+
+
+
+
+ TÜV +
+

TUV SUD PSB (Singapore)

+

BS 476 Class 0

+
+
+
+ ISO +
+

ISO 9001:2015

+

ระบบบริหารงานคุณภาพ

+
+
+
+ MiT +
+

Made in Thailand

+

MiT6603000631

+
+
+
+ MTEC +
+

MTEC (สวทช.)

+

รับรองค่าทางฟิสิกส์

+
+
+
+ RoHS +
+

SGS / UL / ASTM / JIS

+

ทดสอบตามระเบียบสากล

+
+
+
+
+ + +
+
+
+

แกลอรี่ภาพสินค้า

+

ภาพสินค้า CcooL — โครงสร้างชั้นฟอยล์และตัวอย่างการใช้งาน

+
+ +
+
+ + +
+ +
+ + +
+
+
+

ปรึกษาวิศวกรและขอใบเสนอราคาฟรี

+

ทีมวิศวกรของเราช่วยแนะนำความหนาและสเปกฉนวน CcooL ที่เหมาะกับโครงการของคุณ

+
+ +
+
+ + +
+
+

สนใจฉนวน CcooL นี้?

+

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION รับราคาโรงงาน ส่งฟรี กทม. และปริมณฑล

+ +
+
+
+
diff --git a/src/pages/ตู้ดับเพลิง.astro b/src/pages/ตู้ดับเพลิง.astro index 5b767ab..1893ad9 100644 --- a/src/pages/ตู้ดับเพลิง.astro +++ b/src/pages/ตู้ดับเพลิง.astro @@ -83,11 +83,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/ท่อ-hdpe.astro b/src/pages/ท่อ-hdpe.astro index 7bacf1f..8af0f74 100644 --- a/src/pages/ท่อ-hdpe.astro +++ b/src/pages/ท่อ-hdpe.astro @@ -71,19 +71,19 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/ท่อ-upvc.astro b/src/pages/ท่อ-upvc.astro index d1b01d6..9ff7896 100644 --- a/src/pages/ท่อ-upvc.astro +++ b/src/pages/ท่อ-upvc.astro @@ -92,13 +92,13 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + @@ -258,8 +258,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/ท่อ-xy-lent.astro b/src/pages/ท่อ-xy-lent.astro index 4d73c3e..77b18b9 100644 --- a/src/pages/ท่อ-xy-lent.astro +++ b/src/pages/ท่อ-xy-lent.astro @@ -44,17 +44,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

- + แชท Line - + 090-555-1415 -
diff --git a/src/pages/ระบบน้ำ.astro b/src/pages/ระบบน้ำ.astro index 4d20dbc..08af236 100644 --- a/src/pages/ระบบน้ำ.astro +++ b/src/pages/ระบบน้ำ.astro @@ -45,13 +45,13 @@ import BaseLayout from '@/layouts/BaseLayout.astro'; ระบบน้ำครบวงจร วาล์ว ปั๊มน้ำ ระบบกรองน้ำ คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร ปริมณฑล

- + แชท Line - + @@ -192,13 +192,13 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้าของเรา?

ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

diff --git a/src/pages/ระบบรั้วไวน์แมน.astro b/src/pages/ระบบรั้วไวน์แมน.astro index 22b0872..6d9c941 100644 --- a/src/pages/ระบบรั้วไวน์แมน.astro +++ b/src/pages/ระบบรั้วไวน์แมน.astro @@ -69,11 +69,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/รั้วเทวดา.astro b/src/pages/รั้วเทวดา.astro index 0d47fb4..b17bc62 100644 --- a/src/pages/รั้วเทวดา.astro +++ b/src/pages/รั้วเทวดา.astro @@ -61,11 +61,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

diff --git a/src/pages/วาล์ว-valve.astro b/src/pages/วาล์ว-valve.astro index de75cb3..a8d1022 100644 --- a/src/pages/วาล์ว-valve.astro +++ b/src/pages/วาล์ว-valve.astro @@ -75,11 +75,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + @@ -231,8 +231,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/หัวจ่าย-ball-jet.astro b/src/pages/หัวจ่าย-ball-jet.astro index 36be2ba..df52fb9 100644 --- a/src/pages/หัวจ่าย-ball-jet.astro +++ b/src/pages/หัวจ่าย-ball-jet.astro @@ -88,11 +88,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + @@ -241,8 +241,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/เครื่องเชื่อม-hdpe.astro b/src/pages/เครื่องเชื่อม-hdpe.astro index 4f1163e..9ec385e 100644 --- a/src/pages/เครื่องเชื่อม-hdpe.astro +++ b/src/pages/เครื่องเชื่อม-hdpe.astro @@ -74,17 +74,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + 090-555-1415 -
+
Price List HDPE
@@ -263,8 +263,8 @@ import BaseLayout from '@/layouts/BaseLayout.astro';

สนใจสินค้านี้?

ติดต่อเราวันนี้ 090-555-1415 หรือแอดไลน์ ID:JPPSELECTION

diff --git a/src/pages/เครื่องเชื่อม-ppr.astro b/src/pages/เครื่องเชื่อม-ppr.astro index 23e83ee..4810d6f 100644 --- a/src/pages/เครื่องเชื่อม-ppr.astro +++ b/src/pages/เครื่องเชื่อม-ppr.astro @@ -80,11 +80,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
diff --git a/src/pages/เทอร์โมเบรค-thermobreak.astro b/src/pages/เทอร์โมเบรค-thermobreak.astro index 9c8ae3e..531623a 100644 --- a/src/pages/เทอร์โมเบรค-thermobreak.astro +++ b/src/pages/เทอร์โมเบรค-thermobreak.astro @@ -69,17 +69,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + 090-555-1415 -
diff --git a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง.astro b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง.astro index dc218de..2a8eb47 100644 --- a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง.astro +++ b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง.astro @@ -75,17 +75,17 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
- + แชท Line - + 090-555-1415 -