Skip to content

Wamaer #74

@jasaservishandphonepangilan-sudo

Description

<title>Servis HP Panggilan - Teknisi ke Rumah Anda</title> <script src="https://cdn.tailwindcss.com"></script>
<nav class="bg-white shadow-md p-4 sticky top-0 z-50">
    <div class="container mx-auto flex justify-between items-center">
        <h1 class="text-2xl font-bold text-blue-600">Fix<span class="text-orange-500">MyHP</span></h1>
        <a href="#booking" class="bg-blue-600 text-white px-4 py-2 rounded-lg font-semibold hover:bg-blue-700 transition">Panggil Sekarang</a>
    </div>
</nav>

<header class="bg-blue-600 text-white py-16 px-4 text-center">
    <h2 class="text-4xl md:text-5xl font-extrabold mb-4">HP Rusak? Tak Perlu Keluar Rumah!</h2>
    <p class="text-xl mb-8 opacity-90">Teknisi profesional kami datang ke lokasi Anda. Bergaransi & Transparan.</p>
    <div class="flex justify-center gap-4">
        <a href="https://wa.me/628123456789" class="bg-green-500 hover:bg-green-600 px-6 py-3 rounded-full font-bold text-lg"><i class="fab fa-whatsapp mr-2"></i>Chat WhatsApp</a>
    </div>
</header>

<section class="py-12 container mx-auto px-4">
    <div class="grid md:grid-cols-3 gap-8 text-center">
        <div class="p-6 bg-white rounded-xl shadow-sm">
            <i class="fas fa-bolt text-4xl text-orange-500 mb-4"></i>
            <h3 class="font-bold text-xl mb-2">Cepat & Praktis</h3>
            <p>Booking sekarang, teknisi meluncur dalam 60 menit ke lokasi Anda.</p>
        </div>
        <div class="p-6 bg-white rounded-xl shadow-sm">
            <i class="fas fa-shield-alt text-4xl text-blue-500 mb-4"></i>
            <h3 class="font-bold text-xl mb-2">Garansi 30 Hari</h3>
            <p>Setiap pergantian sparepart kami berikan garansi resmi tanpa ribet.</p>
        </div>
        <div class="p-6 bg-white rounded-xl shadow-sm">
            <i class="fas fa-user-check text-4xl text-green-500 mb-4"></i>
            <h3 class="font-bold text-xl mb-2">Teknisi Ahli</h3>
            <p>Dikerjakan oleh teknisi berpengalaman dengan alat standar pabrik.</p>
        </div>
    </div>
</section>

<section id="booking" class="py-12 bg-gray-100">
    <div class="container mx-auto px-4 max-w-lg">
        <div class="bg-white p-8 rounded-2xl shadow-lg">
            <h3 class="text-2xl font-bold mb-6 text-center">Form Panggilan Teknisi</h3>
            <form action="#">
                <div class="mb-4">
                    <label class="block mb-2 font-semibold">Nama Lengkap</label>
                    <input type="text" class="w-full p-3 border rounded-lg focus:outline-blue-500" placeholder="Contoh: Budi Santoso">
                </div>
                <div class="mb-4">
                    <label class="block mb-2 font-semibold">Tipe HP & Kerusakan</label>
                    <textarea class="w-full p-3 border rounded-lg focus:outline-blue-500" placeholder="Contoh: iPhone 13 - Ganti LCD"></textarea>
                </div>
                <div class="mb-6">
                    <label class="block mb-2 font-semibold">Alamat Lengkap</label>
                    <input type="text" class="w-full p-3 border rounded-lg focus:outline-blue-500" placeholder="Jl. Mawar No. 123...">
                </div>
                <button type="submit" class="w-full bg-blue-600 text-white py-3 rounded-lg font-bold text-lg hover:bg-blue-700">Kirim Jadwal</button>
            </form>
        </div>
    </div>
</section>

<footer class="bg-gray-800 text-white py-8 text-center">
    <p>&copy; 2026 FixMyHP Service. Tersedia di Jakarta & Sekitarnya.</p>
</footer>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions