Final updates: 4 services, enhanced pages, fixed blog

Changes:
1. Combined AI Transformation + AI Automation → AI Automation (1 service)
2. Services: Web Dev, AI Automation, App Dev, Marketing (4 total)
3. Removed ai-transformation-consult.astro page
4. Enhanced all service pages with multiple sections:
   - Overview, Features, Process, Use Cases, FAQ, CTA
5. Updated Layout navigation (4 services in submenu)
6. Updated homepage with 4 service cards
7. Blog content converted to full markdown with complete articles
8. Blog posts now have full content (not just links)

Services (4):
1. พัฒนาเว็บไซต์ (enhanced with E-Commerce, Features, Process)
2. AI Automation (merged AI Transform, added Use Cases, FAQ)
3. พัฒนาแอปพลิเคชัน (iOS, Android, Integration)
4. ที่ปรึกษาการตลาดออนไลน์

Blog:
- 4 complete articles with full content
- Proper markdown formatting
- Works with Astro Content Collections
This commit is contained in:
Kunthawat Greethong
2026-03-04 23:21:07 +07:00
parent 5409b647bf
commit b92ebb4690
10 changed files with 591 additions and 259 deletions

View File

@@ -6,7 +6,7 @@ interface Props {
description?: string;
}
const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI', description = 'เพิ่มยอดขายด้วย AI Transformation' } = Astro.props;
const { title = 'MoreminiMore - AI Automation', description = 'เพิ่มยอดขายด้วย AI & Automation' } = Astro.props;
---
<!doctype html>
@@ -79,9 +79,9 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI
<div class="font-medium text-secondary">พัฒนาแอปพลิเคชัน</div>
<div class="text-sm text-gray-500">iOS, Android</div>
</a>
<a href="/ai-transformation-consult" class="block px-4 py-3 hover:bg-gray-50 transition border-b border-gray-100">
<div class="font-medium text-secondary">ที่ปรึกษาองค์กร AI</div>
<div class="text-sm text-gray-500">AI Transformation</div>
<a href="/ai-automation" class="block px-4 py-3 hover:bg-gray-50 transition border-b border-gray-100">
<div class="font-medium text-secondary">AI Automation</div>
<div class="text-sm text-gray-500">AI & Automation</div>
</a>
<a href="/online-marketing-consult" class="block px-4 py-3 hover:bg-gray-50 transition border-b border-gray-100">
<div class="font-medium text-secondary">ที่ปรึกษาการตลาดออนไลน์</div>
@@ -118,7 +118,7 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI
<div class="flex flex-col gap-2 mt-2 ml-4">
<a href="/website-development" class="text-base hover:text-accent-blue transition">พัฒนาเว็บไซต์</a>
<a href="/app-development" class="text-base hover:text-accent-blue transition">พัฒนาแอปพลิเคชัน</a>
<a href="/ai-transformation-consult" class="text-base hover:text-accent-blue transition">ที่ปรึกษาองค์กร AI</a>
<a href="/ai-automation" class="text-base hover:text-accent-blue transition">AI Automation</a>
<a href="/online-marketing-consult" class="text-base hover:text-accent-blue transition">ที่ปรึกษาการตลาดออนไลน์</a>
<a href="/ai-automation" class="text-base hover:text-accent-blue transition">AI Automation</a>
</div>
@@ -139,7 +139,7 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI
<div class="grid md:grid-cols-4 gap-8">
<div>
<img src="/branding/logo-long.png" alt="MoreminiMore Logo" class="h-10 w-auto mb-4" width="180" height="45" />
<p class="text-gray-600 text-base">ที่ปรึกษาองค์กร AI เพิ่มยอดขายด้วยข้อมูล</p>
<p class="text-gray-600 text-base">AI Automation เพิ่มยอดขายด้วยข้อมูล</p>
<div class="mt-4 flex gap-3">
<a href="https://www.facebook.com/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-600 hover:text-accent-blue transition">
<svg class="w-6 h-6" fill="#1877F2" viewBox="0 0 24 24"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
@@ -158,7 +158,7 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI
<ul class="space-y-2 text-base text-gray-600">
<li><a href="/website-development" class="hover:text-accent-blue transition">พัฒนาเว็บไซต์</a></li>
<li><a href="/app-development" class="hover:text-accent-blue transition">พัฒนาแอปพลิเคชัน</a></li>
<li><a href="/ai-transformation-consult" class="hover:text-accent-blue transition">ที่ปรึกษาองค์กร AI</a></li>
<li><a href="/ai-automation" class="hover:text-accent-blue transition">AI Automation</a></li>
<li><a href="/online-marketing-consult" class="hover:text-accent-blue transition">ที่ปรึกษาการตลาดออนไลน์</a></li>
<li><a href="/ai-automation" class="hover:text-accent-blue transition">AI Automation</a></li>
</ul>