Fix: Change text-xs and text-sm to text-base

This commit is contained in:
Kunthawat Greethong
2026-03-04 13:37:40 +07:00
parent 34e5625a17
commit c6b56b9e26
6 changed files with 28 additions and 28 deletions

View File

@@ -24,17 +24,17 @@ import Layout from '../layouts/Layout.astro'
<div class="bg-gray-light p-6 rounded-2xl card-hover"> <div class="bg-gray-light p-6 rounded-2xl card-hover">
<div class="text-4xl mb-3">🤖</div> <div class="text-4xl mb-3">🤖</div>
<h3 class="text-xl font-bold mb-2">AI for Everyone</h3> <h3 class="text-xl font-bold mb-2">AI for Everyone</h3>
<p class="text-gray-600 text-sm">พื้นฐาน AI สำหรับทุกคน เข้าใจง่าย ไม่ต้องมีพื้นฐานเทคนิค</p> <p class="text-gray-600 text-base">พื้นฐาน AI สำหรับทุกคน เข้าใจง่าย ไม่ต้องมีพื้นฐานเทคนิค</p>
</div> </div>
<div class="bg-gray-light p-6 rounded-2xl card-hover"> <div class="bg-gray-light p-6 rounded-2xl card-hover">
<div class="text-4xl mb-3">💼</div> <div class="text-4xl mb-3">💼</div>
<h3 class="text-xl font-bold mb-2">AI for Business</h3> <h3 class="text-xl font-bold mb-2">AI for Business</h3>
<p class="text-gray-600 text-sm">ใช้ AI ในงานธุรกิจ วิเคราะห์ข้อมูล ตัดสินใจแม่นยำ</p> <p class="text-gray-600 text-base">ใช้ AI ในงานธุรกิจ วิเคราะห์ข้อมูล ตัดสินใจแม่นยำ</p>
</div> </div>
<div class="bg-gray-light p-6 rounded-2xl card-hover"> <div class="bg-gray-light p-6 rounded-2xl card-hover">
<div class="text-4xl mb-3">🛠️</div> <div class="text-4xl mb-3">🛠️</div>
<h3 class="text-xl font-bold mb-2">AI Tools Masterclass</h3> <h3 class="text-xl font-bold mb-2">AI Tools Masterclass</h3>
<p class="text-gray-600 text-sm">ใช้งาน ChatGPT, Midjourney, และ AI Tools ระดับโปร</p> <p class="text-gray-600 text-base">ใช้งาน ChatGPT, Midjourney, และ AI Tools ระดับโปร</p>
</div> </div>
</div> </div>
<div class="text-center"> <div class="text-center">

View File

