134 lines
8.5 KiB
Plaintext
134 lines
8.5 KiB
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro'
|
|
---
|
|
|
|
<Layout title="ติดต่อเรา | MoreMiniMore - รับทำเว็บไซต์ SEO AI Chatbot">
|
|
|
|
<!-- Hero Section - Yellow Theme -->
|
|
<section id="hero" class="reveal relative overflow-hidden min-h-[40vh] flex items-center">
|
|
<!-- Animated Background - Yellow theme -->
|
|
<div class="absolute inset-0 bg-gradient-to-br from-yellow-400 via-yellow-500 to-yellow-600">
|
|
<!-- Floating Shapes -->
|
|
<div class="absolute top-20 left-10 w-72 h-72 bg-white/20 rounded-full blur-3xl animate-float-1"></div>
|
|
<div class="absolute bottom-20 right-10 w-96 h-96 bg-yellow-300/20 rounded-full blur-3xl animate-float-2"></div>
|
|
<div class="absolute top-1/3 left-1/4 w-48 h-48 bg-white/10 rounded-full blur-2xl animate-float-3"></div>
|
|
<div class="absolute bottom-1/3 right-1/4 w-64 h-64 bg-yellow-200/20 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 class="absolute bottom-1/4 left-[70%] w-2 h-2 bg-white/20 rounded-full animate-float-dot-1" style="animation-delay: 2s;"></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-16">
|
|
<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;">
|
|
พร้อมให้คำปรึกษาและช่วยเหลือคุณ ติดต่อได้หลายช่องทาง
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Methods - 2+1 Layout -->
|
|
<section class="reveal py-20 bg-gradient-to-b from-gray-50 to-white">
|
|
<div class="container mx-auto px-4">
|
|
<!-- Top Row - Phone and LINE -->
|
|
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto mb-8">
|
|
|
|
<!-- Phone -->
|
|
<a href="tel:0809955945" class="group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 hover:-translate-y-2 text-center">
|
|
<div class="w-16 h-16 bg-yellow-500 rounded-2xl flex items-center justify-center mx-auto mb-5 group-hover:bg-yellow-400 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="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-bold mb-3 text-gray-800">โทรศัพท์</h3>
|
|
<p class="text-2xl font-bold text-orange-600 mb-2">080-995-5945</p>
|
|
<p class="text-sm text-gray-500">จันทร์-ศุกร์ 9:00-18:00 น.</p>
|
|
</a>
|
|
|
|
<!-- LINE -->
|
|
<a href="https://line.me/ti/p/~@539hdlul" target="_blank" rel="noopener noreferrer" class="group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 hover:-translate-y-2 text-center">
|
|
<div class="w-16 h-16 bg-[#06C755] rounded-2xl flex items-center justify-center mx-auto mb-5 group-hover:bg-[#05B548] transition-colors">
|
|
<img src="/icons/social/line.svg" alt="LINE" class="w-8 h-8" />
|
|
</div>
|
|
<h3 class="text-xl font-bold mb-3 text-gray-800">LINE</h3>
|
|
<p class="text-lg font-bold text-[#06C755]">@moreminimore</p>
|
|
<p class="text-sm text-gray-500 mt-2">คลิกเพื่อเพิ่มเพื่อน</p>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Bottom Row - Email (Centered, Same Width as One Top Card) -->
|
|
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
|
<a href="mailto:contact@moreminimore.com" class="group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 hover:-translate-y-2 text-center">
|
|
<div class="w-16 h-16 bg-blue-500 rounded-2xl flex items-center justify-center mx-auto mb-5 group-hover:bg-blue-400 transition-colors">
|
|
<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="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-bold mb-3 text-gray-800">อีเมล</h3>
|
|
<p class="text-lg font-bold text-blue-700">contact@moreminimore.com</p>
|
|
<p class="text-sm text-gray-500 mt-2">ตอบกลับภายใน 24 ชม.</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Working Hours -->
|
|
<section class="reveal py-16 bg-white">
|
|
<div class="container mx-auto px-4 max-w-2xl text-center">
|
|
<div class="bg-gray-50 rounded-2xl p-8">
|
|
<h2 class="text-2xl font-bold mb-6 text-gray-800">เวลาทำการ</h2>
|
|
<div class="space-y-3">
|
|
<div class="flex justify-between items-center py-2 border-b border-gray-200">
|
|
<span class="text-gray-600">จันทร์ - ศุกร์</span>
|
|
<span class="font-bold text-orange-600">09:00 - 18:00 น.</span>
|
|
</div>
|
|
<div class="flex justify-between items-center py-2 border-b border-gray-200">
|
|
<span class="text-gray-600">เสาร์</span>
|
|
<span class="font-bold text-orange-600">10:00 - 16:00 น.</span>
|
|
</div>
|
|
<div class="flex justify-between items-center py-2">
|
|
<span class="text-gray-600">อาทิตย์</span>
|
|
<span class="font-bold text-gray-400">ปิดทำการ</span>
|
|
</div>
|
|
</div>
|
|
<p class="text-sm text-gray-500 mt-6">* นอกเหนือเวลาทำการ สามารถติดต่อทาง LINE ได้ตลอด 24 ชั่วโมง</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA Section - Always Yellow -->
|
|
<section id="cta" class="reveal py-20 bg-primary">
|
|
<div class="container mx-auto px-4 text-center">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-6 text-black">
|
|
พร้อมเริ่มต้นทำงานกับเราแล้วหรือยัง?
|
|
</h2>
|
|
<p class="text-xl mb-8 max-w-2xl mx-auto text-black">
|
|
ติดต่อเราเพื่อคุยกันและให้คำปรึกษาฟรี! เราพร้อมช่วยเหลือคุณ
|
|
</p>
|
|
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
|
<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 inline-flex items-center justify-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>
|
|
080-995-5945
|
|
</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 inline-flex items-center justify-center gap-3">
|
|
<img src="/icons/social/line.svg" alt="LINE" class="w-5 h-5 group-hover:animate-bounce" />
|
|
ติดต่อทาง LINE
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</Layout>
|