<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Daintywave • Premium Domain for Sale</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">

    <style>

        body { font-family: 'Inter', system-ui, sans-serif; }

        h1, h2 { font-family: 'Playfair Display', serif; }

        .hero-bg {

            background: linear-gradient(135deg, #fdf4ff 0%, #fae8e8 100%);

        }

    </style>

</head>

<body class="bg-[#fffaf0] text-gray-800">


    <!-- Hero -->

    <section class="hero-bg min-h-screen flex items-center justify-center text-center px-6">

        <div class="max-w-2xl mx-auto">

            <div class="text-6xl mb-6">🌊</div>

            <h1 class="text-5xl md:text-7xl font-bold text-[#9f4e7f] tracking-tight mb-4">

                daintywave

            </h1>

            <p class="text-2xl text-gray-600 mb-8">.jo3.org</p>

            

            <p class="text-xl md:text-2xl text-gray-700 max-w-md mx-auto leading-relaxed">

                A soft, elegant, and memorable domain name perfect for fashion, beauty, lifestyle, or wellness brands.

            </p>


            <div class="mt-12">

                <a href="mailto:your-email@example.com" 

                   class="inline-block bg-[#9f4e7f] hover:bg-[#8a3f6a] text-white text-lg font-medium px-10 py-4 rounded-full transition-all">

                    Make an Offer

                </a>

            </div>


            <p class="mt-8 text-sm text-gray-500">Premium • Short • Brandable • Easy to remember</p>

        </div>

    </section>


    <!-- Why this domain -->

    <section class="py-20 px-6 bg-white">

        <div class="max-w-4xl mx-auto text-center">

            <h2 class="text-4xl font-semibold text-gray-800 mb-12">Why Daintywave?</h2>

            

            <div class="grid md:grid-cols-3 gap-10">

                <div>

                    <div class="text-4xl mb-4">✨</div>

                    <h3 class="text-xl font-medium mb-2">Dainty & Elegant</h3>

                    <p class="text-gray-600">Evokes softness, femininity, and graceful movement — perfect for beauty and lifestyle brands.</p>

                </div>

                <div>

                    <div class="text-4xl mb-4">🌊</div>

                    <h3 class="text-xl font-medium mb-2">Memorable Flow</h3>

                    <p class="text-gray-600">Short, smooth pronunciation. Easy to spell and remember.</p>

                </div>

                <div>

                    <div class="text-4xl mb-4">💎</div>

                    <h3 class="text-xl font-medium mb-2">Premium Potential</h3>

                    <p class="text-gray-600">Ideal for online stores, blogs, skincare, fashion, or creative agencies.</p>

                </div>

            </div>

        </div>

    </section>


    <!-- CTA Footer -->

    <footer class="bg-gray-900 text-white py-16 text-center">

        <div class="max-w-md mx-auto px-6">

            <p class="text-2xl mb-6">Ready to own <span class="text-[#d977a9]">daintywave</span>?</p>

            <a href="mailto:your-email@example.com" 

               class="block bg-white text-gray-900 hover:bg-gray-100 text-lg font-medium px-10 py-5 rounded-full transition-all">

                Send Your Offer Now

            </a>

            <p class="mt-8 text-sm text-gray-400">Serious inquiries only • Fast transfer via freedomain.one</p>

        </div>

    </footer>


</body>

</html>