feat: Update images with Unsplash (hero + illustrations), fix UX/UI, add animations
- Replace MiniMax images with Unsplash (free commercial use) - Hero images: marketing, AI automation, tech consult, web dev, about-us - Illustrations: different from heroes for all 4 service pages - Fix ตัวอย่างการใช้งาน section on marketing-automation - Update about-us with hero image - All images stored locally (not hotlinks)
This commit is contained in:
@@ -33,163 +33,309 @@ const schemaData = {
|
||||
|
||||
<Layout title="เกี่ยวกับเรา | บริษัท มอร์มินิมอร์ จำกัด - รับทำเว็บไซต์ SEO AI Chatbot">
|
||||
<script type="application/ld+json" set:html={JSON.stringify(schemaData)} />
|
||||
<section class="py-20 bg-gradient-to-br from-yellow-50 to-white">
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section id="hero" class="reveal relative overflow-hidden min-h-[50vh] flex items-center">
|
||||
<!-- Hero Image Background -->
|
||||
<div class="absolute inset-0">
|
||||
<img
|
||||
src="/images/hero/about-us-hero.jpg"
|
||||
alt="ทีมงานมอร์มินิมอร์ - พาร์ทเนอร์ด้าน IT และ AI ที่พร้อมเติบโตไปกับคุณ"
|
||||
class="w-full h-full object-cover"
|
||||
/>
|
||||
<div class="absolute inset-0 bg-gradient-to-br from-purple-600/80 via-purple-500/70 to-blue-600/80"></div>
|
||||
<!-- Floating Shapes - Lighter purple/blue -->
|
||||
<div class="absolute top-20 left-10 w-72 h-72 bg-white/10 rounded-full blur-3xl animate-float-1"></div>
|
||||
<div class="absolute bottom-20 right-10 w-96 h-96 bg-blue-400/10 rounded-full blur-3xl animate-float-2"></div>
|
||||
<div class="absolute top-1/3 left-1/4 w-48 h-48 bg-white/5 rounded-full blur-2xl animate-float-3"></div>
|
||||
<div class="absolute bottom-1/3 right-1/4 w-64 h-64 bg-purple-300/10 rounded-full blur-2xl animate-float-1" style="animation-delay: 1.5s;"></div>
|
||||
</div>
|
||||
|
||||
<!-- Floating dots -->
|
||||
<div class="absolute inset-0 overflow-hidden pointer-events-none">
|
||||
<div class="absolute top-1/4 left-[10%] w-3 h-3 bg-white/20 rounded-full animate-float-dot-1"></div>
|
||||
<div class="absolute top-1/3 left-[80%] w-2 h-2 bg-white/20 rounded-full animate-float-dot-2"></div>
|
||||
<div class="absolute top-2/3 left-[20%] w-4 h-4 bg-white/20 rounded-full animate-float-dot-3"></div>
|
||||
</div>
|
||||
|
||||
<!-- Grid Pattern -->
|
||||
<div class="absolute inset-0 opacity-[0.03]" style="background-image: linear-gradient(white 1px, transparent 1px), linear-gradient(90deg, white 1px, transparent 1px); background-size: 50px 50px;"></div>
|
||||
|
||||
<div class="container mx-auto px-4 relative z-10 py-20">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6 text-white leading-tight animate-fade-in-up">
|
||||
เกี่ยวกับเรา
|
||||
</h1>
|
||||
<p class="text-lg md:text-xl text-white/80 max-w-2xl mx-auto animate-fade-in-up" style="animation-delay: 0.2s;">
|
||||
มอร์มินิมอร์ — พาร์ทเนอร์ด้าน IT และ AI ที่พร้อมเติบโตไปกับคุณ
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Vision Section -->
|
||||
<section id="vision" class="reveal py-24 bg-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<h1 class="text-4xl md:text-5xl font-bold text-center mb-8 text-secondary">
|
||||
เกี่ยวกับเรา
|
||||
</h1>
|
||||
<p class="text-xl text-center text-gray-700 max-w-3xl mx-auto mb-12">
|
||||
MoreMiniMore ให้บริการโซลูชัน IT และ AI ครบวงจร เพื่อช่วย SMEs ไทยเติบโตในยุคดิจิตอล
|
||||
</p>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-12 items-center max-w-6xl mx-auto">
|
||||
<div>
|
||||
<img
|
||||
src="https://www.moreminimore.com/wp-content/uploads/2022/01/Bright-Wisdom-Backgroud-service-2@2x.png"
|
||||
alt="Our System"
|
||||
class="rounded-lg shadow-xl w-full"
|
||||
width="500"
|
||||
height="500"
|
||||
/>
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="text-center mb-12">
|
||||
<span class="inline-flex items-center gap-2 px-4 py-1 bg-purple-100 text-purple-700 rounded-full text-sm font-medium mb-4">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
|
||||
วิสัยทัศน์
|
||||
</span>
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-black">
|
||||
เติบโตไปด้วยกัน
|
||||
</h2>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="text-3xl font-bold mb-6 text-secondary">ระบบของเรา</h2>
|
||||
<div class="space-y-6">
|
||||
<div class="flex gap-4">
|
||||
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">1️⃣</div>
|
||||
<div>
|
||||
<h3 class="text-xl font-bold mb-2">Server ประมวลผลหลัก</h3>
|
||||
<p class="text-gray-700">ประมวลผลข้อมูลจากแหล่งต่าง ๆ อย่างรวดเร็วและมีประสิทธิภาพ</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-4">
|
||||
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">2️⃣</div>
|
||||
<div>
|
||||
<h3 class="text-xl font-bold mb-2">Server วิเคราะห์ข้อมูล</h3>
|
||||
<p class="text-gray-700">วิเคราะห์ข้อมูลเชิงลึก เพื่อหาแนวทางที่เหมาะสม</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-4">
|
||||
<div class="flex-shrink-0 w-12 h-12 bg-primary rounded-full flex items-center justify-center text-2xl">3️⃣</div>
|
||||
<div>
|
||||
<h3 class="text-xl font-bold mb-2">Server จัดเก็บข้อมูล</h3>
|
||||
<p class="text-gray-700">จัดเก็บข้อมูลอย่างเป็นระบบ ปลอดภัย เข้าถึงได้ง่าย</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-gray-50 rounded-3xl p-8 md:p-12 text-center">
|
||||
<p class="text-xl md:text-2xl text-gray-700 leading-relaxed">
|
||||
"เราเชื่อว่าความสำเร็จของลูกค้าคือความสำเร็จของเรา<br/>
|
||||
<span class="text-black font-bold">เมื่อธุรกิจของคุณเติบโต</span> เราก็เติบโตไปด้วยกัน"
|
||||
</p>
|
||||
<p class="text-gray-600 mt-6">
|
||||
ความสำเร็จที่แท้จริงไม่ใช่แค่ตัวเลข แต่คือการเห็นผลงานที่เกิดขึ้นจริงของลูกค้า
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Values Section -->
|
||||
<section id="values" class="reveal py-24 bg-gray-50">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="text-center mb-12 max-w-2xl mx-auto">
|
||||
<span class="inline-flex items-center gap-2 px-4 py-1 bg-purple-100 text-purple-700 rounded-full text-sm font-medium mb-4">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z"/></svg>
|
||||
ค่านิยม
|
||||
</span>
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-black">
|
||||
สิ่งที่เรายึดมั่น
|
||||
</h2>
|
||||
<p class="text-gray-600">
|
||||
เรามุ่งเน้นที่ผลลัพธ์ที่จับต้องได้ ไม่ใช่แค่ตัวเลขบนหน้าจอ
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-5xl mx-auto">
|
||||
<!-- Value 1 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">เน้นผลงานจริง</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
เราวัดความสำเร็จจากยอดขายที่เพิ่มขึ้นของลูกค้า ไม่ใช่แค่คะแนน SEO หรือจำนวนการเข้าชม
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Value 2 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">เป็นพาร์ทเนอร์</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
เราไม่ได้มองลูกค้าเป็นแค่ผู้จ้าง แต่มองเป็นพาร์ทเนอร์ที่จะเติบโตไปด้วยกันในระยะยาว
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Value 3 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">คุ้มค่าที่สุด</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
ออกแบบโซลูชันให้เหมาะกับงบประมาณของคุณ เริ่มต้นง่าย ไม่ต้องลงทุนมาก
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Value 4 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">ทำงานเร็ว</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
เข้าใจว่าธุรกิจต้องการผลลัพธ์เร็ว ทำงานตรงเวลา ไม่ผัดวันประงัน
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Value 5 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">ดูแลต่อเนื่อง</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
ไม่ทิ้งหลังขาย พร้อมสนับสนุนและปรับปรุงระบบให้ตลอดเวลา
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Value 6 -->
|
||||
<div class="bg-white rounded-3xl p-8 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300">
|
||||
<div class="w-16 h-16 bg-purple-500 rounded-2xl flex items-center justify-center mb-6">
|
||||
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/></svg>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 text-black">โปร่งใส</h3>
|
||||
<p class="text-gray-600 text-sm">
|
||||
ราคาชัดเจน ไม่มีค่าใช้จ่ายซ่อนเร้น รายงานผลตรง ชัดเจน
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Image Section -->
|
||||
<section class="reveal py-12 bg-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="relative rounded-3xl shadow-2xl overflow-hidden">
|
||||
<img
|
||||
src="https://images.unsplash.com/photo-1553877522-43269d4ea984?w=1200&h=600&fit=crop"
|
||||
alt="MoreminiMore Team - AI Technology Partner"
|
||||
class="w-full h-64 md:h-96 object-cover"
|
||||
loading="lazy"
|
||||
/>
|
||||
<div class="absolute inset-0 bg-gradient-to-t from-black/50 to-transparent"></div>
|
||||
<div class="absolute bottom-0 left-0 right-0 p-6 md:p-8">
|
||||
<p class="text-white text-lg md:text-xl font-medium">พาร์ทเนอร์ด้าน IT และ AI ที่พร้อมเติบโตไปกับคุณ</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="py-20 bg-white">
|
||||
<!-- Why Choose Us -->
|
||||
<section class="reveal py-24 bg-gray-50">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-3xl font-bold text-center mb-12 text-secondary">วิสัยทัศน์ของเรา</h2>
|
||||
<div class="prose prose-lg mx-auto text-gray-700">
|
||||
<p class="mb-6">
|
||||
MoreminiMore มุ่งมั่นที่จะช่วยธุรกิจไทยเติบโตในยุคดิจิตอล ด้วยการใช้ข้อมูลเป็นพื้นฐานในการตัดสินใจ
|
||||
และพัฒนาศักยภาพของคนในองค์กรให้สามารถขับเคลื่อนธุรกิจได้อย่างยั่งยืน
|
||||
</p>
|
||||
<p class="mb-6">
|
||||
เราไม่เพียงแค่ให้คำแนะนำ แต่เรายังลงมือทำร่วมกับคุณ เพื่อให้มั่นใจว่ากลยุทธ์ที่วางไว้จะเกิดขึ้นจริง
|
||||
และวัดผลได้อย่างชัดเจน
|
||||
</p>
|
||||
<p>
|
||||
ด้วยประสบการณ์และทีมงานที่มีความเชี่ยวชาญ เราพร้อมที่จะเป็นพาร์ทเนอร์ในการเติบโตของธุรกิจคุณ
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- SEO Content Section -->
|
||||
<section class="py-20 bg-gray-light">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-8 text-center text-secondary">
|
||||
บริษัท มอร์มินิมอร์ จำกัด - พาร์ทเนอร์ด้าน IT และ AI เพื่อธุรกิจ SMEs
|
||||
<h2 class="text-3xl font-bold text-center mb-12 text-black">
|
||||
ทำไมเลือกเรา?
|
||||
</h2>
|
||||
|
||||
<div class="prose prose-lg mx-auto text-gray-700">
|
||||
<p class="mb-6">
|
||||
<strong class="text-secondary">บริษัท มอร์มินิมอร์ จำกัด</strong> เป็นผู้ให้บริการรับทำเว็บไซต์ SEO และ AI Chatbot ครบวงจร สำหรับธุรกิจ SMEs ทั่วประเทศ ด้วยประสบการณ์มากกว่า 5 ปี ในการพัฒนาระบบ IT และโซลูชัน AI เราเข้าใจดีว่าธุรกิจไทยต้องการอะไร และพร้อมมอบบริการที่ตอบโจทย์ที่สุดในงบประมาณที่คุ้มค่า
|
||||
</p>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ประวัติความเป็นมา</h3>
|
||||
<p class="mb-6">
|
||||
บริษัท มอร์มินิมอร์ จำกัด ก่อตั้งขึ้นด้วยความมุ่งมั่นที่จะช่วยให้ธุรกิจไทยสามารถแข่งขันในยุคดิจิทัลได้อย่างเท่าเทียม เราเริ่มต้นจากการเป็นทีมพัฒนาเล็กๆ ที่เชี่ยวชาญด้านการทำเว็บไซต์และการตลาดดิจิทัล จนขยายตัวมาเป็นบริษัทที่ให้บริการครบวงจรทั้งด้าน Web Development, SEO, AI Chatbot และ Marketing Automation
|
||||
</p>
|
||||
<p class="mb-6">
|
||||
ตลอดระยะเวลาที่ผ่านมา เรามีโอกาสได้ร่วมงานกับธุรกิจหลากหลายประเภท ไม่ว่าจะเป็นร้านค้าออนไลน์ คลินิกความงาม ร้านอาหาร โรงเรียนสอนพิเศษ บริษัทกฎหมาย และธุรกิจบริการอื่นๆ อีกมากมาย ประสบการณ์เหล่านี้ทำให้เราเข้าใจความท้าทายของ SMEs ไทย และสามารถออกแบบโซลูชันที่เหมาะสมกับแต่ละธุรกิจได้อย่างมีประสิทธิภาพ
|
||||
</p>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ทำไมต้องเลือกเรา?</h3>
|
||||
<p class="mb-6">
|
||||
เราแตกต่างจากบริษัทรับทำเว็บไซต์ทั่วไป เพราะเราไม่เพียงแต่สร้างเว็บไซต์ให้สวยงาม แต่เราใส่ใจในทุกรายละเอียดที่ส่งผลต่อความสำเร็จของธุรกิจคุณ ตั้งแต่การออกแบบที่ตอบโจทย์ผู้ใช้ การทำ SEO ให้ติดอันดับ Google ไปจนถึงการเชื่อมต่อระบบอัตโนมัติที่ช่วยลดต้นทุนในการดำเนินงาน
|
||||
</p>
|
||||
<ul class="list-disc pl-6 mb-6 space-y-2">
|
||||
<li><strong>ทีมงานมืออาชีพ:</strong> ทีมงานที่มีความเชี่ยวชาญเฉพาะด้าน ทั้ง Web Development, SEO, AI/ML และ Digital Marketing</li>
|
||||
<li><strong>เข้าใจธุรกิจ SMEs:</strong> เรามีประสบการณ์ทำงานกับ SMEs มากมาย ทำให้เข้าใจข้อจำกัดและสามารถเสนอโซลูชันที่คุ้มค่าที่สุด</li>
|
||||
<li><strong>บริการครบวงจร:</strong> เราให้บริการตั้งแต่ต้นจนจบ ไม่ต้องหา vendor หลายเจ้า</li>
|
||||
<li><strong>สนับสนุนหลังการขาย:</strong> เราไม่ทิ้งลูกค้าหลังเสร็จงาน มีบริการดูแลและให้คำปรึกษาอย่างต่อเนื่อง</li>
|
||||
<li><strong>ราคาโปร่งใส:</strong> ไม่มีค่าใช้จ่ายแอบแฝง ระบุราคาชัดเจนตั้งแต่ต้น</li>
|
||||
<li><strong>วัดผลได้:</strong> เราใช้ข้อมูลและตัวชี้วัดที่ชัดเจนในการติดตามผลการทำงาน</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ความเชี่ยวชาญของเรา</h3>
|
||||
<p class="mb-6">
|
||||
เราเชี่ยวชาญในหลายด้านที่ทำให้ธุรกิจของคุณสามารถเติบโตได้อย่างยั่งยืน:
|
||||
</p>
|
||||
<ul class="list-disc pl-6 mb-6 space-y-2">
|
||||
<li><strong>รับทำเว็บไซต์:</strong> เว็บไซต์ Responsive Design ที่สวยงาม ใช้งานง่าย และรองรับ SEO</li>
|
||||
<li><strong>บริการทำ SEO:</strong> เพิ่มการมองเห็นบน Google ดึงดูดลูกค้าที่มีคุณภาพ</li>
|
||||
<li><strong>AI Chatbot:</strong> ระบบตอบคำถามอัตโนมัติ 24/7 ลดภาระงานพนักงาน</li>
|
||||
<li><strong>Marketing Automation:</strong> ระบบอัตโนมัติทางการตลาด เพิ่มประสิทธิภาพการทำงาน</li>
|
||||
<li><strong>ที่ปรึกษาด้าน IT:</strong> ให้คำแนะนำในการเลือกและใช้งานเทคโนโลยีที่เหมาะสม</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ค่านิยมของบริษัท</h3>
|
||||
<p class="mb-6">
|
||||
เรายึดมั่นในค่านิยมหลัก 4 ประการ ที่เป็นแนวทางในการทำงานทุกครั้ง:
|
||||
</p>
|
||||
<ul class="list-disc pl-6 mb-6 space-y-2">
|
||||
<li><strong>ความซื่อสัตย์:</strong> เราทำงานด้วยความโปร่งใส และให้คำแนะนำที่เป็นจริง ไม่เกินความจริง</li>
|
||||
<li><strong>คุณภาพ:</strong> เรามุ่งมั่นส่งมอบงานที่มีคุณภาพสูงสุด ทุกงานคือตัวแทนของเรา</li>
|
||||
<li><strong>นวัตกรรม:</strong> เราติดตามเทคโนโลยีใหม่ๆ始终 และนำมาปรับใช้เพื่อประโยชน์ของลูกค้า</li>
|
||||
<li><strong>ความเป็นพาร์ทเนอร์:</strong> เราไม่มองลูกค้าเป็นเพียงผู้จ้างงาน แต่มองเป็นพาร์ทเนอร์ที่เราจะเติบโตไปด้วยกัน</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ผลงานและความภูมิใจ</h3>
|
||||
<p class="mb-6">
|
||||
ตลอดระยะเวลาที่ผ่านมา เรามีโอกาสได้ร่วมงานกับลูกค้ามากมาย และช่วยเพิ่มยอดขายและประสิทธิภาพให้ธุรกิจของพวกเขา บางโครงการเราสามารถช่วยลูกค้าเพิ่มยอดขายได้มากกว่า 50% บางโครงการช่วยลดต้นทุนการทำงานได้มากกว่า 70% ซึ่งความสำเร็จเหล่านี้คือความภูมิใจของเรา
|
||||
</p>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">ติดต่อเรา</h3>
|
||||
<p class="mb-6">
|
||||
หากคุณกำลังมองหาพาร์ทเนอร์ด้าน IT และ AI ที่จะช่วยพัฒนาธุรกิจของคุณ เรายินดีให้คำปรึกษาฟรี ไม่มีค่าใช้จ่าย ติดต่อเรามาได้เลย แล้วเราจะช่วยคุณวางแผนกลยุทธ์ที่เหมาะสมที่สุด
|
||||
</p>
|
||||
<p class="mb-6">
|
||||
<strong>บริษัท มอร์มินิมอร์ จำกัด</strong><br />
|
||||
ที่อยู่: 53 หมู่ 1 ต.บ้านแพ้ว อ.บ้านแพ้ว จ.สมุทรสาคร 74120<br />
|
||||
โทร: 080-995-5945<br />
|
||||
อีเมล: contact@moreminimore.com<br />
|
||||
LINE: @moreminimore
|
||||
</p>
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="bg-white p-6 rounded-2xl shadow-sm hover:shadow-lg transition-shadow">
|
||||
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center mb-4">
|
||||
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
|
||||
</div>
|
||||
<h3 class="font-bold mb-2 text-black">เน้นผลลัพธ์</h3>
|
||||
<p class="text-gray-600 text-sm">เราวัดผลทุกอย่าง และมุ่งเน้นให้เห็นผลจริงในการเพิ่มยอดขาย</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-2xl shadow-sm hover:shadow-lg transition-shadow">
|
||||
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center mb-4">
|
||||
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
||||
</div>
|
||||
<h3 class="font-bold mb-2 text-black">ราคาเหมาะสม</h3>
|
||||
<p class="text-gray-600 text-sm">ออกแบบมาให้ SMEs สามารถเริ่มต้นได้ง่าย ไม่ต้องลงทุนมาก</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-2xl shadow-sm hover:shadow-lg transition-shadow">
|
||||
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center mb-4">
|
||||
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/></svg>
|
||||
</div>
|
||||
<h3 class="font-bold mb-2 text-black">ดูแลต่อเนื่อง</h3>
|
||||
<p class="text-gray-600 text-sm">ไม่ทิ้งหลังขาย พร้อมอบรมและสนับสนุนตลอดการใช้งาน</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-6 rounded-2xl shadow-sm hover:shadow-lg transition-shadow">
|
||||
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center mb-4">
|
||||
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
|
||||
</div>
|
||||
<h3 class="font-bold mb-2 text-black">ทำงานเร็ว</h3>
|
||||
<p class="text-gray-600 text-sm">เข้าใจว่าธุรกิจต้องการผลลัพธ์เร็ว ทำงานตรงเวลา ไม่ผัดวัน</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="py-20 bg-gray-100">
|
||||
<!-- Contact Section -->
|
||||
<section class="reveal py-20 bg-primary">
|
||||
<div class="container mx-auto px-4 text-center">
|
||||
<h2 class="text-3xl font-bold mb-8 text-secondary">พร้อมร่วมงานกับคุณ</h2>
|
||||
<p class="text-xl text-gray-700 mb-8 max-w-2xl mx-auto">
|
||||
ให้เราช่วยคุณพัฒนาระบบและกลยุทธ์ที่ตอบโจทย์ธุรกิจ
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-black">
|
||||
พร้อมร่วมงานกับคุณแล้วหรือยัง?
|
||||
</h2>
|
||||
<p class="text-black/70 mb-8 max-w-xl mx-auto">
|
||||
เริ่มต้นง่ายๆ แค่โทรหาหรือเพิ่ม LINE มาคุยกันก่อน ไม่มีค่าใช้จ่าย!
|
||||
</p>
|
||||
<a href="/contact-us" class="bg-primary text-black px-8 py-4 rounded-full font-bold text-lg hover:bg-primary-hover transition inline-block shadow-lg">
|
||||
ติดต่อเรา
|
||||
</a>
|
||||
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<a href="tel:0809955945" class="bg-black text-primary px-8 py-4 rounded-full font-bold text-lg hover:bg-black/80 transition-all hover:scale-105 shadow-xl flex items-center justify-center gap-2">
|
||||
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
|
||||
<path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/>
|
||||
</svg>
|
||||
080-995-5945
|
||||
</a>
|
||||
<a href="https://line.me/" target="_blank" rel="noopener noreferrer" class="bg-white text-black px-8 py-4 rounded-full font-bold text-lg hover:bg-gray-100 transition-all hover:scale-105 shadow-xl flex items-center justify-center gap-2">
|
||||
<img src="/icons/social/line.svg" alt="LINE" class="w-5 h-5" />
|
||||
เพิ่ม Line
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
@keyframes fade-in {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes fade-in-up {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes float-1 {
|
||||
0%, 100% { transform: translateY(0) translateX(0); }
|
||||
25% { transform: translateY(-30px) translateX(15px); }
|
||||
50% { transform: translateY(-20px) translateX(-15px); }
|
||||
75% { transform: translateY(-40px) translateX(10px); }
|
||||
}
|
||||
|
||||
@keyframes float-2 {
|
||||
0%, 100% { transform: translateY(0) translateX(0); }
|
||||
25% { transform: translateY(-25px) translateX(-20px); }
|
||||
50% { transform: translateY(-35px) translateX(15px); }
|
||||
75% { transform: translateY(-15px) translateX(-10px); }
|
||||
}
|
||||
|
||||
@keyframes float-3 {
|
||||
0%, 100% { transform: translateY(0) scale(1); }
|
||||
50% { transform: translateY(-30px) scale(1.1); }
|
||||
}
|
||||
|
||||
@keyframes float-dot-1 {
|
||||
0%, 100% { transform: translateY(0) translateX(0); opacity: 0.1; }
|
||||
50% { transform: translateY(-40px) translateX(15px); opacity: 0.3; }
|
||||
}
|
||||
|
||||
@keyframes float-dot-2 {
|
||||
0%, 100% { transform: translateY(0) translateX(0); opacity: 0.1; }
|
||||
50% { transform: translateY(-30px) translateX(-20px); opacity: 0.35; }
|
||||
}
|
||||
|
||||
@keyframes float-dot-3 {
|
||||
0%, 100% { transform: translateY(0) translateX(0); opacity: 0.1; }
|
||||
50% { transform: translateY(-35px) translateX(10px); opacity: 0.25; }
|
||||
}
|
||||
|
||||
.animate-fade-in-up {
|
||||
opacity: 0;
|
||||
animation: fade-in-up 0.6s ease-out forwards;
|
||||
}
|
||||
|
||||
.animate-float-1 { animation: float-1 4s ease-in-out infinite; }
|
||||
.animate-float-2 { animation: float-2 5s ease-in-out infinite; }
|
||||
.animate-float-3 { animation: float-3 3s ease-in-out infinite; }
|
||||
.animate-float-dot-1 { animation: float-dot-1 2s ease-in-out infinite; }
|
||||
.animate-float-dot-2 { animation: float-dot-2 2.5s ease-in-out infinite; }
|
||||
.animate-float-dot-3 { animation: float-dot-3 3s ease-in-out infinite; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user