it should be pure funnel website like kingkong.co
Browse files- index.html +152 -369
index.html
CHANGED
|
@@ -1,331 +1,205 @@
|
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>DigitalMoves | AI
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 9 |
-
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
-
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
| 11 |
<style>
|
| 12 |
.gradient-text {
|
| 13 |
-
background: linear-gradient(90deg, #6366F1, #EC4899
|
| 14 |
-webkit-background-clip: text;
|
| 15 |
background-clip: text;
|
| 16 |
color: transparent;
|
| 17 |
}
|
| 18 |
-
.
|
| 19 |
-
|
| 20 |
-
}
|
| 21 |
-
@keyframes pulse {
|
| 22 |
-
0%, 100% { opacity: 1; }
|
| 23 |
-
50% { opacity: 0.5; }
|
| 24 |
}
|
| 25 |
</style>
|
| 26 |
</head>
|
| 27 |
<body class="bg-gray-900 text-white">
|
| 28 |
-
<div id="vanta-bg" class="fixed inset-0 z-0"></div>
|
| 29 |
-
|
| 30 |
-
<!-- Header -->
|
| 31 |
-
<header class="relative z-10">
|
| 32 |
-
<div class="container mx-auto px-6 py-4">
|
| 33 |
-
<div class="flex justify-between items-center">
|
| 34 |
-
<div class="flex items-center">
|
| 35 |
-
<i data-feather="zap" class="text-purple-500 mr-2"></i>
|
| 36 |
-
<span class="text-2xl font-bold gradient-text">DigitalMoves</span>
|
| 37 |
-
</div>
|
| 38 |
-
<nav class="hidden md:flex space-x-8">
|
| 39 |
-
<a href="#services" class="hover:text-purple-400 transition">Services</a>
|
| 40 |
-
<a href="#ai" class="hover:text-pink-400 transition">AI Solutions</a>
|
| 41 |
-
<a href="#pricing" class="hover:text-orange-400 transition">Pricing</a>
|
| 42 |
-
<a href="#testimonials" class="hover:text-blue-400 transition">Clients</a>
|
| 43 |
-
</nav>
|
| 44 |
-
<button class="bg-purple-600 hover:bg-purple-700 px-6 py-2 rounded-full font-medium transition md:hidden">
|
| 45 |
-
Menu
|
| 46 |
-
</button>
|
| 47 |
-
</div>
|
| 48 |
-
</div>
|
| 49 |
-
</header>
|
| 50 |
-
|
| 51 |
<!-- Hero Section -->
|
| 52 |
-
<section class="
|
| 53 |
<div class="container mx-auto px-6 text-center">
|
| 54 |
-
<
|
| 55 |
-
<
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
<
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
<
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
🔥 Limited Time Offer
|
| 74 |
</div>
|
| 75 |
</div>
|
| 76 |
</div>
|
| 77 |
</div>
|
| 78 |
</section>
|
| 79 |
-
|
| 80 |
-
<
|
| 81 |
-
<section id="services" class="relative z-10 py-20 bg-gray-800/50 backdrop-blur-sm">
|
| 82 |
<div class="container mx-auto px-6">
|
| 83 |
-
<div class="text-center mb-
|
| 84 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 85 |
-
|
| 86 |
</h2>
|
| 87 |
-
<p class="text-xl text-gray-300 max-w-
|
| 88 |
-
|
| 89 |
</p>
|
| 90 |
</div>
|
| 91 |
|
| 92 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 93 |
-
<
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
<i data-feather="code" class="text-purple-400"></i>
|
| 97 |
</div>
|
| 98 |
-
<h3 class="text-xl font-bold mb-3">
|
| 99 |
-
<p class="text-gray-
|
| 100 |
-
|
| 101 |
</p>
|
| 102 |
-
<div class="flex flex-wrap gap-2">
|
| 103 |
-
<span class="bg-purple-900/40 px-3 py-1 rounded-full text-sm">Web Apps</span>
|
| 104 |
-
<span class="bg-pink-900/40 px-3 py-1 rounded-full text-sm">Mobile</span>
|
| 105 |
-
<span class="bg-blue-900/40 px-3 py-1 rounded-full text-sm">API</span>
|
| 106 |
-
</div>
|
| 107 |
</div>
|
| 108 |
|
| 109 |
-
<
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
<i data-feather="cpu" class="text-pink-400"></i>
|
| 113 |
</div>
|
| 114 |
-
<h3 class="text-xl font-bold mb-3">
|
| 115 |
-
<p class="text-gray-
|
| 116 |
-
|
| 117 |
</p>
|
| 118 |
-
<div class="flex flex-wrap gap-2">
|
| 119 |
-
<span class="bg-purple-900/40 px-3 py-1 rounded-full text-sm">Chatbots</span>
|
| 120 |
-
<span class="bg-pink-900/40 px-3 py-1 rounded-full text-sm">Data Processing</span>
|
| 121 |
-
<span class="bg-blue-900/40 px-3 py-1 rounded-full text-sm">LLM</span>
|
| 122 |
-
</div>
|
| 123 |
</div>
|
| 124 |
|
| 125 |
-
<
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
<i data-feather="package" class="text-orange-400"></i>
|
| 129 |
</div>
|
| 130 |
-
<h3 class="text-xl font-bold mb-3">
|
| 131 |
-
<p class="text-gray-
|
| 132 |
-
|
| 133 |
</p>
|
| 134 |
-
<div class="flex flex-wrap gap-2">
|
| 135 |
-
<span class="bg-purple-900/40 px-3 py-1 rounded-full text-sm">CRM</span>
|
| 136 |
-
<span class="bg-pink-900/40 px-3 py-1 rounded-full text-sm">CMS</span>
|
| 137 |
-
<span class="bg-blue-900/40 px-3 py-1 rounded-full text-sm">E-commerce</span>
|
| 138 |
-
</div>
|
| 139 |
</div>
|
| 140 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
</div>
|
| 142 |
</section>
|
| 143 |
-
|
| 144 |
-
<
|
| 145 |
-
<section id="ai" class="relative z-10 py-20">
|
| 146 |
<div class="container mx-auto px-6">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 148 |
<div class="md:w-1/2">
|
| 149 |
-
<img src="http://static.photos/technology/640x360/15" alt="AI Automation" class="rounded-xl
|
| 150 |
-
</div>
|
| 151 |
<div class="md:w-1/2">
|
| 152 |
-
<
|
| 153 |
-
|
| 154 |
-
</
|
| 155 |
-
<
|
| 156 |
-
Transform your operations with our cutting-edge AI solutions that work while you sleep.
|
| 157 |
-
</p>
|
| 158 |
-
<ul class="space-y-4">
|
| 159 |
<li class="flex items-start">
|
| 160 |
<div class="bg-purple-600/10 p-2 rounded-full mr-4">
|
| 161 |
<i data-feather="check" class="text-purple-400"></i>
|
| 162 |
</div>
|
| 163 |
-
<span class="text-gray-300">
|
| 164 |
</li>
|
| 165 |
<li class="flex items-start">
|
| 166 |
<div class="bg-pink-600/10 p-2 rounded-full mr-4">
|
| 167 |
<i data-feather="check" class="text-pink-400"></i>
|
| 168 |
</div>
|
| 169 |
-
<span class="text-gray-300">
|
| 170 |
</li>
|
| 171 |
<li class="flex items-start">
|
| 172 |
<div class="bg-blue-600/10 p-2 rounded-full mr-4">
|
| 173 |
<i data-feather="check" class="text-blue-400"></i>
|
| 174 |
</div>
|
| 175 |
-
<span class="text-gray-300">
|
| 176 |
</li>
|
| 177 |
</ul>
|
| 178 |
-
<button class="
|
| 179 |
-
|
| 180 |
</button>
|
| 181 |
</div>
|
| 182 |
</div>
|
| 183 |
</div>
|
| 184 |
</section>
|
| 185 |
-
|
| 186 |
-
<
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
|
|
|
|
|
|
| 192 |
</h2>
|
| 193 |
-
<p class="text-xl text-gray-300
|
| 194 |
-
|
| 195 |
</p>
|
| 196 |
-
</div>
|
| 197 |
-
|
| 198 |
-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
|
| 199 |
-
<!-- Basic Plan -->
|
| 200 |
-
<div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700">
|
| 201 |
-
<div class="mb-6">
|
| 202 |
-
<h3 class="text-xl font-bold mb-2">Starter Pack</h3>
|
| 203 |
-
<p class="text-gray-400">Perfect for small projects</p>
|
| 204 |
-
</div>
|
| 205 |
-
<div class="mb-6">
|
| 206 |
-
<span class="text-4xl font-bold">$100</span>
|
| 207 |
-
<span class="text-gray-400">/project</span>
|
| 208 |
-
<div class="text-sm text-purple-400 mt-1">AI Mode: ON</div>
|
| 209 |
-
</div>
|
| 210 |
-
<ul class="space-y-3 mb-8">
|
| 211 |
-
<li class="flex items-center">
|
| 212 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 213 |
-
<span class="text-gray-300">Basic website or app</span>
|
| 214 |
-
</li>
|
| 215 |
-
<li class="flex items-center">
|
| 216 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 217 |
-
<span class="text-gray-300">Up to 5 pages</span>
|
| 218 |
-
</li>
|
| 219 |
-
<li class="flex items-center">
|
| 220 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 221 |
-
<span class="text-gray-300">Simple contact form</span>
|
| 222 |
-
</li>
|
| 223 |
-
<li class="flex items-center text-gray-500">
|
| 224 |
-
<i data-feather="x" class="text-red-400 mr-2"></i>
|
| 225 |
-
<span>No AI features</span>
|
| 226 |
-
</li>
|
| 227 |
-
</ul>
|
| 228 |
-
<button class="w-full border border-purple-500 px-6 py-3 rounded-full font-medium hover:bg-purple-900/20 transition">
|
| 229 |
-
Get Started
|
| 230 |
-
</button>
|
| 231 |
-
</div>
|
| 232 |
|
| 233 |
-
<
|
| 234 |
-
|
| 235 |
-
<
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
</div>
|
| 242 |
-
<div class="mb-6">
|
| 243 |
-
<span class="text-4xl font-bold">$200</span>
|
| 244 |
-
<span class="text-gray-400">/project</span>
|
| 245 |
-
<div class="text-sm text-purple-400 mt-1">AI Mode: ON</div>
|
| 246 |
-
</div>
|
| 247 |
-
<ul class="space-y-3 mb-8">
|
| 248 |
-
<li class="flex items-center">
|
| 249 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 250 |
-
<span class="text-gray-300">Custom AI workflow</span>
|
| 251 |
-
</li>
|
| 252 |
-
<li class="flex items-center">
|
| 253 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 254 |
-
<span class="text-gray-300">Data processing</span>
|
| 255 |
</li>
|
| 256 |
-
<li class="flex items-
|
| 257 |
-
<
|
| 258 |
-
|
|
|
|
|
|
|
| 259 |
</li>
|
| 260 |
-
<li class="flex items-
|
| 261 |
-
<
|
| 262 |
-
|
|
|
|
|
|
|
| 263 |
</li>
|
| 264 |
</ul>
|
| 265 |
-
<button class="w-full bg-gradient-to-r from-purple-600 to-pink-500 px-6 py-3 rounded-full font-bold hover:opacity-90 transition">
|
| 266 |
-
Get Started
|
| 267 |
-
</button>
|
| 268 |
</div>
|
| 269 |
|
| 270 |
-
<
|
| 271 |
-
|
| 272 |
-
<div class="mb-6">
|
| 273 |
-
<h3 class="text-xl font-bold mb-2">Elite Package</h3>
|
| 274 |
-
<p class="text-gray-400">Full business transformation</p>
|
| 275 |
-
</div>
|
| 276 |
-
<div class="mb-6">
|
| 277 |
-
<span class="text-4xl font-bold">$500</span>
|
| 278 |
-
<span class="text-gray-400">/project</span>
|
| 279 |
-
<div class="text-sm text-purple-400 mt-1">AI Mode: ON</div>
|
| 280 |
-
</div>
|
| 281 |
-
<ul class="space-y-3 mb-8">
|
| 282 |
-
<li class="flex items-center">
|
| 283 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 284 |
-
<span class="text-gray-300">Custom everything</span>
|
| 285 |
-
</li>
|
| 286 |
-
<li class="flex items-center">
|
| 287 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 288 |
-
<span class="text-gray-300">Multiple AI agents</span>
|
| 289 |
-
</li>
|
| 290 |
-
<li class="flex items-center">
|
| 291 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 292 |
-
<span class="text-gray-300">Priority support</span>
|
| 293 |
-
</li>
|
| 294 |
-
<li class="flex items-center">
|
| 295 |
-
<i data-feather="check" class="text-green-400 mr-2"></i>
|
| 296 |
-
<span class="text-gray-300">Dedicated team</span>
|
| 297 |
-
</li>
|
| 298 |
-
</ul>
|
| 299 |
-
<button class="w-full border border-purple-500 px-6 py-3 rounded-full font-medium hover:bg-purple-900/20 transition">
|
| 300 |
-
Get Started
|
| 301 |
-
</button>
|
| 302 |
-
</div>
|
| 303 |
-
</div>
|
| 304 |
-
|
| 305 |
-
<div class="mt-12 text-center">
|
| 306 |
-
<p class="text-gray-400 mb-4">Not sure what you need?</p>
|
| 307 |
-
<button class="border-b border-purple-500 text-purple-400 hover:text-purple-300 transition">
|
| 308 |
-
Compare all features
|
| 309 |
</button>
|
| 310 |
</div>
|
| 311 |
</div>
|
| 312 |
</section>
|
| 313 |
-
|
| 314 |
<!-- Testimonials -->
|
| 315 |
-
<section
|
| 316 |
<div class="container mx-auto px-6">
|
| 317 |
<div class="text-center mb-16">
|
| 318 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 319 |
-
|
| 320 |
</h2>
|
| 321 |
<p class="text-xl text-gray-300 max-w-2xl mx-auto">
|
| 322 |
-
|
| 323 |
</p>
|
| 324 |
</div>
|
| 325 |
|
| 326 |
-
<div class="grid grid-cols-1 md:grid-cols-2
|
| 327 |
-
<
|
| 328 |
-
<div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700">
|
| 329 |
<div class="flex items-center mb-6">
|
| 330 |
<img src="http://static.photos/people/200x200/1" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 331 |
<div>
|
|
@@ -333,20 +207,12 @@
|
|
| 333 |
<p class="text-sm text-gray-400">CEO, TechStart Inc.</p>
|
| 334 |
</div>
|
| 335 |
</div>
|
| 336 |
-
<p class="text-gray-300
|
| 337 |
-
"DigitalMoves automated 80% of our customer service operations. Their AI solution
|
| 338 |
</p>
|
| 339 |
-
<div class="flex space-x-1">
|
| 340 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 341 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 342 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 343 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 344 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 345 |
-
</div>
|
| 346 |
</div>
|
| 347 |
|
| 348 |
-
<
|
| 349 |
-
<div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700">
|
| 350 |
<div class="flex items-center mb-6">
|
| 351 |
<img src="http://static.photos/people/200x200/2" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 352 |
<div>
|
|
@@ -354,140 +220,57 @@
|
|
| 354 |
<p class="text-sm text-gray-400">CTO, DataFlow</p>
|
| 355 |
</div>
|
| 356 |
</div>
|
| 357 |
-
<p class="text-gray-300
|
| 358 |
-
"
|
| 359 |
</p>
|
| 360 |
-
<div class="flex space-x-1">
|
| 361 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 362 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 363 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 364 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 365 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 366 |
-
</div>
|
| 367 |
-
</div>
|
| 368 |
-
|
| 369 |
-
<!-- Testimonial 3 -->
|
| 370 |
-
<div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700">
|
| 371 |
-
<div class="flex items-center mb-6">
|
| 372 |
-
<img src="http://static.photos/people/200x200/3" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 373 |
-
<div>
|
| 374 |
-
<h4 class="font-bold">Emma Rodriguez</h4>
|
| 375 |
-
<p class="text-sm text-gray-400">Marketing Director</p>
|
| 376 |
-
</div>
|
| 377 |
-
</div>
|
| 378 |
-
<p class="text-gray-300 mb-6">
|
| 379 |
-
"Their ready-made e-commerce solution got us online in 48 hours. The speed and quality were unbelievable."
|
| 380 |
-
</p>
|
| 381 |
-
<div class="flex space-x-1">
|
| 382 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 383 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 384 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 385 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 386 |
-
<i data-feather="star" class="text-yellow-400"></i>
|
| 387 |
-
</div>
|
| 388 |
</div>
|
| 389 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 390 |
</div>
|
| 391 |
</section>
|
| 392 |
-
|
| 393 |
-
<
|
| 394 |
-
<section class="relative z-10 py-20">
|
| 395 |
<div class="container mx-auto px-6 text-center">
|
| 396 |
-
<
|
| 397 |
-
<
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
|
| 408 |
-
See Case Studies
|
| 409 |
-
</button>
|
| 410 |
-
</div>
|
| 411 |
-
</div>
|
| 412 |
</div>
|
| 413 |
</section>
|
| 414 |
-
|
| 415 |
-
<
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
|
| 419 |
-
<
|
| 420 |
-
<div class="flex items-center mb-6">
|
| 421 |
-
<i data-feather="zap" class="text-purple-500 mr-2"></i>
|
| 422 |
-
<span class="text-2xl font-bold gradient-text">DigitalMoves</span>
|
| 423 |
-
</div>
|
| 424 |
-
<p class="text-gray-400 mb-4">
|
| 425 |
-
Making digital transformation effortless through AI and custom coding solutions.
|
| 426 |
-
</p>
|
| 427 |
-
</div>
|
| 428 |
-
|
| 429 |
-
<div>
|
| 430 |
-
<h4 class="text-lg font-bold mb-4">Services</h4>
|
| 431 |
-
<ul class="space-y-2">
|
| 432 |
-
<li><a href="#" class="text-gray-400 hover:text-purple-400 transition">Custom Development</a></li>
|
| 433 |
-
<li><a href="#" class="text-gray-400 hover:text-pink-400 transition">AI Automation</a></li>
|
| 434 |
-
<li><a href="#" class="text-gray-400 hover:text-orange-400 transition">Ready-Made Solutions</a></li>
|
| 435 |
-
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition">Consulting</a></li>
|
| 436 |
-
</ul>
|
| 437 |
-
</div>
|
| 438 |
-
|
| 439 |
-
<div>
|
| 440 |
-
<h4 class="text-lg font-bold mb-4">Company</h4>
|
| 441 |
-
<ul class="space-y-2">
|
| 442 |
-
<li><a href="#" class="text-gray-400 hover:text-purple-400 transition">About Us</a></li>
|
| 443 |
-
<li><a href="#" class="text-gray-400 hover:text-pink-400 transition">Case Studies</a></li>
|
| 444 |
-
<li><a href="#" class="text-gray-400 hover:text-orange-400 transition">Careers</a></li>
|
| 445 |
-
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition">Contact</a></li>
|
| 446 |
-
</ul>
|
| 447 |
-
</div>
|
| 448 |
-
|
| 449 |
-
<div>
|
| 450 |
-
<h4 class="text-lg font-bold mb-4">Resources</h4>
|
| 451 |
-
<ul class="space-y-2">
|
| 452 |
-
<li><a href="#" class="text-gray-400 hover:text-purple-400 transition">Blog</a></li>
|
| 453 |
-
<li><a href="#" class="text-gray-400 hover:text-pink-400 transition">Documentation</a></li>
|
| 454 |
-
<li><a href="#" class="text-gray-400 hover:text-orange-400 transition">FAQ</a></li>
|
| 455 |
-
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition">Support</a></li>
|
| 456 |
-
</ul>
|
| 457 |
-
</div>
|
| 458 |
</div>
|
| 459 |
-
|
| 460 |
-
|
| 461 |
-
|
| 462 |
-
|
| 463 |
-
</
|
| 464 |
-
<
|
| 465 |
-
|
| 466 |
-
<a href="#" class="text-gray-500 hover:text-pink-400 transition">Terms of Service</a>
|
| 467 |
-
<a href="#" class="text-gray-500 hover:text-blue-400 transition">Cookies</a>
|
| 468 |
-
</div>
|
| 469 |
</div>
|
|
|
|
|
|
|
|
|
|
| 470 |
</div>
|
| 471 |
</footer>
|
| 472 |
-
|
| 473 |
<script>
|
| 474 |
-
// Initialize Vanta.js background
|
| 475 |
-
VANTA.NET({
|
| 476 |
-
el: "#vanta-bg",
|
| 477 |
-
mouseControls: true,
|
| 478 |
-
touchControls: true,
|
| 479 |
-
gyroControls: false,
|
| 480 |
-
minHeight: 200.00,
|
| 481 |
-
minWidth: 200.00,
|
| 482 |
-
scale: 1.00,
|
| 483 |
-
scaleMobile: 1.00,
|
| 484 |
-
color: 0x7c3aed,
|
| 485 |
-
backgroundColor: 0x111827,
|
| 486 |
-
points: 10.00,
|
| 487 |
-
maxDistance: 22.00,
|
| 488 |
-
spacing: 17.00
|
| 489 |
-
});
|
| 490 |
-
|
| 491 |
// Initialize feather icons
|
| 492 |
feather.replace();
|
| 493 |
</script>
|
|
|
|
| 1 |
+
|
| 2 |
<!DOCTYPE html>
|
| 3 |
<html lang="en">
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
+
<title>DigitalMoves | AI Automation Services</title>
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
|
|
|
|
|
| 10 |
<style>
|
| 11 |
.gradient-text {
|
| 12 |
+
background: linear-gradient(90deg, #6366F1, #EC4899);
|
| 13 |
-webkit-background-clip: text;
|
| 14 |
background-clip: text;
|
| 15 |
color: transparent;
|
| 16 |
}
|
| 17 |
+
.cta-button {
|
| 18 |
+
box-shadow: 0 4px 14px 0 rgba(124, 58, 237, 0.4);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
}
|
| 20 |
</style>
|
| 21 |
</head>
|
| 22 |
<body class="bg-gray-900 text-white">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
<!-- Hero Section -->
|
| 24 |
+
<section class="py-24 md:py-32">
|
| 25 |
<div class="container mx-auto px-6 text-center">
|
| 26 |
+
<div class="max-w-4xl mx-auto">
|
| 27 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-6">
|
| 28 |
+
<span class="gradient-text">AI Automation</span> That <br>
|
| 29 |
+
<span class="gradient-text">10X</span> Your Business
|
| 30 |
+
</h1>
|
| 31 |
+
<p class="text-xl md:text-2xl text-gray-300 mb-10">
|
| 32 |
+
Stop wasting time on manual tasks. Our AI solutions automate 80% of your workflow in just 7 days.
|
| 33 |
+
</p>
|
| 34 |
+
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 35 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
|
| 36 |
+
Get Your Free AI Audit
|
| 37 |
+
</button>
|
| 38 |
+
</div>
|
| 39 |
+
<div class="mt-12">
|
| 40 |
+
<div class="relative inline-block">
|
| 41 |
+
<img src="http://static.photos/technology/1024x576/5" alt="AI Automation" class="rounded-xl w-full max-w-4xl border-2 border-purple-500/30">
|
| 42 |
+
<div class="absolute -bottom-4 -right-4 bg-purple-600 px-4 py-1 rounded-full font-bold text-sm">
|
| 43 |
+
🔥 Free AI Audit
|
| 44 |
+
</div>
|
|
|
|
| 45 |
</div>
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
</div>
|
| 49 |
</section>
|
| 50 |
+
<!-- Problem Section -->
|
| 51 |
+
<section class="py-16 bg-gray-800">
|
|
|
|
| 52 |
<div class="container mx-auto px-6">
|
| 53 |
+
<div class="text-center mb-12">
|
| 54 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 55 |
+
The Problem We <span class="gradient-text">Solve</span>
|
| 56 |
</h2>
|
| 57 |
+
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
|
| 58 |
+
Businesses waste 20+ hours per week on repetitive tasks that AI could automate instantly
|
| 59 |
</p>
|
| 60 |
</div>
|
| 61 |
|
| 62 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
|
| 63 |
+
<div class="text-center p-6">
|
| 64 |
+
<div class="bg-purple-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto">
|
| 65 |
+
<i data-feather="clock" class="text-purple-400"></i>
|
|
|
|
| 66 |
</div>
|
| 67 |
+
<h3 class="text-xl font-bold mb-3">Time Waste</h3>
|
| 68 |
+
<p class="text-gray-400">
|
| 69 |
+
Employees stuck doing manual data entry and repetitive tasks
|
| 70 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
</div>
|
| 72 |
|
| 73 |
+
<div class="text-center p-6">
|
| 74 |
+
<div class="bg-pink-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto">
|
| 75 |
+
<i data-feather="dollar-sign" class="text-pink-400"></i>
|
|
|
|
| 76 |
</div>
|
| 77 |
+
<h3 class="text-xl font-bold mb-3">High Costs</h3>
|
| 78 |
+
<p class="text-gray-400">
|
| 79 |
+
Paying full-time staff for work that could be automated
|
| 80 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
</div>
|
| 82 |
|
| 83 |
+
<div class="text-center p-6">
|
| 84 |
+
<div class="bg-blue-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto">
|
| 85 |
+
<i data-feather="alert-triangle" class="text-blue-400"></i>
|
|
|
|
| 86 |
</div>
|
| 87 |
+
<h3 class="text-xl font-bold mb-3">Errors</h3>
|
| 88 |
+
<p class="text-gray-400">
|
| 89 |
+
Human mistakes in data processing and customer service
|
| 90 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
</div>
|
| 92 |
</div>
|
| 93 |
+
|
| 94 |
+
<div class="text-center mt-12">
|
| 95 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
|
| 96 |
+
Get Your Free AI Audit
|
| 97 |
+
</button>
|
| 98 |
+
</div>
|
| 99 |
</div>
|
| 100 |
</section>
|
| 101 |
+
<!-- Solution Section -->
|
| 102 |
+
<section class="py-20">
|
|
|
|
| 103 |
<div class="container mx-auto px-6">
|
| 104 |
+
<div class="text-center mb-16">
|
| 105 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 106 |
+
Our <span class="gradient-text">AI Automation</span> Solution
|
| 107 |
+
</h2>
|
| 108 |
+
</div>
|
| 109 |
+
|
| 110 |
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 111 |
<div class="md:w-1/2">
|
| 112 |
+
<img src="http://static.photos/technology/640x360/15" alt="AI Automation" class="rounded-xl w-full">
|
| 113 |
+
</div>
|
| 114 |
<div class="md:w-1/2">
|
| 115 |
+
<h3 class="text-2xl font-bold mb-6">
|
| 116 |
+
We automate your most painful business processes in 7 days
|
| 117 |
+
</h3>
|
| 118 |
+
<ul class="space-y-4 mb-8">
|
|
|
|
|
|
|
|
|
|
| 119 |
<li class="flex items-start">
|
| 120 |
<div class="bg-purple-600/10 p-2 rounded-full mr-4">
|
| 121 |
<i data-feather="check" class="text-purple-400"></i>
|
| 122 |
</div>
|
| 123 |
+
<span class="text-gray-300">Custom AI workflows for your exact needs</span>
|
| 124 |
</li>
|
| 125 |
<li class="flex items-start">
|
| 126 |
<div class="bg-pink-600/10 p-2 rounded-full mr-4">
|
| 127 |
<i data-feather="check" class="text-pink-400"></i>
|
| 128 |
</div>
|
| 129 |
+
<span class="text-gray-300">70-80% of repetitive tasks automated</span>
|
| 130 |
</li>
|
| 131 |
<li class="flex items-start">
|
| 132 |
<div class="bg-blue-600/10 p-2 rounded-full mr-4">
|
| 133 |
<i data-feather="check" class="text-blue-400"></i>
|
| 134 |
</div>
|
| 135 |
+
<span class="text-gray-300">24/7 processing without human errors</span>
|
| 136 |
</li>
|
| 137 |
</ul>
|
| 138 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
|
| 139 |
+
Get Started Now
|
| 140 |
</button>
|
| 141 |
</div>
|
| 142 |
</div>
|
| 143 |
</div>
|
| 144 |
</section>
|
| 145 |
+
<!-- Offer Section -->
|
| 146 |
+
<section class="py-16 bg-gradient-to-br from-purple-900 to-gray-900">
|
| 147 |
+
<div class="container mx-auto px-6 text-center">
|
| 148 |
+
<div class="max-w-3xl mx-auto">
|
| 149 |
+
<div class="inline-block bg-yellow-500/20 border border-yellow-500/50 px-4 py-1 rounded-full text-yellow-300 mb-6 text-sm font-medium">
|
| 150 |
+
LIMITED TIME OFFER
|
| 151 |
+
</div>
|
| 152 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">
|
| 153 |
+
Get Your <span class="gradient-text">Free AI Audit</span> Today
|
| 154 |
</h2>
|
| 155 |
+
<p class="text-xl text-gray-300 mb-8">
|
| 156 |
+
We'll analyze your business and show you exactly which tasks can be automated
|
| 157 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
|
| 159 |
+
<div class="bg-gray-900/50 p-8 rounded-xl border border-gray-700 max-w-2xl mx-auto mb-10">
|
| 160 |
+
<h3 class="text-xl font-bold mb-4">Your Free AI Audit Includes:</h3>
|
| 161 |
+
<ul class="space-y-3 text-left">
|
| 162 |
+
<li class="flex items-start">
|
| 163 |
+
<div class="bg-purple-600/10 p-1 rounded-full mr-3 mt-1">
|
| 164 |
+
<i data-feather="check" class="text-purple-400 w-4 h-4"></i>
|
| 165 |
+
</div>
|
| 166 |
+
<span class="text-gray-300">Custom automation roadmap</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
</li>
|
| 168 |
+
<li class="flex items-start">
|
| 169 |
+
<div class="bg-purple-600/10 p-1 rounded-full mr-3 mt-1">
|
| 170 |
+
<i data-feather="check" class="text-purple-400 w-4 h-4"></i>
|
| 171 |
+
</div>
|
| 172 |
+
<span class="text-gray-300">Time & cost savings estimate</span>
|
| 173 |
</li>
|
| 174 |
+
<li class="flex items-start">
|
| 175 |
+
<div class="bg-purple-600/10 p-1 rounded-full mr-3 mt-1">
|
| 176 |
+
<i data-feather="check" class="text-purple-400 w-4 h-4"></i>
|
| 177 |
+
</div>
|
| 178 |
+
<span class="text-gray-300">Priority onboarding if you proceed</span>
|
| 179 |
</li>
|
| 180 |
</ul>
|
|
|
|
|
|
|
|
|
|
| 181 |
</div>
|
| 182 |
|
| 183 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
|
| 184 |
+
Claim Your Free AI Audit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
</button>
|
| 186 |
</div>
|
| 187 |
</div>
|
| 188 |
</section>
|
|
|
|
| 189 |
<!-- Testimonials -->
|
| 190 |
+
<section class="py-20 bg-gray-800">
|
| 191 |
<div class="container mx-auto px-6">
|
| 192 |
<div class="text-center mb-16">
|
| 193 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 194 |
+
Businesses <span class="gradient-text">Transformed</span>
|
| 195 |
</h2>
|
| 196 |
<p class="text-xl text-gray-300 max-w-2xl mx-auto">
|
| 197 |
+
See how we've helped companies just like yours
|
| 198 |
</p>
|
| 199 |
</div>
|
| 200 |
|
| 201 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 202 |
+
<div class="bg-gray-700/50 p-8 rounded-xl border border-gray-600">
|
|
|
|
| 203 |
<div class="flex items-center mb-6">
|
| 204 |
<img src="http://static.photos/people/200x200/1" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 205 |
<div>
|
|
|
|
| 207 |
<p class="text-sm text-gray-400">CEO, TechStart Inc.</p>
|
| 208 |
</div>
|
| 209 |
</div>
|
| 210 |
+
<p class="text-gray-300">
|
| 211 |
+
"DigitalMoves automated 80% of our customer service operations. Their AI solution saved us $120k in staffing costs annually."
|
| 212 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
</div>
|
| 214 |
|
| 215 |
+
<div class="bg-gray-700/50 p-8 rounded-xl border border-gray-600">
|
|
|
|
| 216 |
<div class="flex items-center mb-6">
|
| 217 |
<img src="http://static.photos/people/200x200/2" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
| 218 |
<div>
|
|
|
|
| 220 |
<p class="text-sm text-gray-400">CTO, DataFlow</p>
|
| 221 |
</div>
|
| 222 |
</div>
|
| 223 |
+
<p class="text-gray-300">
|
| 224 |
+
"Our data processing time went from 8 hours daily to 30 minutes with their AI automation. Game-changing."
|
| 225 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
</div>
|
| 227 |
</div>
|
| 228 |
+
|
| 229 |
+
<div class="text-center mt-12">
|
| 230 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition">
|
| 231 |
+
Get Your Free AI Audit
|
| 232 |
+
</button>
|
| 233 |
+
</div>
|
| 234 |
</div>
|
| 235 |
</section>
|
| 236 |
+
<!-- Final CTA -->
|
| 237 |
+
<section class="py-20">
|
|
|
|
| 238 |
<div class="container mx-auto px-6 text-center">
|
| 239 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">
|
| 240 |
+
Ready to <span class="gradient-text">10X</span> Your Productivity?
|
| 241 |
+
</h2>
|
| 242 |
+
<p class="text-xl text-gray-300 mb-10 max-w-2xl mx-auto">
|
| 243 |
+
Get your free AI audit and discover how much time and money you could save
|
| 244 |
+
</p>
|
| 245 |
+
<button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-4 rounded-full font-bold text-lg cta-button hover:opacity-90 transition mb-6">
|
| 246 |
+
Get Your Free AI Audit Now
|
| 247 |
+
</button>
|
| 248 |
+
<p class="text-gray-500 text-sm">
|
| 249 |
+
No obligation • 100% free • Takes 2 minutes
|
| 250 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
</div>
|
| 252 |
</section>
|
| 253 |
+
<!-- Simple Footer -->
|
| 254 |
+
<footer class="py-12 bg-gray-900 border-t border-gray-800">
|
| 255 |
+
<div class="container mx-auto px-6 text-center">
|
| 256 |
+
<div class="flex justify-center mb-6">
|
| 257 |
+
<i data-feather="zap" class="text-purple-500 mr-2"></i>
|
| 258 |
+
<span class="text-2xl font-bold gradient-text">DigitalMoves</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
</div>
|
| 260 |
+
<p class="text-gray-500 mb-6">
|
| 261 |
+
AI automation solutions that transform your business
|
| 262 |
+
</p>
|
| 263 |
+
<div class="flex justify-center space-x-6">
|
| 264 |
+
<a href="#" class="text-gray-500 hover:text-purple-400 transition">Privacy</a>
|
| 265 |
+
<a href="#" class="text-gray-500 hover:text-pink-400 transition">Terms</a>
|
| 266 |
+
<a href="#" class="text-gray-500 hover:text-blue-400 transition">Contact</a>
|
|
|
|
|
|
|
|
|
|
| 267 |
</div>
|
| 268 |
+
<p class="text-gray-600 mt-8 text-sm">
|
| 269 |
+
© 2023 DigitalMoves. All rights reserved.
|
| 270 |
+
</p>
|
| 271 |
</div>
|
| 272 |
</footer>
|
|
|
|
| 273 |
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
// Initialize feather icons
|
| 275 |
feather.replace();
|
| 276 |
</script>
|