From fa9c2d4a8edfe5da825cf5f52ceab61065ec9b1c Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sat, 7 Mar 2026 01:26:32 +0700 Subject: [PATCH] Major redesign: Blended colors, 3 services, new features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/layouts/Layout.astro | 163 ++++-------- src/pages/ai-consult.astro | 123 ++++++++++ src/pages/app-development.astro | 123 ---------- src/pages/index.astro | 300 ++++++++++++++--------- src/pages/online-marketing-consult.astro | 59 ----- src/styles/global.css | 219 +++++++++++++---- 6 files changed, 534 insertions(+), 453 deletions(-) create mode 100644 src/pages/ai-consult.astro delete mode 100644 src/pages/app-development.astro delete mode 100644 src/pages/online-marketing-consult.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 629effc..60d8712 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,7 +6,7 @@ interface Props { description?: string; } -const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI', description = 'เพิ่มยอดขายด้วย AI & Technology' } = Astro.props; +const { title = 'moreminimore | รับทำเว็บไซต์ฟรี + จ่ายค่า Server รายปี', description = 'SMEs ไทยไม่ต้องง้องบทำเว็บหลักหมื่นอีกต่อไป' } = Astro.props; --- @@ -16,27 +16,17 @@ const { title = 'MoreminiMore - ที่ปรึกษาองค์กร AI {title} - - -
+ -
- -