fix: Change text-base to text-lg for all pages
This commit is contained in:
@@ -19,7 +19,7 @@ import Footer from '@/components/common/Footer.astro';
|
||||
|
||||
<div>
|
||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4 sm:mb-6 text-center sm:text-left">วาล์ว (Valve) - วาล์วน้ำทุกประเภท</h1>
|
||||
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 sm:mb-8 leading-relaxed text-center sm:text-left">
|
||||
จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
||||
</p>
|
||||
|
||||
@@ -41,25 +41,25 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||
</svg>
|
||||
<span class="text-base text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||
<span class="text-lg text-secondary-700">คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
||||
</div>
|
||||
<div class="flex items-start space-x-3">
|
||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||
</svg>
|
||||
<span class="text-base text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||
<span class="text-lg text-secondary-700">ราคาโรงงาน คุ้มค่า</span>
|
||||
</div>
|
||||
<div class="flex items-start space-x-3">
|
||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||
</svg>
|
||||
<span class="text-base text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||
<span class="text-lg text-secondary-700">จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
||||
</div>
|
||||
<div class="flex items-start space-x-3">
|
||||
<svg class="w-6 h-6 text-green-600 mt-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
||||
</svg>
|
||||
<span class="text-base text-secondary-700">รับประกันสินค้า</span>
|
||||
<span class="text-lg text-secondary-700">รับประกันสินค้า</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,11 +72,11 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-3xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
||||
<div class="prose prose-lg max-w-none">
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">จำหน่ายวาล์วน้ำทุกประเภท คุณภาพสูงจากแบรนด์ชั้นนำ เหมาะสำหรับงานระบบประปา ระบบน้ำในอาคาร และโรงงานอุตสาหกรรม มีทีมงานผู้เชี่ยวชาญพร้อมให้คำแนะนำและบริการติดตั้ง</p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4">จำหน่ายวาล์วน้ำทุกประเภท คุณภาพสูงจากแบรนด์ชั้นนำ เหมาะสำหรับงานระบบประปา ระบบน้ำในอาคาร และโรงงานอุตสาหกรรม มีทีมงานผู้เชี่ยวชาญพร้อมให้คำแนะนำและบริการติดตั้ง</p>
|
||||
|
||||
<img src="/images/products-misc/valve_logo.jpg" alt="Valve Brands" class="w-full max-w-md mx-auto my-8 rounded-lg shadow-md" />
|
||||
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ประเภทวาล์วที่มีจำหน่าย:</strong></p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ประเภทวาล์วที่มีจำหน่าย:</strong></p>
|
||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||
<li><strong>Gate Valve & Globe Valve</strong> - วาล์วประตูน้ำและวาล์วปรับการไหล สำหรับงานปิด-เปิดและควบคุมการไหล</li>
|
||||
<li><strong>Ball Valve</strong> - วาล์วบอล เปิด-ปิดรวดเร็ว ทนทาน การบำรุงรักษาต่ำ</li>
|
||||
@@ -100,9 +100,9 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<li><strong>Copper Tube</strong> - ท่อทองแดง สำหรับงานประปาและเครื่องปรับอากาศ</li>
|
||||
</ul>
|
||||
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> ทองเหลือง, สแตนเลส, PVC, เหล็กหล่อ, ทองแดง</p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>วัสดุ:</strong> ทองเหลือง, สแตนเลส, PVC, เหล็กหล่อ, ทองแดง</p>
|
||||
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>การใช้งาน:</strong></p>
|
||||
<ul class="list-disc pl-6 mb-4 space-y-2">
|
||||
<li>งานระบบประปา</li>
|
||||
<li>งานระบบน้ำในอาคาร</li>
|
||||
@@ -113,9 +113,9 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<li>งานระบบทำความร้อน</li>
|
||||
</ul>
|
||||
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> มีขนาดตั้งแต่ DN15 ถึง DN600 หรือ 1/2" ถึง 24" ตามความต้องการ</p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4"><strong>ขนาด:</strong> มีขนาดตั้งแต่ DN15 ถึง DN600 หรือ 1/2" ถึง 24" ตามความต้องการ</p>
|
||||
|
||||
<p class="text-base text-secondary-700 leading-relaxed mb-4">สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415</p>
|
||||
<p class="text-lg text-secondary-700 leading-relaxed mb-4">สินค้าทุกชิ้นผ่านการตรวจสอบคุณภาพก่อนส่งมอบ พร้อมรับประกันสินค้าจริง ติดต่อสอบถามราคาและข้อมูลเพิ่มเติมได้ที่ Line @dealplustech หรือโทร 090-555-1415</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user