@@ -20,13 +20,13 @@ import Layout from '../../layouts/Layout.astro'
<!-- Blog Post 1 --> <!-- Blog Post 1 -->
<article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition"> <article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition">
<div class="p-6"> <div class="p-6">
<div class="text-sm text-primary font-bold mb-2">SEO</div> <div class="text-base text-primary font-bold mb-2">SEO</div>
<h2 class="text-xl font-bold mb-3 hover:text-primary transition"> <h2 class="text-xl font-bold mb-3 hover:text-primary transition">
<a href="/core-web-vitals-ux-google-ranking-factors-4"> <a href="/core-web-vitals-ux-google-ranking-factors-4">
Core Web Vitals และ UX ปัจจัยการจัดอันดับ Google Core Web Vitals และ UX ปัจจัยการจัดอันดับ Google
</a> </a>
</h2> </h2>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
ทำความเข้าใจ Core Web Vitals และ User Experience ที่มีผลต่อการจัดอันดับเว็บไซต์บน Google ทำความเข้าใจ Core Web Vitals และ User Experience ที่มีผลต่อการจัดอันดับเว็บไซต์บน Google
</p> </p>
<a href="/core-web-vitals-ux-google-ranking-factors-4" class="text-primary font-medium hover:underline"> <a href="/core-web-vitals-ux-google-ranking-factors-4" class="text-primary font-medium hover:underline">
@@ -38,13 +38,13 @@ import Layout from '../../layouts/Layout.astro'
<!-- Blog Post 2 --> <!-- Blog Post 2 -->
<article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition"> <article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition">
<div class="p-6"> <div class="p-6">
<div class="text-sm text-primary font-bold mb-2">SEO</div> <div class="text-base text-primary font-bold mb-2">SEO</div>
<h2 class="text-xl font-bold mb-3 hover:text-primary transition"> <h2 class="text-xl font-bold mb-3 hover:text-primary transition">
<a href="/alt-text-seo-google-ranking-factors-3"> <a href="/alt-text-seo-google-ranking-factors-3">
ALT Text กับ SEO ปัจจัยที่ 3 ของ Google ALT Text กับ SEO ปัจจัยที่ 3 ของ Google
</a> </a>
</h2> </h2>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
การเขียน ALT Text สำหรับรูปภาพ ช่วย SEO อย่างไร และทำไม Google ให้ความสำคัญ การเขียน ALT Text สำหรับรูปภาพ ช่วย SEO อย่างไร และทำไม Google ให้ความสำคัญ
</p> </p>
<a href="/alt-text-seo-google-ranking-factors-3" class="text-primary font-medium hover:underline"> <a href="/alt-text-seo-google-ranking-factors-3" class="text-primary font-medium hover:underline">
@@ -56,13 +56,13 @@ import Layout from '../../layouts/Layout.astro'
<!-- Blog Post 3 --> <!-- Blog Post 3 -->
<article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition"> <article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition">
<div class="p-6"> <div class="p-6">
<div class="text-sm text-primary font-bold mb-2">SEO</div> <div class="text-base text-primary font-bold mb-2">SEO</div>
<h2 class="text-xl font-bold mb-3 hover:text-primary transition"> <h2 class="text-xl font-bold mb-3 hover:text-primary transition">
<a href="/8-seo-google-ranking-factors-2"> <a href="/8-seo-google-ranking-factors-2">
8 ปัจจัย SEO สำหรับ Google Ranking 8 ปัจจัย SEO สำหรับ Google Ranking
</a> </a>
</h2> </h2>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
8 ปัจจัยสำคัญที่ Google ใช้ในการจัดอันดับเว็บไซต์ คุณทำครบหรือยัง? 8 ปัจจัยสำคัญที่ Google ใช้ในการจัดอันดับเว็บไซต์ คุณทำครบหรือยัง?
</p> </p>
<a href="/8-seo-google-ranking-factors-2" class="text-primary font-medium hover:underline"> <a href="/8-seo-google-ranking-factors-2" class="text-primary font-medium hover:underline">
@@ -74,13 +74,13 @@ import Layout from '../../layouts/Layout.astro'
<!-- Blog Post 4 --> <!-- Blog Post 4 -->
<article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition"> <article class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition">
<div class="p-6"> <div class="p-6">
<div class="text-sm text-primary font-bold mb-2">SEO</div> <div class="text-base text-primary font-bold mb-2">SEO</div>
<h2 class="text-xl font-bold mb-3 hover:text-primary transition"> <h2 class="text-xl font-bold mb-3 hover:text-primary transition">
<a href="/google-ranking-factors-1"> <a href="/google-ranking-factors-1">
Google Ranking Factors พื้นฐาน SEO ที่ต้องรู้ Google Ranking Factors พื้นฐาน SEO ที่ต้องรู้
</a> </a>
</h2> </h2>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
เรียนรู้ปัจจัยพื้นฐานที่ Google ใช้ในการจัดอันดับเว็บไซต์ เริ่มต้นทำ SEO ให้ถูกต้อง เรียนรู้ปัจจัยพื้นฐานที่ Google ใช้ในการจัดอันดับเว็บไซต์ เริ่มต้นทำ SEO ให้ถูกต้อง
</p> </p>
<a href="/google-ranking-factors-1" class="text-primary font-medium hover:underline"> <a href="/google-ranking-factors-1" class="text-primary font-medium hover:underline">

View File

@@ -58,7 +58,7 @@ import Layout from '../layouts/Layout.astro'
<h2 class="text-2xl font-bold mb-6 text-secondary">ส่งข้อความถึงเรา</h2> <h2 class="text-2xl font-bold mb-6 text-secondary">ส่งข้อความถึงเรา</h2>
<div class="border-2 border-dashed border-gray-300 rounded-lg p-8 text-center"> <div class="border-2 border-dashed border-gray-300 rounded-lg p-8 text-center">
<p class="text-gray-500 mb-4">📝 แบบฟอร์มติดต่อ</p> <p class="text-gray-500 mb-4">📝 แบบฟอร์มติดต่อ</p>
<p class="text-gray-400 text-sm mb-4"> <p class="text-gray-400 text-base mb-4">
ในระหว่างนี้ คุณสามารถติดต่อเราผ่านช่องทางด้านซ้าย ในระหว่างนี้ คุณสามารถติดต่อเราผ่านช่องทางด้านซ้าย
</p> </p>
<a href="mailto:contact@moreminimore.com" class="bg-primary text-black px-6 py-3 rounded-full font-bold hover:bg-primary-hover transition inline-block"> <a href="mailto:contact@moreminimore.com" class="bg-primary text-black px-6 py-3 rounded-full font-bold hover:bg-primary-hover transition inline-block">

View File

