Files
moreminimore-redesign/src/pages/index.astro
Kunthawat Greethong 7d8828b085 Update Line links to new @539hdlul ID
- Updated all https://line.me/ti/p/@moreminimore to https://line.me/ti/p/~@539hdlul
- Updated all https://line.me/ (no username) to https://line.me/ti/p/~@539hdlul
- Updated text references from @moreminimore to ~@539hdlul
- Updated footer and contact page Line links

Files changed:
- src/layouts/Layout.astro
- src/pages/index.astro
- src/pages/about-us.astro
- src/pages/web-development.astro
- src/pages/ai-automation.astro
- src/pages/tech-consult.astro
- src/pages/marketing-automation.astro
- src/pages/contact-us.astro
- src/pages/privacy-policy.astro
- src/pages/terms-and-conditions.astro
2026-04-01 21:42:49 +07:00

741 lines
47 KiB
Plaintext

---
import Layout from '../layouts/Layout.astro'
const schemaData = {
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "บริษัท มอร์มินิมอร์ จำกัด",
"description": "รับทำเว็บไซต์ SEO AI Chatbot และ Marketing Automation สำหรับ SMEs ไทย เพิ่มยอดขาย ลดต้นทุน ด้วยเทคโนโลยีที่ทันสมัย",
"url": "https://www.moreminimore.com",
"telephone": "0809955945",
"email": "contact@moreminimore.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "53 หมู่ 1 ต.บ้านแพ้ว อ.บ้านแพ้ว",
"addressLocality": "สมุทรสาคร",
"postalCode": "74120",
"addressCountry": "TH"
},
"priceRange": "฿฿",
"areaServed": "Thailand",
"sameAs": [
"https://www.facebook.com/moreminimore",
"https://twitter.com/moreminimore",
"https://www.linkedin.com/company/moreminimore"
]
}
---
<Layout title="รับทำเว็บไซต์ SEO AI Chatbot | MoreminiMore - โซลูชัน IT เพื่อ SMEs ไทย">
<script type="application/ld+json" set:html={JSON.stringify(schemaData)} />
<!-- Hero Section -->
<section id="hero" class="relative overflow-hidden min-h-[85vh] flex items-center">
<!-- Animated Background with multi-color -->
<div class="absolute inset-0 bg-gradient-to-br from-primary via-yellow-200 via-red-400 to-purple-500">
<!-- Floating Shapes with vibrant colors -->
<div class="absolute top-20 left-10 w-72 h-72 bg-red-500/30 rounded-full blur-3xl animate-float-1"></div>
<div class="absolute bottom-20 right-10 w-96 h-96 bg-purple-500/30 rounded-full blur-3xl animate-float-2"></div>
<div class="absolute top-1/3 left-1/4 w-48 h-48 bg-blue-500/20 rounded-full blur-2xl animate-float-3"></div>
<div class="absolute bottom-1/3 right-1/4 w-64 h-64 bg-green-500/20 rounded-full blur-2xl animate-float-1" style="animation-delay: 1.5s;"></div>
<div class="absolute top-1/2 left-1/2 w-40 h-40 bg-pink-500/25 rounded-full blur-2xl animate-float-2" style="animation-delay: 0.5s;"></div>
</div>
<!-- Floating dots/particles -->
<div class="absolute inset-0 overflow-hidden pointer-events-none">
<div class="absolute top-1/4 left-[10%] w-3 h-3 bg-black/10 rounded-full animate-float-dot-1"></div>
<div class="absolute top-1/3 left-[80%] w-2 h-2 bg-black/10 rounded-full animate-float-dot-2"></div>
<div class="absolute top-2/3 left-[20%] w-4 h-4 bg-black/10 rounded-full animate-float-dot-3"></div>
<div class="absolute top-1/2 left-[70%] w-2 h-2 bg-black/10 rounded-full animate-float-dot-1"></div>
<div class="absolute top-3/4 left-[60%] w-3 h-3 bg-black/10 rounded-full animate-float-dot-2"></div>
<div class="absolute top-1/5 left-[45%] w-2 h-2 bg-black/10 rounded-full animate-float-dot-3"></div>
</div>
<!-- Grid Pattern Overlay -->
<div class="absolute inset-0 opacity-[0.03]" style="background-image: linear-gradient(black 1px, transparent 1px), linear-gradient(90deg, black 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">
<!-- Badge -->
<div class="reveal stagger-1 inline-flex items-center gap-2 bg-black/10 backdrop-blur-sm px-4 py-2 rounded-full mb-8 animate-fade-in">
<span class="w-2 h-2 bg-green-500 rounded-full animate-pulse"></span>
<span class="text-sm font-medium text-black/80">พร้อมช่วยธุรกิจคุณเติบโต</span>
</div>
<!-- Main Headline -->
<h1 class="reveal stagger-2 text-4xl md:text-6xl lg:text-7xl font-bold mb-6 text-black leading-tight animate-fade-in-up" style="animation-delay: 0.1s;">
เปลี่ยนธุรกิจให้<br/>
<span class="text-black">เติบโตด้วย AI</span>
</h1>
<!-- Subheadline -->
<p class="reveal stagger-3 text-lg md:text-xl text-black/70 mb-10 max-w-2xl mx-auto leading-relaxed animate-fade-in-up" style="animation-delay: 0.2s;">
รับทำเว็บไซต์ AI Chatbot และระบบอัตโนมัติทางการตลาด
ที่ช่วยเพิ่มยอดขาย ลดต้นทุน ให้ธุรกิจ SMEs ไทย
</p>
<!-- CTAs -->
<div class="reveal stagger-4 flex flex-col sm:flex-row gap-4 justify-center items-center animate-fade-in-up" style="animation-delay: 0.3s;">
<a href="tel:0809955945" class="group bg-black text-primary px-8 py-4 rounded-full font-bold text-lg hover:bg-black/80 transition-all duration-300 hover:scale-105 shadow-2xl hover:shadow-3xl flex items-center gap-3">
<svg class="w-5 h-5 group-hover:animate-bounce" 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>
โทรหาเรา
</a>
<a href="https://line.me/ti/p/~@539hdlul" target="_blank" rel="noopener noreferrer" class="group bg-white text-black px-8 py-4 rounded-full font-bold text-lg hover:bg-gray-100 transition-all duration-300 hover:scale-105 shadow-2xl hover:shadow-3xl flex items-center gap-3">
<img src="/icons/social/line.svg" alt="LINE" class="w-5 h-5 group-hover:animate-bounce" />
เพิ่ม Line
</a>
</div>
<!-- Trust Badges -->
<div class="reveal stagger-5 mt-12 pt-8 border-t border-black/10 animate-fade-in-up" style="animation-delay: 0.4s;">
<p class="text-sm text-black/50 mb-4">เชื่อถือได้</p>
<div class="flex flex-wrap justify-center gap-6 text-black/60 text-sm">
<span class="flex items-center gap-2">
<svg class="w-4 h-4 text-green-600" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ปรึกษาฟรี
</span>
<span class="flex items-center gap-2">
<svg class="w-4 h-4 text-green-600" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ดูแลหลังขาย
</span>
<span class="flex items-center gap-2">
<svg class="w-4 h-4 text-green-600" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ราคาเหมาะสม
</span>
</div>
</div>
</div>
<!-- Scroll Indicator -->
<div class="absolute bottom-8 left-1/2 -translate-x-1/2 animate-bounce">
<svg class="w-6 h-6 text-black/40" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"/>
</svg>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-24 bg-white">
<div class="container mx-auto px-4">
<!-- Section Header -->
<div class="reveal text-center mb-16 max-w-2xl mx-auto">
<span class="inline-block px-4 py-1 bg-primary/20 text-black rounded-full text-sm font-medium mb-4">
บริการของเรา
</span>
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-black">
โซลูชันครบวงจร<br/>สำหรับธุรกิจของคุณ
</h2>
<p class="text-gray-600">
เราช่วยคุณตั้งแต่เริ่มต้นจนถึงการเติบโต ด้วยเทคโนโลยีที่เหมาะกับงบประมาณ
</p>
</div>
<!-- Services Grid -->
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-6xl mx-auto">
<!-- Service 1 -->
<a href="/web-development" class="reveal stagger-1 group bg-gray-50 rounded-3xl p-8 hover:bg-primary transition-all duration-300 hover:shadow-2xl hover:-translate-y-2">
<div class="w-16 h-16 bg-primary/20 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-white/50 transition-colors">
<svg class="w-8 h-8 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-3 text-black group-hover:text-black">AI-Enhanced Website</h3>
<p class="text-gray-600 text-sm mb-4 group-hover:text-gray-700">
เว็บไซต์ที่มี AI Chatbot ตอบคำถามลูกค้า 24/7 พร้อมระบบ SEO ที่ติดอันดับ Google
</p>
<span class="text-sm font-medium text-black/60 group-hover:text-black/80 flex items-center gap-1">
ดูรายละเอียด
<svg class="w-4 h-4 group-hover:translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</span>
</a>
<!-- Service 2 -->
<a href="/marketing-automation" class="reveal stagger-2 group bg-gray-50 rounded-3xl p-8 hover:bg-primary transition-all duration-300 hover:shadow-2xl hover:-translate-y-2">
<div class="w-16 h-16 bg-primary/20 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-white/50 transition-colors">
<svg class="w-8 h-8 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-3 text-black group-hover:text-black">Marketing Automation</h3>
<p class="text-gray-600 text-sm mb-4 group-hover:text-gray-700">
ระบบการตลาดอัตโนมัติ รวม SEO, LINE, Facebook, Email ลดงานซ้ำซ้อน
</p>
<span class="text-sm font-medium text-black/60 group-hover:text-black/80 flex items-center gap-1">
ดูรายละเอียด
<svg class="w-4 h-4 group-hover:translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</span>
</a>
<!-- Service 3 -->
<a href="/ai-automation" class="reveal stagger-3 group bg-gray-50 rounded-3xl p-8 hover:bg-primary transition-all duration-300 hover:shadow-2xl hover:-translate-y-2">
<div class="w-16 h-16 bg-primary/20 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-white/50 transition-colors">
<svg class="w-8 h-8 text-black" 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 group-hover:text-black">AI Automation</h3>
<p class="text-gray-600 text-sm mb-4 group-hover:text-gray-700">
ระบบอัตโนมัติทุกอย่าง ตอบคำถาม ส่งข้อมูล บันทึกออร์เดอร์ 24/7
</p>
<span class="text-sm font-medium text-black/60 group-hover:text-black/80 flex items-center gap-1">
ดูรายละเอียด
<svg class="w-4 h-4 group-hover:translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</span>
</a>
<!-- Service 4 -->
<a href="/tech-consult" class="reveal stagger-4 group bg-gray-50 rounded-3xl p-8 hover:bg-primary transition-all duration-300 hover:shadow-2xl hover:-translate-y-2">
<div class="w-16 h-16 bg-primary/20 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-white/50 transition-colors">
<svg class="w-8 h-8 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-3 text-black group-hover:text-black">Tech Consult</h3>
<p class="text-gray-600 text-sm mb-4 group-hover:text-gray-700">
คำปรึกษาระบบ IT และ Cloud เลือกเครื่องมือที่เหมาะกับธุรกิจคุณ
</p>
<span class="text-sm font-medium text-black/60 group-hover:text-black/80 flex items-center gap-1">
ดูรายละเอียด
<svg class="w-4 h-4 group-hover:translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</span>
</a>
<!-- Service 5 - CTA Card -->
<div class="reveal stagger-5 bg-black rounded-3xl p-8 text-white flex flex-col justify-between">
<div>
<h3 class="text-xl font-bold mb-3 text-primary">ไม่แน่ใจเลือกอะไร?</h3>
<p class="text-gray-400 text-sm mb-6">
ปรึกษาฟรี! เราพร้อมแนะนำโซลูชันที่เหมาะกับธุรกิจและงบประมาณของคุณ
</p>
</div>
<a href="tel:0809955945" class="bg-primary text-black px-6 py-3 rounded-full font-bold text-sm text-center hover:bg-primary/90 transition-colors">
ปรึกษาฟรี
</a>
</div>
</div>
</div>
</section>
<!-- Why Choose Us -->
<section id="why-choose-us" class="py-24 bg-gray-50">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<h2 class="reveal text-3xl md:text-4xl font-bold text-center mb-12 text-black">
ทำไมเลือกเรา?
</h2>
<div class="grid md:grid-cols-2 gap-8">
<div class="reveal stagger-1 bg-white p-8 rounded-3xl shadow-sm hover:shadow-xl transition-all duration-300 hover:-translate-y-1 border border-gray-100">
<div class="w-14 h-14 bg-primary/20 rounded-2xl flex items-center justify-center mb-5">
<svg class="w-7 h-7 text-black" 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 text-xl mb-3 text-black">เน้นผลลัพธ์</h3>
<p class="text-gray-600 leading-relaxed">เราวัดผลทุกอย่าง และมุ่งเน้นให้เห็นผลจริงในการเพิ่มยอดขาย</p>
</div>
<div class="reveal stagger-2 bg-white p-8 rounded-3xl shadow-sm hover:shadow-xl transition-all duration-300 hover:-translate-y-1 border border-gray-100">
<div class="w-14 h-14 bg-primary/20 rounded-2xl flex items-center justify-center mb-5">
<svg class="w-7 h-7 text-black" 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 text-xl mb-3 text-black">ราคาเหมาะสม</h3>
<p class="text-gray-600 leading-relaxed">ออกแบบมาให้ SMEs สามารถเริ่มต้นได้ง่าย ไม่ต้องลงทุนมาก</p>
</div>
<div class="reveal stagger-3 bg-white p-8 rounded-3xl shadow-sm hover:shadow-xl transition-all duration-300 hover:-translate-y-1 border border-gray-100">
<div class="w-14 h-14 bg-primary/20 rounded-2xl flex items-center justify-center mb-5">
<svg class="w-7 h-7 text-black" 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 text-xl mb-3 text-black">ดูแลต่อเนื่อง</h3>
<p class="text-gray-600 leading-relaxed">ไม่ทิ้งหลังขาย พร้อมอบรมและสนับสนุนตลอดการใช้งาน</p>
</div>
<div class="reveal stagger-4 bg-white p-8 rounded-3xl shadow-sm hover:shadow-xl transition-all duration-300 hover:-translate-y-1 border border-gray-100">
<div class="w-14 h-14 bg-primary/20 rounded-2xl flex items-center justify-center mb-5">
<svg class="w-7 h-7 text-black" 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 text-xl mb-3 text-black">ทำงานเร็ว</h3>
<p class="text-gray-600 leading-relaxed">เข้าใจว่าธุรกิจต้องการผลลัพธ์เร็ว ทำงานตรงเวลา ไม่ผัดวัน</p>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section id="process" class="py-24 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<span class="reveal inline-block px-4 py-1 bg-primary/20 text-black rounded-full text-sm font-medium mb-4">
กระบวนการทำงาน
</span>
<h2 class="reveal stagger-1 text-3xl md:text-4xl font-bold mb-4 text-black">
เริ่มต้นง่ายๆ 4 ขั้นตอน
</h2>
</div>
<!-- Timeline -->
<div class="max-w-4xl mx-auto">
<!-- Step 1 -->
<div class="reveal stagger-1 flex gap-6 mb-8 group">
<div class="flex-shrink-0">
<div class="w-16 h-16 bg-primary rounded-2xl flex items-center justify-center text-2xl font-bold text-black shadow-lg group-hover:scale-110 transition-transform">
1
</div>
</div>
<div class="flex-grow bg-gray-50 rounded-2xl p-6 hover:shadow-lg transition-shadow">
<h3 class="font-bold text-lg mb-2 text-black">ปรึกษาฟรี</h3>
<p class="text-gray-600 text-sm">พูดคุยกับเราฟรี! เราจะฟังความต้องการของคุณและแนะนำโซลูชันที่เหมาะสม</p>
</div>
</div>
<!-- Step 2 -->
<div class="reveal stagger-2 flex gap-6 mb-8 group">
<div class="flex-shrink-0">
<div class="w-16 h-16 bg-black text-primary rounded-2xl flex items-center justify-center text-2xl font-bold shadow-lg group-hover:scale-110 transition-transform">
2
</div>
</div>
<div class="flex-grow bg-gray-50 rounded-2xl p-6 hover:shadow-lg transition-shadow">
<h3 class="font-bold text-lg mb-2 text-black">วางแผนและเสนอราคา</h3>
<p class="text-gray-600 text-sm">เราจะส่ง proposal พร้อมราคาและ timeline ที่ชัดเจน ไม่มีค่าใช้จ่ายซ่อนเร้น</p>
</div>
</div>
<!-- Step 3 -->
<div class="reveal stagger-3 flex gap-6 mb-8 group">
<div class="flex-shrink-0">
<div class="w-16 h-16 bg-primary rounded-2xl flex items-center justify-center text-2xl font-bold text-black shadow-lg group-hover:scale-110 transition-transform">
3
</div>
</div>
<div class="flex-grow bg-gray-50 rounded-2xl p-6 hover:shadow-lg transition-shadow">
<h3 class="font-bold text-lg mb-2 text-black">พัฒนาและติดตั้ง</h3>
<p class="text-gray-600 text-sm">ทีมงานเริ่มพัฒนาระบบให้คุณ พร้อมอัปเดตความคืบหน้าตลอด</p>
</div>
</div>
<!-- Step 4 -->
<div class="reveal stagger-4 flex gap-6 group">
<div class="flex-shrink-0">
<div class="w-16 h-16 bg-black text-primary rounded-2xl flex items-center justify-center text-2xl font-bold shadow-lg group-hover:scale-110 transition-transform">
4
</div>
</div>
<div class="flex-grow bg-gray-50 rounded-2xl p-6 hover:shadow-lg transition-shadow">
<h3 class="font-bold text-lg mb-2 text-black">ส่งมอบและดูแลต่อเนื่อง</h3>
<p class="text-gray-600 text-sm">ส่งมอบพร้อมอบรมการใช้งาน และดูแลหลังการขายให้ตลอด</p>
</div>
</div>
</div>
</div>
</section>
<!-- Quick CTA -->
<section id="quick-cta" class="py-24 bg-primary">
<div class="container mx-auto px-4 text-center">
<h2 class="reveal text-3xl md:text-4xl font-bold mb-4 text-black">
พร้อมเปลี่ยนธุรกิจแล้วหรือยัง?
</h2>
<p class="reveal stagger-1 text-black/70 mb-10 max-w-xl mx-auto text-lg">
เริ่มต้นง่ายๆ แค่โทรหาหรือเพิ่ม LINE มาคุยกันก่อน ไม่มีค่าใช้จ่าย!
</p>
<div class="reveal stagger-2 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/ti/p/~@539hdlul" 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>
<!-- SEO Content Section -->
<section id="seo-content" class="py-24 bg-gray-50">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<h2 class="reveal text-3xl md:text-4xl font-bold mb-8 text-center text-black">
บริการรับทำเว็บไซต์ SEO และ AI Chatbot เพื่อธุรกิจ SMEs
</h2>
<div class="prose prose-lg max-w-none space-y-8">
<div class="reveal">
<p class="text-gray-700 leading-relaxed">
<strong class="text-black">บริษัท มอร์มินิมอร์ จำกัด</strong> ให้บริการรับทำเว็บไซต์ SEO และ AI Chatbot ครบวงจร สำหรับธุรกิจ SMEs ทั่วประเทศ เราเข้าใจดีว่าในยุคดิจิทัลปัจจุบัน การมีเว็บไซต์ที่สวยงามอย่างเดียวไม่เพียงพอ แต่ต้องเป็นเว็บไซต์ที่สามารถเพิ่มยอดขายได้จริง ติดอันดับ Google และมีระบบอัตโนมัติที่ช่วยลดต้นทุนในการดำเนินงาน
</p>
</div>
<div class="reveal stagger-1">
<h3 class="text-xl font-bold mt-8 mb-4 text-black">ทำไมต้องเลือกบริการของเรา?</h3>
<p class="text-gray-700 leading-relaxed">
ด้วยประสบการณ์ในการพัฒนาระบบ IT และ AI ให้กับธุรกิจหลากหลายประเภท เราพร้อมมอบโซลูชันที่เหมาะสมกับงบประมาณและความต้องการของคุณ ไม่ว่าจะเป็นเว็บไซต์สำหรับร้านค้าออนไลน์ ระบบ Chatbot ตอบคำถามอัตโนมัติ หรือการทำ SEO ให้เว็ติดอันดับ Google เราดูแลครบทุกขั้นตอนตั้งแต่ต้นจนจบ
</p>
</div>
<div class="reveal stagger-2">
<h3 class="text-xl font-bold mt-8 mb-4 text-black">บริการรับทำเว็บไซต์ครบวงจร</h3>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ออกแบบ UI/UX ที่ใช้งานง่าย สวยงาม ทันสมัย
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
รองรับ SEO ตั้งแต่โครงสร้างเว็บไซต์
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
Responsive Design แสดงผลสวยงามทุกอุปกรณ์
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ระบบจัดการเนื้อหา (CMS) ใช้งานง่าย
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ติดตั้ง SSL Certificate เพื่อความปลอดภัย
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
เชื่อมต่อ Google Analytics และ Search Console
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
อบรมการใช้งานฟรี
</li>
</ul>
</div>
<div class="reveal stagger-3">
<h3 class="text-xl font-bold mt-8 mb-4 text-black">บริการทำ SEO ติดอันดับ Google</h3>
<p class="text-gray-700 mb-4 leading-relaxed">
การทำ SEO (Search Engine Optimization) คือกระบวนการปรับแต่งเว็บไซต์ให้ติดอันดับต้นๆ ของ Google เมื่อลูกค้าค้นหาด้วยคำค้นหาที่เกี่ยวข้องกับธุรกิจคุณ เราใช้กลยุทธ์ที่เน้นความยั่งยืน ไม่ใช้วิธีลัดที่เสี่ยงต่อการถูกลงโทษจาก Google
</p>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
วิจัย Keyword ที่มีศักยภาพและคู่แข่งไม่สูงเกินไป
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ปรับแต่ง On-Page SEO (Title, Meta Description, Headings)
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
สร้างคอนเทนต์คุณภาพที่ตอบโจทย์ผู้ใช้
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ปรับความเร็วเว็บไซต์ให้โหลดเร็ว
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
สร้าง Backlinks จากแหล่งที่น่าเชื่อถือ
</li>
<li class="flex items-start gap-3">
<svg class="w-5 h-5 text-green-600 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ติดตามและรายงานผลอย่างสม่ำเสมอ
</li>
</ul>
</div>
<div class="reveal stagger-4">
<h3 class="text-xl font-bold mt-8 mb-4 text-black">AI Chatbot ตอบคำถามลูกค้า 24/7</h3>
<p class="text-gray-700 leading-relaxed">
Chatbot คือระบบตอบคำถามอัตโนมัติที่ทำงานตลอด 24 ชั่วโมง ไม่มีวันหยุด ช่วยคุณตอบคำถามลูกค้าได้ทันที แม้ในเวลาที่ร้านปิด ลดภาระงานของพนักงาน และเพิ่มโอกาสในการปิดการขาย เพราะลูกค้าได้รับคำตอบทันทีที่ต้องการ
</p>
</div>
<div class="reveal stagger-5">
<h3 class="text-xl font-bold mt-8 mb-4 text-black">Marketing Automation ลดงานซ้ำซ้อน</h3>
<p class="text-gray-700 leading-relaxed">
ระบบอัตโนมัติทางการตลาดช่วยให้คุณสื่อสารกับลูกค้าได้อย่างมีประสิทธิภาพโดยไม่ต้องทำด้วยตนเองทุกครั้ง เช่น การส่งอีเมลติดตามลูกค้าที่ทิ้งตะกร้าสินค้า การส่งโปรโมชั่นวันเกิด หรือการแจ้งเตือนเมื่อมีลูกค้าใหม่
</p>
</div>
<div class="reveal stagger-6 bg-primary/10 rounded-2xl p-6 mt-8">
<h3 class="text-xl font-bold mb-4 text-black">เริ่มต้นอย่างไร?</h3>
<p class="text-gray-700 leading-relaxed">
หากคุณสนใจบริการของเรา สามารถติดต่อมาปรึกษาฟรี ไม่มีค่าใช้จ่าย เราพร้อมช่วยคุณวิเคราะห์ความต้องการและแนะนำโซลูชันที่เหมาะสมที่สุดกับธุรกิจและงบประมาณของคุณ
</p>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="py-24 bg-white">
<div class="container mx-auto px-4 max-w-3xl">
<h2 class="reveal text-3xl md:text-4xl font-bold text-center mb-12 text-black">
คำถามที่พบบ่อย
</h2>
<div class="space-y-4">
<details class="reveal stagger-1 group bg-gray-50 rounded-2xl overflow-hidden">
<summary class="flex justify-between items-center cursor-pointer p-6 font-bold text-black hover:bg-gray-100 transition">
<span>SMEs ขนาดเล็ก ใช้บริการของคุณได้ไหม?</span>
<svg class="w-6 h-6 group-open:rotate-45 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg>
</summary>
<div class="px-6 pb-6 text-gray-600 leading-relaxed">
ได้แน่นอน! เราออกแบบบริการสำหรับ SMEs โดยเฉพาะ มีทั้ง Package เล็กสำหรับธุรกิจเริ่มต้น และโซลูชันใหญ่สำหรับธุรกิจที่กำลังขยาย
</div>
</details>
<details class="reveal stagger-2 group bg-gray-50 rounded-2xl overflow-hidden">
<summary class="flex justify-between items-center cursor-pointer p-6 font-bold text-black hover:bg-gray-100 transition">
<span>ต้องใช้ความรู้ทางเทคนิคไหม?</span>
<svg class="w-6 h-6 group-open:rotate-45 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg>
</summary>
<div class="px-6 pb-6 text-gray-600 leading-relaxed">
ไม่จำเป็น! เราดูแลทุกอย่างตั้งแต่ต้นจนจบ และอบรมทีมของคุณให้ใช้งานระบบได้อย่างมั่นใจ
</div>
</details>
<details class="reveal stagger-3 group bg-gray-50 rounded-2xl overflow-hidden">
<summary class="flex justify-between items-center cursor-pointer p-6 font-bold text-black hover:bg-gray-100 transition">
<span>ใช้เวลานานแค่ไหนถึงจะเห็นผล?</span>
<svg class="w-6 h-6 group-open:rotate-45 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg>
</summary>
<div class="px-6 pb-6 text-gray-600 leading-relaxed">
ขึ้นอยู่กับบริการ: เว็บไซต์ใช้เวลา 2-6 สัปดาห์, Marketing Automation เห็นผลใน 1-3 เดือน, SEO ใช้เวลา 3-6 เดือนในการติดอันดับ
</div>
</details>
<details class="reveal stagger-4 group bg-gray-50 rounded-2xl overflow-hidden">
<summary class="flex justify-between items-center cursor-pointer p-6 font-bold text-black hover:bg-gray-100 transition">
<span>มีบริการหลังการขายไหม?</span>
<svg class="w-6 h-6 group-open:rotate-45 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg>
</summary>
<div class="px-6 pb-6 text-gray-600 leading-relaxed">
มี! เราดูแลหลังการติดตั้ง อบรมการใช้งาน และพร้อมให้คำปรึกษาเมื่อคุณต้องการ
</div>
</details>
<details class="reveal stagger-5 group bg-gray-50 rounded-2xl overflow-hidden">
<summary class="flex justify-between items-center cursor-pointer p-6 font-bold text-black hover:bg-gray-100 transition">
<span>เริ่มต้นอย่างไร?</span>
<svg class="w-6 h-6 group-open:rotate-45 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg>
</summary>
<div class="px-6 pb-6 text-gray-600 leading-relaxed">
ติดต่อเราเพื่อคุยกันและให้คำปรึกษาฟรี! เราจะพูดคุยความต้องการ และแนะนำโซลูชันที่เหมาะสมที่สุดสำหรับธุรกิจคุณ
</div>
</details>
</div>
</div>
</section>
<!-- Final CTA -->
<section id="final-cta" class="relative py-32 bg-black text-white overflow-hidden">
<!-- Background decoration -->
<div class="absolute inset-0 opacity-20">
<div class="absolute top-0 left-1/4 w-96 h-96 bg-primary rounded-full blur-3xl"></div>
<div class="absolute bottom-0 right-1/4 w-72 h-72 bg-purple-500 rounded-full blur-3xl"></div>
</div>
<div class="container mx-auto px-4 text-center relative z-10">
<div class="reveal max-w-3xl mx-auto">
<span class="inline-block px-4 py-1 bg-primary/20 text-primary rounded-full text-sm font-medium mb-6">
เริ่มต้นวันนี้
</span>
<h2 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6 text-white leading-tight">
พร้อมเปลี่ยน<br/><span class="text-primary">องค์กรด้วย AI</span> หรือยัง?
</h2>
<p class="text-gray-400 text-lg mb-12 max-w-xl mx-auto leading-relaxed">
ปรึกษาผู้เชี่ยวชาญฟรี เราพร้อมช่วยคุณวางกลยุทธ์ AI ที่วัดผลได้
</p>
<div class="reveal stagger-1 flex flex-col sm:flex-row gap-6 justify-center items-center">
<a href="tel:0809955945" class="group bg-primary text-black px-10 py-5 rounded-full font-bold text-xl hover:bg-primary/90 transition-all hover:scale-105 shadow-2xl shadow-primary/30 flex items-center justify-center gap-3 w-full sm:w-auto">
<svg class="w-6 h-6" 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/ti/p/~@539hdlul" target="_blank" rel="noopener noreferrer" class="group bg-white text-black px-10 py-5 rounded-full font-bold text-xl hover:bg-gray-100 transition-all hover:scale-105 shadow-2xl flex items-center justify-center gap-3 w-full sm:w-auto">
<img src="/icons/social/line.svg" alt="LINE" class="w-6 h-6" />
เพิ่ม Line
</a>
</div>
<!-- Trust badges -->
<div class="reveal stagger-2 mt-16 pt-8 border-t border-white/10">
<div class="flex flex-wrap justify-center gap-8 text-gray-500 text-sm">
<span class="flex items-center gap-2">
<svg class="w-5 h-5 text-green-500" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ปรึกษาฟรี
</span>
<span class="flex items-center gap-2">
<svg class="w-5 h-5 text-green-500" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ไม่มีค่าใช้จ่ายเริ่มต้น
</span>
<span class="flex items-center gap-2">
<svg class="w-5 h-5 text-green-500" fill="currentColor" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
ดูแลต่อเนื่อง
</span>
</div>
</div>
</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);
}
}
/* Floating shapes animations - faster */
@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);
}
}
/* Floating dots animations - faster */
@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 {
animation: fade-in 0.6s ease-out forwards;
}
.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>