Initial commit: MoreminiMore redesign with Astro
This commit is contained in:
73
src/pages/app-development.astro
Normal file
73
src/pages/app-development.astro
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<Layout title="พัฒนาแอปพลิเคชัน | MoreminiMore">
|
||||
<section class="py-20 bg-gradient-to-br from-yellow-50 to-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="text-6xl mb-6">📲</div>
|
||||
<h1 class="text-4xl md:text-5xl font-bold mb-6 text-secondary">
|
||||
พัฒนาแอปพลิเคชัน
|
||||
</h1>
|
||||
<p class="text-xl text-gray-600 mb-8">
|
||||
แอปพลิเคชันบนมือถือ ทั้ง iOS และ Android ใช้งานง่าย ประสิทธิภาพสูง
|
||||
</p>
|
||||
<a href="/#contactform" 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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="py-20 bg-white">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<h2 class="text-3xl font-bold mb-8 text-secondary">บริการของเรา</h2>
|
||||
<div class="prose prose-lg text-gray-600">
|
||||
<p class="mb-6">
|
||||
แอปพลิเคชันมือถือคือช่องทางที่ทรงพลังในการเข้าถึงลูกค้า เราสร้างแอปที่ใช้งานง่าย
|
||||
มีประสิทธิภาพ และตอบโจทย์ธุรกิจของคุณ
|
||||
</p>
|
||||
|
||||
<h3 class="text-2xl font-bold mt-8 mb-4 text-secondary">สิ่งที่เราทำ</h3>
|
||||
<ul class="space-y-3 mb-8">
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>iOS App - สำหรับ iPhone และ iPad</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>Android App - สำหรับมือถือและแท็บเล็ต Android</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>Cross-platform - ประหยัดด้วย Flutter/React Native</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>UI/UX Design - ใช้งานง่าย สวยงาม</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>API Integration - เชื่อมต่อระบบหลังบ้าน</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-3">
|
||||
<span class="text-primary text-xl">✓</span>
|
||||
<span>App Store Submission - นำขึ้น Store</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="py-20 bg-gray-100">
|
||||
<div class="container mx-auto px-4 text-center">
|
||||
<h2 class="text-3xl font-bold mb-8 text-secondary">พร้อมสร้างแอป?</h2>
|
||||
<a href="/#contactform" class="bg-black text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-gray-800 transition inline-block shadow-lg">
|
||||
นัดคุยกับเรา
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user