Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>App Promotion Services - NMDX</title> | |
| <meta name="description" content="Professional app promotion and marketing services to boost downloads, user engagement, and app store rankings."> | |
| <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>π</text></svg>"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| </head> | |
| <body class="bg-slate-900 text-white overflow-x-hidden"> | |
| <!-- Animated Background --> | |
| <div class="fixed inset-0 z-0"> | |
| <div class="absolute inset-0 bg-gradient-to-br from-emerald-900/20 via-slate-900 to-cyan-900/20"></div> | |
| <canvas id="shockwaveCanvas" class="absolute inset-0"></canvas> | |
| <div class="absolute inset-0 bg-black/50"></div> | |
| </div> | |
| <!-- Navigation --> | |
| <custom-navbar></custom-navbar> | |
| <!-- Main Content --> | |
| <main class="relative z-10"> | |
| <!-- Hero Section --> | |
| <section class="min-h-screen flex items-center justify-center relative"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h1 class="text-6xl md:text-8xl font-bold mb-6 bg-gradient-to-r from-emerald-400 via-teal-500 to-cyan-500 bg-clip-text text-transparent animate-pulse"> | |
| App Promotion | |
| </h1> | |
| <p class="text-2xl md:text-4xl mb-4 text-gray-300">Drive Millions of Downloads</p> | |
| <p class="text-lg md:text-xl mb-8 text-gray-400 max-w-3xl mx-auto"> | |
| Transform your app into a success story with our comprehensive promotion strategies. From ASO optimization to viral marketing campaigns, we'll help your app reach its full potential. | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> | |
| <a href="contact.html" class="px-8 py-4 bg-gradient-to-r from-emerald-600 to-cyan-600 rounded-full font-semibold text-lg hover:scale-105 transition-transform"> | |
| Promote Your App | |
| </a> | |
| <a href="#features" class="px-8 py-4 border-2 border-emerald-500 rounded-full font-semibold text-lg hover:bg-emerald-500/20 transition-all"> | |
| Learn How | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-emerald-400 to-cyan-400 bg-clip-text text-transparent"> | |
| Our App Promotion Services | |
| </h2> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all"> | |
| <div class="text-emerald-400 mb-4"> | |
| <i data-feather="search" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">ASO Optimization</h3> | |
| <p class="text-gray-400">App Store Optimization to increase visibility and organic downloads.</p> | |
| </div> | |
| <div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all"> | |
| <div class="text-cyan-400 mb-4"> | |
| <i data-feather="target" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">User Acquisition</h3> | |
| <p class="text-gray-400">Targeted campaigns to acquire high-quality users who engage with your app.</p> | |
| </div> | |
| <div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all"> | |
| <div class="text-emerald-400 mb-4"> | |
| <i data-feather="trending-up" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">Growth Hacking</h3> | |
| <p class="text-gray-400">Innovative strategies to achieve rapid app growth and viral adoption.</p> | |
| </div> | |
| <div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all"> | |
| <div class="text-cyan-400 mb-4"> | |
| <i data-feather="users" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">Influencer Marketing</h3> | |
| <p class="text-gray-400">Partner with top influencers to showcase your app to millions.</p> | |
| </div> | |
| <div class="bg-gradient-to-br from-emerald-900/30 to-cyan-900/30 rounded-2xl p-8 border border-emerald-500/30 hover:border-emerald-500/60 transition-all"> | |
| <div class="text-emerald-400 mb-4"> | |
| <i data-feather="video" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">Video Marketing</h3> | |
| <p class="text-gray-400">Engaging video content including app trailers and tutorials.</p> | |
| </div> | |
| <div class="bg-gradient-to-br from-cyan-900/30 to-emerald-900/30 rounded-2xl p-8 border border-cyan-500/30 hover:border-cyan-500/60 transition-all"> | |
| <div class="text-cyan-400 mb-4"> | |
| <i data-feather="bar-chart-2" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">Analytics & ROI</h3> | |
| <p class="text-gray-400">Detailed tracking and optimization to maximize your marketing ROI.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Success Metrics --> | |
| <section class="py-20 bg-black/30"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 bg-gradient-to-r from-emerald-400 to-cyan-400 bg-clip-text text-transparent"> | |
| App Success Metrics | |
| </h2> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-emerald-400 mb-2">5M+</div> | |
| <p class="text-gray-400">Total Downloads</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-cyan-400 mb-2">300%</div> | |
| <p class="text-gray-400">Avg. Download Increase</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-emerald-400 mb-2">85%</div> | |
| <p class="text-gray-400">User Retention Rate</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="text-4xl font-bold text-cyan-400 mb-2">4.8β </div> | |
| <p class="text-gray-400">Average App Rating</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <!-- Footer --> | |
| <custom-footer></custom-footer> | |
| <script src="script.js"></script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> |