Commit Graph

7 Commits

Author SHA1 Message Date
Kunthawat Greethong
345cf272fb Fix: Merge headers, add Promotion page, fix image 404s
Changes:
1. MERGED 2 HEADERS INTO 1:
   - Removed black top bar with contact info
   - Single clean header with navigation only
   - Contact info moved to footer only
   - Cleaner, more professional look

2. CREATED PROMOTION PAGE (/promotion):
   - Moved all 'free website' content from homepage
   - Complete pricing table (3 packages)
   - 'Why Free' section explaining business model
   - 3-step process
   - Strong CTAs

3. UPDATED HOMEPAGE:
   - Removed free website promotion content
   - Focus on overall IT services
   - Added latest blog posts section (3 posts)
   - Cleaner, more professional messaging
   - Stats section (50+ businesses, 10x faster, etc.)

4. FIXED IMAGE 404 ERRORS:
   - Generated hero image for homepage
   - Created /public/images/hero/ directory
   - All pages now use valid image paths

5. NAVIGATION UPDATED:
   - Added Promotion link (optional, can add to nav)
   - Streamlined menu items
   - Better mobile menu

Build: 20 pages, 1.36s
2026-03-07 10:29:40 +07:00
Kunthawat Greethong
fa9c2d4a8e Major redesign: Blended colors, 3 services, new features
Changes per user requirements:

1. Color Theme - BLENDED:
   - Primary: #fed400 (Yellow - kept from current)
   - Secondary: #2563EB (Blue - from new design)
   - Accent: #7C3AED (Purple), #10B981 (Green)
   - Background: #F3F4F6 (Light Gray)

2. Services - NEW DESIGN (3 services):
   -  Web Development (WordPress ฟรี)
   -  AI Automation Setup
   -  AI Consult & Implementation (NEW)
   -  Removed: App Development
   -  Removed: Online Marketing

3. Hero Message - COMBINED:
   - 'เว็บไซต์ฟรี มีจริง! จ่ายแค่ค่า Server รายปี'
   - Plus AI-Powered message

4. Company Info - KEPT CURRENT:
   - Email: contact@moreminimore.com (unchanged)
   - No founder name added
   - No location update

5. Process Section - KEPT CURRENT:
   - Still 4-step process (analyzed, planned, etc.)

6. Content - MIGRATED ALL:
   - Comprehensive content from docs
   - Longer, detailed pages

7. New Features - ALL EXCEPT TRUST BADGES:
   -  Sticky header with CTA
   -  Floating contact buttons (Line, Phone)
   -  Contact form (on Contact page)
   -  Package comparison table
   -  Trust badges (excluded as requested)

Pages Updated:
- Homepage: Complete redesign with new sections
- Layout: 3-service navigation, sticky header
- AI Consult: New page created
- CSS: Blended color theme, new components
- Removed: App Dev, Marketing, AI Transformation pages

Build: 17 pages, 1.02s
2026-03-07 01:26:32 +07:00
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
b92ebb4690 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
2026-03-04 23:21:07 +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
Kunthawat Greethong
34e5625a17 Redesign: Complete AI transformation with new branding
Features:
- New 5-color palette (Yellow, Black, Blue, Purple, Teal)
- White footer with updated navigation
- Homepage redesigned with Hero, Tech Stack, Process, FAQ, Blog sections
- 4 new AI service pages (Strategy, Automation, Training, Analytics)
- Modern effects: glass morphism, hover animations, gradients
- Removed all 'รับปรึกษา ฟรี' CTAs, replaced with Phone/Line
- Updated content to AI Transformation theme
- Port changed to 80 for Easypanel deployment

Breaking Changes:
- Old service pages removed (replaced with AI-focused services)
- Layout structure updated with new color variables
- CSS completely rewritten with new design system
2026-03-04 00:15:08 +07:00
Kunthawat Greethong
a578dd5a30 Initial commit: MoreminiMore redesign with Astro 2026-03-03 21:18:55 +07:00