@@ -49,56 +49,56 @@ import Layout from '../layouts/Layout.astro'
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">🤖</div> <div class="text-5xl mb-4">🤖</div>
<h3 class="text-xl font-bold mb-2">Machine Learning</h3> <h3 class="text-xl font-bold mb-2">Machine Learning</h3>
<p class="text-gray-600 text-sm">ทำนายแนวโน้ม วิเคราะห์ข้อมูลเชิงลึก</p> <p class="text-gray-600 text-base">ทำนายแนวโน้ม วิเคราะห์ข้อมูลเชิงลึก</p>
</div> </div>
<!-- Tech 2 --> <!-- Tech 2 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">💬</div> <div class="text-5xl mb-4">💬</div>
<h3 class="text-xl font-bold mb-2">NLP / Chatbot</h3> <h3 class="text-xl font-bold mb-2">NLP / Chatbot</h3>
<p class="text-gray-600 text-sm">ประมวลผลภาษาธรรมชาติ ตอบคำถามอัตโนมัติ</p> <p class="text-gray-600 text-base">ประมวลผลภาษาธรรมชาติ ตอบคำถามอัตโนมัติ</p>
</div> </div>
<!-- Tech 3 --> <!-- Tech 3 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">📊</div> <div class="text-5xl mb-4">📊</div>
<h3 class="text-xl font-bold mb-2">Predictive Analytics</h3> <h3 class="text-xl font-bold mb-2">Predictive Analytics</h3>
<p class="text-gray-600 text-sm">วิเคราะห์ล่วงหน้า วางแผนแม่นยำ</p> <p class="text-gray-600 text-base">วิเคราะห์ล่วงหน้า วางแผนแม่นยำ</p>
</div> </div>
<!-- Tech 4 --> <!-- Tech 4 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">👁️</div> <div class="text-5xl mb-4">👁️</div>
<h3 class="text-xl font-bold mb-2">Computer Vision</h3> <h3 class="text-xl font-bold mb-2">Computer Vision</h3>
<p class="text-gray-600 text-sm">วิเคราะห์ภาพ ตรวจสอบอัตโนมัติ</p> <p class="text-gray-600 text-base">วิเคราะห์ภาพ ตรวจสอบอัตโนมัติ</p>
</div> </div>
<!-- Tech 5 --> <!-- Tech 5 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">🔄</div> <div class="text-5xl mb-4">🔄</div>
<h3 class="text-xl font-bold mb-2">RPA</h3> <h3 class="text-xl font-bold mb-2">RPA</h3>
<p class="text-gray-600 text-sm">อัตโนมัติกระบวนการทำงาน</p> <p class="text-gray-600 text-base">อัตโนมัติกระบวนการทำงาน</p>
</div> </div>
<!-- Tech 6 --> <!-- Tech 6 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">📈</div> <div class="text-5xl mb-4">📈</div>
<h3 class="text-xl font-bold mb-2">Business Intelligence</h3> <h3 class="text-xl font-bold mb-2">Business Intelligence</h3>
<p class="text-gray-600 text-sm">Dashboard แสดงผลแบบ Real-time</p> <p class="text-gray-600 text-base">Dashboard แสดงผลแบบ Real-time</p>
</div> </div>
<!-- Tech 7 --> <!-- Tech 7 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">🌐</div> <div class="text-5xl mb-4">🌐</div>
<h3 class="text-xl font-bold mb-2">Generative AI</h3> <h3 class="text-xl font-bold mb-2">Generative AI</h3>
<p class="text-gray-600 text-sm">สร้างเนื้อหา อัตโนมัติด้วย AI</p> <p class="text-gray-600 text-base">สร้างเนื้อหา อัตโนมัติด้วย AI</p>
</div> </div>
<!-- Tech 8 --> <!-- Tech 8 -->
<div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg"> <div class="glass p-6 rounded-2xl card-hover text-center border border-gray-100 shadow-lg">
<div class="text-5xl mb-4">☁️</div> <div class="text-5xl mb-4">☁️</div>
<h3 class="text-xl font-bold mb-2">Cloud AI</h3> <h3 class="text-xl font-bold mb-2">Cloud AI</h3>
<p class="text-gray-600 text-sm">บริการ AI บน Cloud ประสิทธิภาพสูง</p> <p class="text-gray-600 text-base">บริการ AI บน Cloud ประสิทธิภาพสูง</p>
</div> </div>
</div> </div>
</div> </div>
@@ -321,13 +321,13 @@ import Layout from '../layouts/Layout.astro'
<div class="text-6xl">📝</div> <div class="text-6xl">📝</div>
</div> </div>
<div class="p-6"> <div class="p-6">
<div class="text-accent-blue text-sm font-bold mb-2">AI Strategy</div> <div class="text-accent-blue text-base font-bold mb-2">AI Strategy</div>
<h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition"> <h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition">
<a href="/blog/ai-transformation-guide"> <a href="/blog/ai-transformation-guide">
คู่มือ AI Transformation สำหรับ SME คู่มือ AI Transformation สำหรับ SME
</a> </a>
</h3> </h3>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
ขั้นตอนการนำ AI มาใช้ในธุรกิจขนาดกลางและย่อม เริ่มต้นอย่างไร ให้ได้ผลเร็ว ขั้นตอนการนำ AI มาใช้ในธุรกิจขนาดกลางและย่อม เริ่มต้นอย่างไร ให้ได้ผลเร็ว
</p> </p>
<a href="/blog/ai-transformation-guide" class="text-accent-blue font-medium hover:underline"> <a href="/blog/ai-transformation-guide" class="text-accent-blue font-medium hover:underline">
@@ -342,13 +342,13 @@ import Layout from '../layouts/Layout.astro'
<div class="text-6xl">🤖</div> <div class="text-6xl">🤖</div>
</div> </div>
<div class="p-6"> <div class="p-6">
<div class="text-accent-blue text-sm font-bold mb-2">Chatbot</div> <div class="text-accent-blue text-base font-bold mb-2">Chatbot</div>
<h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition"> <h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition">
<a href="/blog/chatbot-roi"> <a href="/blog/chatbot-roi">
Chatbot ช่วยเพิ่มยอดขายได้อย่างไร? Chatbot ช่วยเพิ่มยอดขายได้อย่างไร?
</a> </a>
</h3> </h3>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
กรณีศึกษาจริง การใช้ Chatbot ลดต้นทุนบริการลูกค้า 40% และเพิ่มยอดขาย 25% กรณีศึกษาจริง การใช้ Chatbot ลดต้นทุนบริการลูกค้า 40% และเพิ่มยอดขาย 25%
</p> </p>
<a href="/blog/chatbot-roi" class="text-accent-blue font-medium hover:underline"> <a href="/blog/chatbot-roi" class="text-accent-blue font-medium hover:underline">
@@ -363,13 +363,13 @@ import Layout from '../layouts/Layout.astro'
<div class="text-6xl">📊</div> <div class="text-6xl">📊</div>
</div> </div>
<div class="p-6"> <div class="p-6">
<div class="text-accent-blue text-sm font-bold mb-2">Analytics</div> <div class="text-accent-blue text-base font-bold mb-2">Analytics</div>
<h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition"> <h3 class="text-xl font-bold mb-3 hover:text-accent-blue transition">
<a href="/blog/predictive-analytics"> <a href="/blog/predictive-analytics">
Predictive Analytics ทำนายยอดขายล่วงหน้า Predictive Analytics ทำนายยอดขายล่วงหน้า
</a> </a>
</h3> </h3>
<p class="text-gray-600 text-sm mb-4"> <p class="text-gray-600 text-base mb-4">
ใช้ Machine Learning ทำนายยอดขายล่วงหน้า 90% แม่นยำ ช่วยวางแผนสต็อกและการตลาด ใช้ Machine Learning ทำนายยอดขายล่วงหน้า 90% แม่นยำ ช่วยวางแผนสต็อกและการตลาด
</p> </p>
<a href="/blog/predictive-analytics" class="text-accent-blue font-medium hover:underline"> <a href="/blog/predictive-analytics" class="text-accent-blue font-medium hover:underline">

View File

@@ -41,7 +41,7 @@ import Layout from '../layouts/Layout.astro'
คุณมีสิทธิ์ในการขอเข้าถึง แก้ไข หรือลบข้อมูลส่วนบุคคลของคุณ คุณมีสิทธิ์ในการขอเข้าถึง แก้ไข หรือลบข้อมูลส่วนบุคคลของคุณ
</p> </p>
<p class="mt-8 text-gray-500 text-sm"> <p class="mt-8 text-gray-500 text-base">
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')} อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
</p> </p>
</div> </div>

View File

@@ -39,7 +39,7 @@ import Layout from '../layouts/Layout.astro'
เราขอสงวนสิทธิ์ในการแก้ไขข้อกำหนดและเงื่อนไขนี้ได้ทุกเวลา โดยไม่ต้องแจ้งให้ทราบล่วงหน้า เราขอสงวนสิทธิ์ในการแก้ไขข้อกำหนดและเงื่อนไขนี้ได้ทุกเวลา โดยไม่ต้องแจ้งให้ทราบล่วงหน้า
</p> </p>
<p class="mt-8 text-gray-500 text-sm"> <p class="mt-8 text-gray-500 text-base">
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')} อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
</p> </p>
</div> </div>