fix: Change text-base to text-lg for all pages
This commit is contained in:
@@ -172,7 +172,7 @@ const productCategories = [
|
||||
<div class="container-custom">
|
||||
<div class="text-center mb-12">
|
||||
<h1 class="text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-bold text-secondary-900 mb-4">สินค้าทั้งหมด</h1>
|
||||
<p class="text-base sm:text-lg text-secondary-600 max-w-2xl mx-auto">
|
||||
<p class="text-lg sm:text-lg text-secondary-600 max-w-2xl mx-auto">
|
||||
รวมสินค้าคุณภาพสูงของเราทั้งหมด จำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ HDPE รั้วตาข่าย และอุปกรณ์ระบบน้ำครบวงจร
|
||||
</p>
|
||||
</div>
|
||||
@@ -188,7 +188,7 @@ const productCategories = [
|
||||
{category.products.map(product => (
|
||||
<a href={product.slug} class="block p-4 rounded-xl border border-gray-200 hover:border-green-500 hover:bg-green-50 transition-all text-center">
|
||||
<img src={productImages[product.slug] || category.image} alt={product.name} class="w-full h-24 object-cover rounded-lg mb-3" onerror="this.src='/images/logo/dealplustech-logo.png'" />
|
||||
<span class="text-sm sm:text-base text-secondary-700 font-medium">{product.name}</span>
|
||||
<span class="text-sm sm:text-lg text-secondary-700 font-medium">{product.name}</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user