feat: อัพเดทเว็บไซต์ใหม่ - 5 บริการหลัก + 10 บทความ SEO

- เพิ่มบริการใหม่ 5 ด้าน: AI-Enhanced Website, Marketing Automation, SEO + AI Content, Tech Consult, AI Automation
- ลบบริการเดิมที่ไม่ใช้: AI Strategy, AI Training, AI Analytics
- สร้าง blog ใหม่ 10 บทความ พร้อม SEO/AEO optimization
- เพิ่ม blog listing page และ blog detail template
- อัพเดท layout, navigation, footer ให้สอดคล้องกับบริการใหม่
- เพิ่ม LINE contact icon (พร้อม placeholder link)
- แก้ CSS bugs: text contrast บน gradient backgrounds
- ปรับปรุง meta tags และ Schema.org structured data
- ย้ายจาก /category/seo เป็น /blog

Services:
- /web-development
- /marketing-automation
- /seo-content-system
- /tech-consult
- /ai-automation

Blog: /blog (10 articles)
This commit is contained in:
Kunthawat Greethong
2026-03-11 14:57:09 +07:00
parent 66bef5d583
commit d4b51e2692
28 changed files with 2750 additions and 533 deletions

View File

@@ -20,26 +20,33 @@ import Layout from '../layouts/Layout.astro'
<div class="space-y-6">
<div class="flex items-start gap-4">
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">📧</div>
<div>
<h3 class="font-bold mb-1">อีเมล</h3>
<a href="mailto:contact@moreminimore.com" class="text-gray-600 hover:text-primary transition">contact@moreminimore.com</a>
</div>
<div>
<h3 class="font-bold mb-1">อีเมล</h3>
<a href="mailto:contact@moreminimore.com" class="text-gray-700 hover:text-primary transition">contact@moreminimore.com</a>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">📞</div>
<div>
<h3 class="font-bold mb-1">โทรศัพท์</h3>
<a href="tel:0809955945" class="text-gray-600 hover:text-primary transition">080-995-5945</a>
</div>
<div>
<h3 class="font-bold mb-1">โทรศัพท์</h3>
<a href="tel:0809955945" class="text-gray-700 hover:text-primary transition">080-995-5945</a>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">💬</div>
<div>
<h3 class="font-bold mb-1">Line</h3>
<a href="#" class="text-gray-700 hover:text-primary transition">@moreminimore</a>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">🌐</div>
<div>
<h3 class="font-bold mb-1">Social Media</h3>
<div class="flex gap-4 mt-2">
<a href="https://www.facebook.com/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-600 hover:text-primary transition">Facebook</a>
<a href="https://twitter.com/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-600 hover:text-primary transition">Twitter</a>
<a href="https://www.linkedin.com/company/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-600 hover:text-primary transition">LinkedIn</a>
<a href="https://www.facebook.com/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-700 hover:text-primary transition">Facebook</a>
<a href="https://twitter.com/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-700 hover:text-primary transition">Twitter</a>
<a href="https://www.linkedin.com/company/moreminimore" target="_blank" rel="noopener noreferrer" class="text-gray-700 hover:text-primary transition">LinkedIn</a>
</div>
</div>
</div>