fix: Change text-base to text-lg for all pages
This commit is contained in:
@@ -21,22 +21,22 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Send Us A Message</h2>
|
||||
<form class="space-y-6">
|
||||
<div>
|
||||
<label for="name" class="block text-base font-medium text-secondary-700 mb-2">ชื่อของคุณ (จำเป็นต้องกรอก)</label>
|
||||
<label for="name" class="block text-lg font-medium text-secondary-700 mb-2">ชื่อของคุณ (จำเป็นต้องกรอก)</label>
|
||||
<input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="email" class="block text-base font-medium text-secondary-700 mb-2">อีเมล์ของคุณ (จำเป็นต้องกรอก)</label>
|
||||
<label for="email" class="block text-lg font-medium text-secondary-700 mb-2">อีเมล์ของคุณ (จำเป็นต้องกรอก)</label>
|
||||
<input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="subject" class="block text-base font-medium text-secondary-700 mb-2">หัวข้อ</label>
|
||||
<label for="subject" class="block text-lg font-medium text-secondary-700 mb-2">หัวข้อ</label>
|
||||
<input type="text" id="subject" name="subject" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="message" class="block text-base font-medium text-secondary-700 mb-2">ข้อความของคุณ</label>
|
||||
<label for="message" class="block text-lg font-medium text-secondary-700 mb-2">ข้อความของคุณ</label>
|
||||
<textarea id="message" name="message" rows="5" class="w-full px-4 py-3 border border-secondary-300 rounded-xl focus:ring-2 focus:ring-green-500 focus:border-green-500"></textarea>
|
||||
</div>
|
||||
|
||||
@@ -51,23 +51,23 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Contact Details</h2>
|
||||
<div class="space-y-4">
|
||||
<div>
|
||||
<p class="text-base text-secondary-700 leading-relaxed">
|
||||
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||
<strong>บริษัท ดีล พลัส เทค จำกัด</strong><br/>
|
||||
9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="text-base text-secondary-700 leading-relaxed">
|
||||
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||
ส่งสินค้าฟรี กรุงเทพมหานคร ปริมณฑล ชลบุรี ระยอง
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="text-base text-secondary-700 leading-relaxed">
|
||||
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||
<strong>โทร:</strong> 090-555-1415
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="text-base text-secondary-700 leading-relaxed">
|
||||
<p class="text-lg text-secondary-700 leading-relaxed">
|
||||
<strong>อีเมล:</strong> dealplustech@gmail.com
|
||||
</p>
|
||||
</div>
|
||||
@@ -78,32 +78,32 @@ import Footer from '@/components/common/Footer.astro';
|
||||
<h2 class="text-2xl font-bold text-secondary-900 mb-6">Work Hour</h2>
|
||||
<div class="space-y-2">
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันจันทร์</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันจันทร์</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันอังคาร</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันอังคาร</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันพุธ</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันพุธ</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันพฤหัสบดี</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันพฤหัสบดี</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันศุกร์</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันศุกร์</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันเสาร์</span>
|
||||
<span class="text-base text-secondary-700">08:30 - 17:30</span>
|
||||
<span class="text-lg text-secondary-700">วันเสาร์</span>
|
||||
<span class="text-lg text-secondary-700">08:30 - 17:30</span>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<span class="text-base text-secondary-700">วันอาทิตย์</span>
|
||||
<span class="text-base text-secondary-700">ปิดทำการ</span>
|
||||
<span class="text-lg text-secondary-700">วันอาทิตย์</span>
|
||||
<span class="text-lg text-secondary-700">ปิดทำการ</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user