fix: Change text-base to text-lg for all pages

This commit is contained in:
Kunthawat
2026-03-17 10:24:57 +07:00
parent a320f1f188
commit 76ff83cbd9
57 changed files with 435 additions and 435 deletions

View File

@@ -48,7 +48,7 @@ const featuredProducts = [
ผู้เชี่ยวชาญระบบน้ำ<br/>
<span class="text-green-600">คุณภาพสูง ราคาโรงงาน</span>
</h1>
<p class="text-base sm:text-lg md:text-xl text-secondary-600 mb-6 md:mb-8 leading-relaxed">
<p class="text-lg sm:text-lg md:text-xl text-secondary-600 mb-6 md:mb-8 leading-relaxed">
บริษัท ดีล พลัส เทค จำกัด เราเป็นผู้เชี่ยวชาญด้านระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก
</p>
<div class="flex flex-wrap justify-center gap-3 md:gap-4">
@@ -58,15 +58,15 @@ const featuredProducts = [
<div class="flex items-center sm:space-x-8 space-x-4 sm:mt-12 mt-8 justify-center">
<div>
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">10+</div>
<div class="text-secondary-600 text-xs sm:text-base">ปีประสบการณ์</div>
<div class="text-secondary-600 text-xs sm:text-lg">ปีประสบการณ์</div>
</div>
<div>
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">1000+</div>
<div class="text-secondary-600 text-xs sm:text-base">โปรเจคต์</div>
<div class="text-secondary-600 text-xs sm:text-lg">โปรเจคต์</div>
</div>
<div>
<div class="text-xl sm:text-2xl md:text-3xl font-bold text-green-600">500+</div>
<div class="text-secondary-600 text-xs sm:text-base">สินค้า</div>
<div class="text-secondary-600 text-xs sm:text-lg">สินค้า</div>
</div>
</div>
</div>
@@ -157,7 +157,7 @@ const featuredProducts = [
</svg>
</div>
<h3 class="text-2xl font-bold text-secondary-900 mb-4">คุณภาพสูง</h3>
<p class="text-secondary-600 text-base">สินค้าคุณภาพมาตรฐาน มั่นใจได้ในความทนทาน</p>
<p class="text-secondary-600 text-lg">สินค้าคุณภาพมาตรฐาน มั่นใจได้ในความทนทาน</p>
</div>
<div class="card p-8 text-center animate-on-scroll">
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
@@ -166,7 +166,7 @@ const featuredProducts = [
</svg>
</div>
<h3 class="text-2xl font-bold text-secondary-900 mb-4">ราคาโรงงาน</h3>
<p class="text-secondary-600 text-base">ราคาแข่งขันได้ คุ้มค่าต่อการลงทุน</p>
<p class="text-secondary-600 text-lg">ราคาแข่งขันได้ คุ้มค่าต่อการลงทุน</p>
</div>
<div class="card p-8 text-center animate-on-scroll">
<div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center mx-auto mb-6">
@@ -175,7 +175,7 @@ const featuredProducts = [
</svg>
</div>
<h3 class="text-2xl font-bold text-secondary-900 mb-4">จัดส่งรวดเร็ว</h3>
<p class="text-secondary-600 text-base">จัดส่งทันใจ ส่งฟรี กทม. ปริมณฑล</p>
<p class="text-secondary-600 text-lg">จัดส่งทันใจ ส่งฟรี กทม. ปริมณฑล</p>
</div>
</div>
</div>