From 53188d622b50070d56ad13582700f43641d5b332 Mon Sep 17 00:00:00 2001 From: OpenCode Agent Date: Sun, 5 Apr 2026 20:04:09 +0700 Subject: [PATCH] Phase 8: Grilles page updates (C1-C6) --- README.md | 4 +- src/components/common/Footer.astro | 4 +- src/layouts/BaseLayout.astro | 4 +- src/pages/about-us/index.astro | 2 +- src/pages/all-products/index.astro | 2 +- src/pages/contact-us/index.astro | 21 +- src/pages/dukelarrsen/index.astro | 207 +++++++------- src/pages/durgo-avvs/index.astro | 6 +- src/pages/grilles/index.astro | 252 +++++++----------- src/pages/groove-coupling/index.astro | 4 +- src/pages/index.astro | 2 +- src/pages/pipe-coupling/index.astro | 6 +- src/pages/pp-r-pp-rct-poloplast/index.astro | 6 +- src/pages/realflex/index.astro | 8 +- src/pages/water-pump/index.astro | 6 +- src/pages/water-treatment/index.astro | 8 +- src/pages/ฉนวนหุ้มท่อ-category/index.astro | 4 +- .../ฉนวนหุ้มท่อ-pipe-insulation/index.astro | 6 +- src/pages/ท่อ-ppr-thai-ppr/index.astro | 6 +- src/pages/ท่อ-upvc/index.astro | 6 +- src/pages/ท่อhdpe/index.astro | 6 +- src/pages/ท่อพีพีอาร์/index.astro | 4 +- src/pages/ท่อพีพีอาร์ตราช้าง/index.astro | 6 +- src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro | 4 +- src/pages/ท่อและข้อต่อpvc/index.astro | 6 +- src/pages/ท่อไซเลอร์/index.astro | 4 +- src/pages/ระบบน้ำ/index.astro | 4 +- src/pages/ระบบรั้ว/index.astro | 6 +- src/pages/ระบบรั้วไวน์แมน-vineman-2/index.astro | 6 +- src/pages/รั้วเทวดา/index.astro | 6 +- src/pages/วาล์ว-valve/index.astro | 6 +- src/pages/หัวจ่ายแอร์-ball-jet/index.astro | 4 +- src/pages/อุปกรณ์ดับเพลิง-category/index.astro | 4 +- src/pages/อุปกรณ์ดับเพลิง/index.astro | 6 +- src/pages/อุปกรณ์ปรับอากาศ/index.astro | 4 +- src/pages/เครื่องเชื่อม-hdpe/index.astro | 4 +- .../index.astro | 4 +- src/pages/เครื่องเชื่อมท่อพีพีอา/index.astro | 4 +- src/pages/เทอร์โมเบรค-thermobreak/index.astro | 4 +- src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro | 4 +- update_pages.py | 4 +- 41 files changed, 310 insertions(+), 354 deletions(-) diff --git a/README.md b/README.md index 88f75ef..be59b53 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,8 @@ Edit product pages in `src/pages/[url]/index.astro` **Deal Plus Tech** - Phone: 090-555-1415 -- Line: @dealplustech -- Email: info@dealplustech.co.th +- Line: @JPPSELECTION +- Email: info@JPPSELECTION.co.th ## 📄 License diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 38d2a89..f8769f4 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -25,7 +25,7 @@ const mainCategories = [ - + @@ -65,7 +65,7 @@ const mainCategories = [ - 9/69 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กรุงเทพมหานคร 10160 + 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กรุงเทพมหานคร 10160 diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index d3e5e2a..006d934 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -54,7 +54,7 @@ const siteUrl = 'https://dealplustech.co.th'; "description": "ผู้เชี่ยวชาญระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE รั้วตาข่าย คุณภาพสูง ราคาถูก", "address": { "@type": "PostalAddress", - "streetAddress": "9/69 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค", + "streetAddress": "9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค", "addressLocality": "กรุงเทพมหานคร", "postalCode": "10160", "addressCountry": "TH" @@ -92,7 +92,7 @@ const siteUrl = 'https://dealplustech.co.th'; "priceRange": "฿฿", "address": { "@type": "PostalAddress", - "streetAddress": "9/69 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค", + "streetAddress": "9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค", "addressLocality": "กรุงเทพมหานคร", "postalCode": "10160", "addressCountry": "TH" diff --git a/src/pages/about-us/index.astro b/src/pages/about-us/index.astro index 7b1b23b..4536b07 100644 --- a/src/pages/about-us/index.astro +++ b/src/pages/about-us/index.astro @@ -131,7 +131,7 @@ import Footer from '@/components/common/Footer.astro'; โทร 090-555-1415 - + แชท diff --git a/src/pages/all-products/index.astro b/src/pages/all-products/index.astro index 01214e4..6f87389 100644 --- a/src/pages/all-products/index.astro +++ b/src/pages/all-products/index.astro @@ -158,7 +158,7 @@ const productCategories = [ ติดต่อเราเพื่อรับคำแนะนำและราคาพิเศษ

