Commit Graph

2 Commits

Author SHA1 Message Date
Kunthawat Greethong
a57df0d6c8 Fix: Blog URLs and remove duplicate AI Automation links
Fixes:
1. Blog URLs now correct (without .md extension)
   - Changed from: /blog/core-web-vitals.md/
   - Changed to: /blog/core-web-vitals/
2. Fixed duplicate AI Automation in navigation
   - Removed duplicate from header submenu
   - Removed duplicate from mobile menu
   - Removed duplicate from footer
   - Now 4 unique services in all menus

Blog:
- getStaticPaths: slug.replace('.md', '')
- blog/index.astro: links use slug.replace('.md', '')
- Blog builds to correct URLs without .md

Navigation:
- Header submenu: 4 services (not 5)
- Mobile menu: 4 services (not 5)
- Footer: 4 services (was 5 with duplicate)

Services (4 unique):
1. พัฒนาเว็บไซต์
2. AI Automation
3. พัฒนาแอปพลิเคชัน
4. ที่ปรึกษาการตลาดออนไลน์
2026-03-05 00:28:54 +07:00
Kunthawat Greethong
5409b647bf Complete website updates
Changes:
1. Removed Chatbot as separate service (integrated in AI Automation)
2. Added official social media icons (Facebook, Twitter, LinkedIn logos)
3. Added submenu in navigation for all services
4. Updated footer to match services (5 services)
5. Reordered services: Website, App, AI Transform, Marketing, AI Automation
6. All menu items link to specific pages (not landing page)
7. Redesigned process section (grid cards instead of connected line)
8. Added blog with Astro Content Collections (4 posts as .md files)
9. Created blog listing and individual post pages
10. All services have dedicated pages with original content

Services (5 total):
1. พัฒนาเว็บไซต์
2. พัฒนาแอปพลิเคชัน
3. ที่ปรึกษาองค์กร AI
4. ที่ปรึกษาการตลาดออนไลน์
5. AI Automation

Blog:
- 4 posts migrated from original site
- Astro Content Collections setup
- /blog listing page
- Dynamic /blog/[slug] pages
2026-03-04 22:34:59 +07:00