- + แชท diff --git a/src/pages/contact-us/index.astro b/src/pages/contact-us/index.astro index 14f7b38..1791d79 100644 --- a/src/pages/contact-us/index.astro +++ b/src/pages/contact-us/index.astro @@ -77,10 +77,10 @@ import Footer from '@/components/common/Footer.astro';

ช่องทางติดต่อ

-
+
-
+
@@ -92,19 +92,26 @@ import Footer from '@/components/common/Footer.astro';
-
+

ไลน์

- @dealplustech -

แชทได้ตลอด 24 ชม.

+ @JPPSELECTION +

แชทได้ตลอด 24 ชม.

+ Line QR Code
-
+
@@ -128,7 +135,7 @@ import Footer from '@/components/common/Footer.astro';

ที่อยู่

-

9/69 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กรุงเทพมหานคร 10160

+

9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กรุงเทพมหานคร 10160

diff --git a/src/pages/dukelarrsen/index.astro b/src/pages/dukelarrsen/index.astro index faf7569..d7f5e3a 100644 --- a/src/pages/dukelarrsen/index.astro +++ b/src/pages/dukelarrsen/index.astro @@ -8,8 +8,8 @@ import Footer from '@/components/common/Footer.astro'; { "@context": "https://schema.org", "@type": "Product", - "name": "DUKELARRSEN กรู๊ฟท่อ และข้อต่อกรู๊ฟ", - "description": "DUKELARRSEN Grooved Coupling and Fitting กรู๊ฟท่อคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", + "name": "DUKELARRSEN Grooved Coupling สำหรับระบบดับเพลิง", + "description": "DUKELARRSEN Grooved Coupling ระบบดับเพลิง ไม่ต้องเชื่อม ไม่เกิดประกายไฟ ติดตั้งง่าย ประหยัด 20-40% มาตรฐาน UL/FM", "image": "https://dealplustech.co.th/images/dukelarrsen/dukelarrsen-43.jpg", "offers": { "@type": "Offer", @@ -20,7 +20,7 @@ import Footer from '@/components/common/Footer.astro'; } - +
@@ -36,11 +36,11 @@ import Footer from '@/components/common/Footer.astro';
- ข้อต่อกรู๊ฟ + ระบบดับเพลิง -

DUKELARRSEN กรู๊ฟท่อและข้อต่อกรู๊ฟ

+

DUKELARRSEN Grooved Coupling ระบบดับเพลิง

- DUKELARRSEN Grooved Coupling and Fitting ระบบกรู๊ฟท่อคุณภาพสูง ประหยัดค่าติดตั้ง ติดตั้งง่าย รวดเร็ว ไม่ต้องเชื่อม ส่งฟรี กรุงเทพมหานครและปริมณฑล + ไม่ต้องเชื่อม ไม่เกิดประกายไฟ ติดตั้งง่าย ประหยัด 20-40% มาตรฐาน UL/FM รองรับขนาด 1" – 12" แรงดัน 300 psi

@@ -61,19 +61,19 @@ import Footer from '@/components/common/Footer.astro'; - คุณภาพสูง มาตรฐานอุตสาหกรรม + มาตรฐาน UL/FM
- ราคาโรงงาน คุ้มค่า + ไม่ต้องเชื่อม ไม่เกิดประกายไฟ
- จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล + ประหยัด 20-40%
@@ -81,44 +81,88 @@ import Footer from '@/components/common/Footer.astro';
- +
-

4 เหตุผลที่ควรใช้ระบบกรู๊ฟ

+

Grooved Coupling สำหรับระบบดับเพลิง

+

+ ไม่ต้องเชื่อม ไม่เกิดประกายไฟ ติดตั้งง่าย Flexible รับแรงสั่นสะเทือน ประหยัด 20-40% +

-
- -
-

1. ไม่เกิดการอุดตันจาก Slag (เศษผงเหล็ก)

- ไม่เกิด Slag -
- - -
-

2. รูพรุนจากรอยเชื่อม ต้นเหตุของการเกิดท่อผุ รั่ว ซึมในที่สุด

- รูพรุนจากรอยเชื่อม -
- - -
-

3. การเชื่อมแบบดั้งเดิมอาจก่อให้เกิดเศษผงเหล็ก (Slag) ฝังในรอยเชื่อม

- เศษผงเหล็กจากการเชื่อม -
- - -
-

4. การเกิดประกายไฟ

-
-
-

ระบบเชื่อม

- ระบบเชื่อมมีประกายไฟ -

ระบบเชื่อมมีประกายไฟ ต้นเหตุของเพลิงไหม้

+
+
+
+ + +
-
-

ระบบกรู๊ฟ

- ระบบกรู๊ฟไม่มีประกายไฟ -

ระบบกรู๊ฟไม่ก่อให้เกิดประกายไฟ

+

1. รัดแน่น

+

ล็อครอบเส้นรอบวงของท่อแน่นหนา

+
+ +
+
+ + + +
+

2. ให้ตัว

+

รองรับการขยายตัว หดตัว และเบี่ยงเบน

+
+ +
+
+ + + +
+

3. ปรับไลน์ได้

+

ปรับแนวท่อได้อย่างยืดหยุ่น

+
+ +
+
+ + + +
+

4. ยึดแน่น

+

ป้องกันปลายท่อแยกออกจากกัน

+
+ +
+
+ + + + +
+

5. ถอดประกอบง่าย

+

สะดวกต่อการซ่อมบำรุง

+
+ +
+
+ + + +
+

6. รับแรงสั่นสะเทือน

+

ลดและดูดซับเสียงและการสั่นสะเทือน

+
+
+ +
+

ประเภทของ Coupling

+
+
+

Rigid Coupling

+

เหมาะสำหรับแนวนอน ให้การเชื่อมต่อที่แข็งแรงเทียบเท่าการเชื่อม

+
+
+

Flexible Coupling

+

เหมาะสำหรับแนวตั้ง รับแรงสั่นสะเทือน รองรับการขยายตัวจากอุณหภูมิ

@@ -129,66 +173,35 @@ import Footer from '@/components/common/Footer.astro';
- -
-
-
-

เหตุการณ์จริง..เพลิงไหม้จากการเชื่อมท่อ

- เพลิงไหม้จากการเชื่อมท่อ -
-
-
-
-

GROOVED COUPLINGS AND FITTINGS

+

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

+ +
+
+

ขนาด (Size)

+

1" – 12"

+
+ +
+

แรงดัน (Pressure)

+

300 psi max

+
+ +
+

มาตรฐาน (Certificate)

+

UL / FM

+
+ +
+

การประหยัด (Cost Savings)

+

20-40%

+
+
+ Grooved Couplings and Fittings - -
-
-

1. ลดค่าติดตั้ง

-
    -
  • • ประกอบง่าย ไม่ต้องใช้ช่างเฉพาะทาง
  • -
  • • ใช้อุปกรณ์น้อย
  • -
  • • ประกอบรวดเร็วในพื้นที่จำกัด
  • -
  • • ไม่ต้องเชื่อม ไม่มีมลพิษ
  • -
  • • ค่าติดตั้งต่ำ
  • -
-
- -
-

2. ความยืดหยุ่นและความแข็งแรง

-
    -
  • • Flexible Coupling รองรับการขยายตัว หดตัว และเบี่ยงเบน
  • -
  • • เนื่องจากอุณหภูมิที่เปลี่ยนแปลง
  • -
  • • Rigid Coupling ให้การเชื่อมต่อที่แข็งแรงเทียบเท่าการเชื่อม
  • -
-
- -
-

3. ความน่าเชื่อถือของข้อต่อ

-
    -
  • • คู่ครองล็อครอบเส้นรอบวงของท่อ
  • -
  • • ป้องกันปลายท่อแยกออกจากกันเนื่องจากแรงดันและแรงอื่นๆ
  • -
  • • สูงสุดถึงแรงดันใช้งานสูงสุดของ Coupling
  • -
-
- -
-

4. ลดเสียงและการสั่นสะเทือน

-
    -
  • • ช่องว่างเล็กน้อยระหว่างปลายท่อกับยางแหวนช่วย
  • -
  • • ลดและดูดซับเสียงและการสั่นสะเทือน
  • -
-
-
- -
-

5. ข้อต่อที่สะดวก

-

Coupling สามารถถอดประกอบได้ง่าย ช่วยให้การถอดส่วนท่อสำหรับทำความสะอาดหรือซ่อมแซม ช่วยให้การหมุนท่อเป็นระยะเพื่อกระจายการสึกหรอภายในจากของเหลวหรือสื่อที่มีฤทธิ์กัดเซาะ

-
diff --git a/src/pages/durgo-avvs/index.astro b/src/pages/durgo-avvs/index.astro index 7eeeda6..3820247 100644 --- a/src/pages/durgo-avvs/index.astro +++ b/src/pages/durgo-avvs/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -470,7 +470,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท @@ -479,7 +479,7 @@ import Footer from '@/components/common/Footer.astro';

- โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

diff --git a/src/pages/grilles/index.astro b/src/pages/grilles/index.astro index 55cdae2..73be034 100644 --- a/src/pages/grilles/index.astro +++ b/src/pages/grilles/index.astro @@ -38,13 +38,13 @@ import Footer from '@/components/common/Footer.astro'; กริลแอร์ -

กริลแอร์พลาสติก (Grilles air plastic)

+

กริลแอร์ (Grilles air)

จำหน่ายกริลแอร์พลาสติก (Grilles air plastic)คุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล

- + แชท @@ -75,6 +75,12 @@ import Footer from '@/components/common/Footer.astro'; จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล
+
+ + + + ไม่เกิดหยดน้ำ +
@@ -189,168 +195,98 @@ import Footer from '@/components/common/Footer.astro';
-
- - -
-
-

ข้อมูลจำเพาะทางเทคนิค

-
- - - - - - - - - - - - - - - - - - - -
ประเภทขนาด (นิ้ว)CFM สูงสุดThrow Distance (m)Noise Level (NC)
หน้ากากลมส่ง (Supply Air Grille)
Square Diffuser6x6 - 24x24200-8003-825-35
Linear Slot12" - 48"150-6004-1220-30
Jet Diffuser8 - 12300-12008-2030-45
หน้ากากลมกลับ (Return Air Grille)
Standard10x10 - 36x36300-1500-20-30
Heavy Duty12x12 - 48x48500-2500-25-35
-
-

* ค่า CFM และ Throw Distance เป็นค่าประมาณ ขึ้นอยู่กับ static pressure ของระบบ

-
-
- - -
-
-

วิธีเลือกขนาดหน้ากากแอร์

-
-
-

สูตรคำนวณขนาด

-
-

CFM ÷ 2 = พื้นที่หน้ากาก (ตร.นิ้ว)

-

ตัวอย่าง: 400 CFM ÷ 2 = 200 ตร.นิ้ว → 14x14 หรือ 10x20

-
-

ขนาดที่นิยมใช้

-
    -
  • 6x6 นิ้ว - ห้องนอนเล็ก, ห้องน้ำ
  • -
  • 8x8 นิ้ว - ห้องนอน, ห้องทำงานขนาดเล็ก
  • -
  • 10x10 นิ้ว - ห้องนอนใหญ่, ห้องประชุมเล็ก
  • -
  • 12x12 นิ้ว - ห้องประชุม, ห้องรับแขก
  • -
  • 14x14 นิ้ว - ห้องประชุมใหญ่, พื้นที่สำนักงาน
  • -
  • 24x24 นิ้ว - ห้องควบคุม, พื้นที่ขนาดใหญ่
  • -
+ + +
+ +
+

ข้อมูลจำเพาะทางเทคนิค

+
+ + + + + + + + + + + + + + + + +
ประเภทขนาดCFM
หน้ากากลมส่ง
Square Diffuser6x6 - 24x24"200-800
Linear Slot12" - 48"150-600
Jet Diffuser8" - 12"300-1200
หน้ากากลมกลับ
Standard10x10 - 36x36"300-1500
-
-

ตารางเปรียบเทียบ CFM กับขนาด

-
- - - - - - - - - - - - - - - -
CFMขนาดแนะนำจำนวนทิศทาง
100-2006x62-4 ทาง
200-3508x84 ทาง
350-50010x104 ทาง
500-70012x124 ทาง
700-100014x144 ทาง
+
+ + +
+

วิธีเลือกขนาด

+
+

CFM ÷ 2 = พื้นที่ (ตร.นิ้ว)

+

ตัวอย่าง: 400 CFM ÷ 2 = 200 ตร.นิ้ว → 14x14

+
+
+
6x6" - ห้องน้ำ
+
8x8" - ห้องนอน
+
10x10" - ห้องประชุมเล็ก
+
12x12" - ห้องรับแขก
+
14x14" - ห้องประชุมใหญ่
+
24x24" - พื้นที่ใหญ่
+
+
+ + +
+

เปรียบเทียบวัสดุ

+
+
+

+ + + + ABS Plastic +

+
    +
  • ราคาประหยัด
  • +
  • น้ำหนักเบา
  • +
  • ไม่เกิดหยดน้ำ
  • +
+
+
+

+ + + + Aluminum +

+
    +
  • ทนทานต่อการกัดกร่อน
  • +
  • ดีไซน์หลากหลาย
  • +
-
-
- -
-
-

เปรียบเทียบวัสดุหน้ากากแอร์

-
-
-
-
- -
-

ABS Plastic

+ +
+

คำถามที่พบบ่อย

+
+
+

ABS vs Aluminum?

+

ABS ราคาประหยัด เหมาะบ้านพัก ส่วน Aluminum ทนทาน เหมาะอาคารสำนักงาน

-
    -
  • ราคาประหยัด
  • -
  • น้ำหนักเบา
  • -
  • ติดตั้งง่าย
  • -
  • ทนความชื้น
  • -
  • ไม่ทนความร้อนสูง
  • -
  • เหมาะกับพื้นที่ภายใน
  • -
-

เหมาะสำหรับ: บ้านพักอาศัย, คอนโด, สำนักงานขนาดเล็ก

-
-
-
-
- -
-

Aluminum

+
+

ทำไม ABS ไม่เกิดหยดน้ำ?

+

พื้นผิวเรียบลื่น ไม่มีจุดให้น้ำควบแน่นเกาะ ต่างจาก Aluminum ที่เย็นกว่าจุดน้ำควบแน่น

-
    -
  • ทนทานต่อการกัดกร่อน
  • -
  • น้ำหนักเบา
  • -
  • ดีไซน์หลากหลาย
  • -
  • ทำความสะอาดง่าย
  • -
  • รีไซเคิลได้
  • -
  • ราคาสูงกว่า ABS
  • -
-

เหมาะสำหรับ: อาคารสำนักงาน, โรงแรม, ห้างสรรพสินค้า, โรงพยาบาล

-
-
-
-
- -
-

Steel

+
+

สั่งขนาดพิเศษได้ไหม?

+

ได้ รับสั่งทำตามความต้องการ ติดต่อเราเพื่อสอบถามราคา

-
    -
  • แข็งแรงทนทานมาก
  • -
  • รับน้ำหนักได้สูง
  • -
  • เหมาะกับงานหนัก
  • -
  • ต้องทาสีกันสนิม
  • -
  • น้ำหนักมาก
  • -
  • ติดตั้งยากกว่า
  • -
-

เหมาะสำหรับ: โรงงานอุตสาหกรรม, คลังสินค้า, พื้นที่ที่ต้องการความแข็งแรงสูง

-
-
-
-
- - -
-
-

คำถามที่พบบ่อย

-
-
-

Q: หน้ากากแอร์ ABS กับ อลูมิเนียม ต่างกันอย่างไร?

-

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

-
-
-

Q: ขนาดหน้ากากแอร์เลือกอย่างไร?

-

ใช้สูตร CFM ÷ 2 = พื้นที่หน้ากาก (ตร.นิ้ว) ตัวอย่างเช่น ระบบ 400 CFM ควรใช้หน้ากากขนาด 14x14 นิ้ว (196 ตร.นิ้ว) หรือใกล้เคียง

-
-
-

Q: หน้ากากแอร์ทาสีได้ไหม?

-

หน้ากากอลูมิเนียมสามารถทาสีได้ แต่ควรใช้สีที่เหมาะกับพื้นผิวโลหะ ส่วน ABS ควรใช้สีที่ออกแบบมาสำหรับพลาสติกโดยเฉพาะ

-
-
-

Q: สั่งขนาดพิเศษได้ไหม?

-

ได้ รับสั่งทำขนาดพิเศษตามความต้องการ ติดต่อเราเพื่อสอบถามรายละเอียดและราคา

-
-
-

Q: หน้ากากแอร์ดูแลรักษาอย่างไร?

-

ใช้ผ้าชุบน้ำหมาดเช็ดทำความสะอาดเป็นประจำ ควรล้างฟิลเตอร์ทุก 3-6 เดือน และตรวจสอบบานเกล็ดว่าปรับได้คล่อง

@@ -415,7 +351,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท @@ -424,7 +360,7 @@ import Footer from '@/components/common/Footer.astro';

- โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

diff --git a/src/pages/groove-coupling/index.astro b/src/pages/groove-coupling/index.astro index 3968fb1..b13277f 100644 --- a/src/pages/groove-coupling/index.astro +++ b/src/pages/groove-coupling/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -486,7 +486,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท diff --git a/src/pages/index.astro b/src/pages/index.astro index 9746dce..b437283 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -231,7 +231,7 @@ const featuredProducts = [ โทร 090-555-1415 - + แชท diff --git a/src/pages/pipe-coupling/index.astro b/src/pages/pipe-coupling/index.astro index 81a2636..91658d3 100644 --- a/src/pages/pipe-coupling/index.astro +++ b/src/pages/pipe-coupling/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -633,7 +633,7 @@ import Footer from '@/components/common/Footer.astro';

หากมีคำถามเพิ่มเติมเกี่ยวกับข้อต่อท่อ SMC?

- + สอบถามผู้เชี่ยวชาญ
@@ -649,7 +649,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท diff --git a/src/pages/pp-r-pp-rct-poloplast/index.astro b/src/pages/pp-r-pp-rct-poloplast/index.astro index d8f8290..4a32487 100644 --- a/src/pages/pp-r-pp-rct-poloplast/index.astro +++ b/src/pages/pp-r-pp-rct-poloplast/index.astro @@ -50,7 +50,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -393,7 +393,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท @@ -402,7 +402,7 @@ import Footer from '@/components/common/Footer.astro';

- โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

diff --git a/src/pages/realflex/index.astro b/src/pages/realflex/index.astro index c3c66bb..5762239 100644 --- a/src/pages/realflex/index.astro +++ b/src/pages/realflex/index.astro @@ -42,7 +42,7 @@ import Footer from '@/components/common/Footer.astro';

Stainless Steel Flexible Hose Fitting

- + แชท @@ -347,7 +347,7 @@ import Footer from '@/components/common/Footer.astro';

5. ซื้อ Realflex® จากที่ไหนได้?

-

จำหน่าย Realflex® ผ่านตัวแทนจำหน่ายที่ได้รับอนุญาตทั่วประเทศ สามารถติดต่อผ่าน Line @dealplustech หรือโทร 090-555-1415 เพื่อสอบถามราคาและข้อมูลผลิตภัณฑ์ จัดส่งสินค้าฟรีในกรุงเทพฯ และปริมณฑล

+

จำหน่าย Realflex® ผ่านตัวแทนจำหน่ายที่ได้รับอนุญาตทั่วประเทศ สามารถติดต่อผ่าน Line @JPPSELECTION หรือโทร 090-555-1415 เพื่อสอบถามราคาและข้อมูลผลิตภัณฑ์ จัดส่งสินค้าฟรีในกรุงเทพฯ และปริมณฑล

@@ -363,7 +363,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท @@ -372,7 +372,7 @@ import Footer from '@/components/common/Footer.astro';

- โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

diff --git a/src/pages/water-pump/index.astro b/src/pages/water-pump/index.astro index 99556d5..3b55bfd 100644 --- a/src/pages/water-pump/index.astro +++ b/src/pages/water-pump/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -331,7 +331,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

- + แชท @@ -340,7 +340,7 @@ import Footer from '@/components/common/Footer.astro';

- โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

diff --git a/src/pages/water-treatment/index.astro b/src/pages/water-treatment/index.astro index 5aece59..8dfcba5 100644 --- a/src/pages/water-treatment/index.astro +++ b/src/pages/water-treatment/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

- + แชท @@ -144,7 +144,7 @@ import Footer from '@/components/common/Footer.astro';
  • ระบบบำบัดน้ำเสีย - Wastewater Treatment Plant
  • -

    ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415

    +

    ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @JPPSELECTION หรือโทร 090-555-1415

    @@ -333,7 +333,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -342,7 +342,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ฉนวนหุ้มท่อ-category/index.astro b/src/pages/ฉนวนหุ้มท่อ-category/index.astro index c25877d..386bec9 100644 --- a/src/pages/ฉนวนหุ้มท่อ-category/index.astro +++ b/src/pages/ฉนวนหุ้มท่อ-category/index.astro @@ -28,7 +28,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -101,7 +101,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro b/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro index 2373ffb..b9de770 100644 --- a/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro +++ b/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -255,7 +255,7 @@ import Footer from '@/components/common/Footer.astro';

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

    @@ -376,7 +376,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ท่อ-ppr-thai-ppr/index.astro b/src/pages/ท่อ-ppr-thai-ppr/index.astro index 85af976..83d95be 100644 --- a/src/pages/ท่อ-ppr-thai-ppr/index.astro +++ b/src/pages/ท่อ-ppr-thai-ppr/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -257,7 +257,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -266,7 +266,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ท่อ-upvc/index.astro b/src/pages/ท่อ-upvc/index.astro index daadfb7..76c024b 100644 --- a/src/pages/ท่อ-upvc/index.astro +++ b/src/pages/ท่อ-upvc/index.astro @@ -53,7 +53,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -298,7 +298,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -307,7 +307,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ท่อhdpe/index.astro b/src/pages/ท่อhdpe/index.astro index e014347..663bf14 100644 --- a/src/pages/ท่อhdpe/index.astro +++ b/src/pages/ท่อhdpe/index.astro @@ -53,7 +53,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -188,7 +188,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -197,7 +197,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ท่อพีพีอาร์/index.astro b/src/pages/ท่อพีพีอาร์/index.astro index a9a3dd3..a6952a0 100644 --- a/src/pages/ท่อพีพีอาร์/index.astro +++ b/src/pages/ท่อพีพีอาร์/index.astro @@ -28,7 +28,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -149,7 +149,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro b/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro index f597fcc..0e6d289 100644 --- a/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro +++ b/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro @@ -45,7 +45,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -276,7 +276,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -285,7 +285,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro b/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro index d5ed9c3..9934ff5 100644 --- a/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro +++ b/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro @@ -48,7 +48,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -184,7 +184,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ท่อและข้อต่อpvc/index.astro b/src/pages/ท่อและข้อต่อpvc/index.astro index c2bd764..55b56aa 100644 --- a/src/pages/ท่อและข้อต่อpvc/index.astro +++ b/src/pages/ท่อและข้อต่อpvc/index.astro @@ -53,7 +53,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -396,7 +396,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -405,7 +405,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ท่อไซเลอร์/index.astro b/src/pages/ท่อไซเลอร์/index.astro index df2a89b..f603e8f 100644 --- a/src/pages/ท่อไซเลอร์/index.astro +++ b/src/pages/ท่อไซเลอร์/index.astro @@ -45,7 +45,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -201,7 +201,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ระบบน้ำ/index.astro b/src/pages/ระบบน้ำ/index.astro index 39a84e6..9b5b00a 100644 --- a/src/pages/ระบบน้ำ/index.astro +++ b/src/pages/ระบบน้ำ/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -126,7 +126,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/ระบบรั้ว/index.astro b/src/pages/ระบบรั้ว/index.astro index 1cb1693..3810944 100644 --- a/src/pages/ระบบรั้ว/index.astro +++ b/src/pages/ระบบรั้ว/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -274,7 +274,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -283,7 +283,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/ระบบรั้วไวน์แมน-vineman-2/index.astro b/src/pages/ระบบรั้วไวน์แมน-vineman-2/index.astro index b56adba..472860a 100644 --- a/src/pages/ระบบรั้วไวน์แมน-vineman-2/index.astro +++ b/src/pages/ระบบรั้วไวน์แมน-vineman-2/index.astro @@ -49,7 +49,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -701,7 +701,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -710,7 +710,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/รั้วเทวดา/index.astro b/src/pages/รั้วเทวดา/index.astro index 109d6f5..7ed1d1c 100644 --- a/src/pages/รั้วเทวดา/index.astro +++ b/src/pages/รั้วเทวดา/index.astro @@ -49,7 +49,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -573,7 +573,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท @@ -582,7 +582,7 @@ import Footer from '@/components/common/Footer.astro';

    - โทร: 090-555-1415  |  Line Id: dealplustech  |  E-mail: dealplustech@gmail.com + โทร: 090-555-1415  |  Line Id: JPPSELECTION  |  E-mail: dealplustech@gmail.com

    diff --git a/src/pages/วาล์ว-valve/index.astro b/src/pages/วาล์ว-valve/index.astro index bdb3359..14abb39 100644 --- a/src/pages/วาล์ว-valve/index.astro +++ b/src/pages/วาล์ว-valve/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -136,7 +136,7 @@ import Footer from '@/components/common/Footer.astro';

    ขนาด: มีขนาดตั้งแต่ DN15 ถึง DN600 หรือ 1/2" ถึง 24" ตามความต้องการ

    -

    สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415

    +

    สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @JPPSELECTION หรือโทร 090-555-1415

    @@ -215,7 +215,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/หัวจ่ายแอร์-ball-jet/index.astro b/src/pages/หัวจ่ายแอร์-ball-jet/index.astro index 3d46311..ef59690 100644 --- a/src/pages/หัวจ่ายแอร์-ball-jet/index.astro +++ b/src/pages/หัวจ่ายแอร์-ball-jet/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -419,7 +419,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/อุปกรณ์ดับเพลิง-category/index.astro b/src/pages/อุปกรณ์ดับเพลิง-category/index.astro index 892fae4..61aee11 100644 --- a/src/pages/อุปกรณ์ดับเพลิง-category/index.astro +++ b/src/pages/อุปกรณ์ดับเพลิง-category/index.astro @@ -28,7 +28,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -101,7 +101,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/อุปกรณ์ดับเพลิง/index.astro b/src/pages/อุปกรณ์ดับเพลิง/index.astro index 0b2019a..39fbd8a 100644 --- a/src/pages/อุปกรณ์ดับเพลิง/index.astro +++ b/src/pages/อุปกรณ์ดับเพลิง/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -401,7 +401,7 @@ import Footer from '@/components/common/Footer.astro';

    5. บริษัทของเราให้บริการติดตั้งและบำรุงรักษาอุปกรณ์ดับเพลิงหรือไม่?

    -

    ใช่ บริษัท ดีล พลัส เทค ให้บริการครบวงจร ตั้งแต่ให้คำปรึกษา ออกแบบระบบ จัดหาและติดตั้งอุปกรณ์ดับเพลิง พร้อมทั้งบริการตรวจสอบและบำรุงรักษาตามมาตรฐาน ติดต่อสอบถามรายละเอียดได้ที่ Line @dealplustech

    +

    ใช่ บริษัท ดีล พลัส เทค ให้บริการครบวงจร ตั้งแต่ให้คำปรึกษา ออกแบบระบบ จัดหาและติดตั้งอุปกรณ์ดับเพลิง พร้อมทั้งบริการตรวจสอบและบำรุงรักษาตามมาตรฐาน ติดต่อสอบถามรายละเอียดได้ที่ Line @JPPSELECTION

    @@ -415,7 +415,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/อุปกรณ์ปรับอากาศ/index.astro b/src/pages/อุปกรณ์ปรับอากาศ/index.astro index 9c2e244..b795ea7 100644 --- a/src/pages/อุปกรณ์ปรับอากาศ/index.astro +++ b/src/pages/อุปกรณ์ปรับอากาศ/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -433,7 +433,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/เครื่องเชื่อม-hdpe/index.astro b/src/pages/เครื่องเชื่อม-hdpe/index.astro index c32ea2e..9ce7d9d 100644 --- a/src/pages/เครื่องเชื่อม-hdpe/index.astro +++ b/src/pages/เครื่องเชื่อม-hdpe/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -231,7 +231,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/เครื่องเชื่อมท่อ-pipe-coupling-machine/index.astro b/src/pages/เครื่องเชื่อมท่อ-pipe-coupling-machine/index.astro index a4e48c3..d24fec0 100644 --- a/src/pages/เครื่องเชื่อมท่อ-pipe-coupling-machine/index.astro +++ b/src/pages/เครื่องเชื่อมท่อ-pipe-coupling-machine/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -166,7 +166,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/เครื่องเชื่อมท่อพีพีอา/index.astro b/src/pages/เครื่องเชื่อมท่อพีพีอา/index.astro index bba5ad4..56adb71 100644 --- a/src/pages/เครื่องเชื่อมท่อพีพีอา/index.astro +++ b/src/pages/เครื่องเชื่อมท่อพีพีอา/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -264,7 +264,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/เทอร์โมเบรค-thermobreak/index.astro b/src/pages/เทอร์โมเบรค-thermobreak/index.astro index 2131f8d..cf2a646 100644 --- a/src/pages/เทอร์โมเบรค-thermobreak/index.astro +++ b/src/pages/เทอร์โมเบรค-thermobreak/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -520,7 +520,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro index 715904c..ad9c56a 100644 --- a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro +++ b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro @@ -44,7 +44,7 @@ import Footer from '@/components/common/Footer.astro';

    - + แชท @@ -135,7 +135,7 @@ import Footer from '@/components/common/Footer.astro'; ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ

    - + แชท diff --git a/update_pages.py b/update_pages.py index 7f6f256..9592999 100644 --- a/update_pages.py +++ b/update_pages.py @@ -54,7 +54,7 @@ import Footer from '@/components/common/Footer.astro';
    - + แชท Line @@ -104,7 +104,7 @@ import Footer from '@/components/common/Footer.astro';