furabut commited on
Commit
c1da768
·
verified ·
1 Parent(s): 23b644a

it should be pure funnel website like kingkong.co

Browse files
Files changed (1) hide show
  1. 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 & Coding Solutions</title>
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, #F59E0B);
14
  -webkit-background-clip: text;
15
  background-clip: text;
16
  color: transparent;
17
  }
18
- .pulse-animation {
19
- animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
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="relative z-10 py-20 md:py-32">
53
  <div class="container mx-auto px-6 text-center">
54
- <h1 class="text-4xl md:text-6xl font-bold mb-6">
55
- <span class="gradient-text">Automate</span> Your Business <br>
56
- With <span class="gradient-text">AI-Powered</span> Solutions
57
- </h1>
58
- <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto">
59
- From custom coding to ready-made automations, we move your digital presence forward at light speed.
60
- </p>
61
- <div class="flex flex-col md:flex-row justify-center gap-4">
62
- <button class="bg-gradient-to-r from-purple-600 to-pink-500 px-8 py-3 rounded-full font-bold text-lg hover:opacity-90 transition">
63
- Get Started Now
64
- </button>
65
- <button class="border border-purple-400 px-8 py-3 rounded-full font-bold text-lg hover:bg-purple-900/30 transition">
66
- Explore Solutions
67
- </button>
68
- </div>
69
- <div class="mt-12 flex justify-center">
70
- <div class="relative">
71
- <img src="http://static.photos/technology/1024x576/5" alt="AI Automation" class="rounded-xl shadow-2xl w-full max-w-4xl border-2 border-purple-500/30">
72
- <div class="absolute -bottom-5 -right-5 bg-purple-600 px-4 py-2 rounded-full font-bold text-sm">
73
- 🔥 Limited Time Offer
74
  </div>
75
  </div>
76
  </div>
77
  </div>
78
  </section>
79
-
80
- <!-- Services Section -->
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-16">
84
  <h2 class="text-3xl md:text-4xl font-bold mb-4">
85
- Our <span class="gradient-text">Vibe Coding</span> Services
86
  </h2>
87
- <p class="text-xl text-gray-300 max-w-2xl mx-auto">
88
- Custom solutions tailored to your business needs, delivered with style.
89
  </p>
90
  </div>
91
 
92
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
93
- <!-- Service 1 -->
94
- <div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700 hover:border-purple-500 transition hover:shadow-lg hover:shadow-purple-500/20">
95
- <div class="bg-purple-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
96
- <i data-feather="code" class="text-purple-400"></i>
97
  </div>
98
- <h3 class="text-xl font-bold mb-3">Custom Development</h3>
99
- <p class="text-gray-300 mb-4">
100
- Bespoke software solutions built from scratch to match your exact requirements.
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
- <!-- Service 2 -->
110
- <div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700 hover:border-pink-500 transition hover:shadow-lg hover:shadow-pink-500/20">
111
- <div class="bg-pink-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
112
- <i data-feather="cpu" class="text-pink-400"></i>
113
  </div>
114
- <h3 class="text-xl font-bold mb-3">AI Automation</h3>
115
- <p class="text-gray-300 mb-4">
116
- Smart workflows that automate repetitive tasks using cutting-edge AI technology.
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
- <!-- Service 3 -->
126
- <div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700 hover:border-orange-500 transition hover:shadow-lg hover:shadow-orange-500/20">
127
- <div class="bg-orange-600/10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-6">
128
- <i data-feather="package" class="text-orange-400"></i>
129
  </div>
130
- <h3 class="text-xl font-bold mb-3">Ready-Made Solutions</h3>
131
- <p class="text-gray-300 mb-4">
132
- Off-the-shelf tools that can be rapidly deployed to solve common business challenges.
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
- <!-- AI Solutions Section -->
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 shadow-xl border border-purple-500/20 w-full">
150
- </div>
151
  <div class="md:w-1/2">
152
- <h2 class="text-3xl md:text-4xl font-bold mb-6">
153
- <span class="gradient-text">AI-Powered</span> Business Automation
154
- </h2>
155
- <p class="text-xl text-gray-300 mb-8">
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">Document processing & analysis</span>
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">Customer support automation</span>
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">Predictive analytics & insights</span>
176
  </li>
177
  </ul>
178
- <button class="mt-8 bg-gradient-to-r from-purple-600 to-blue-500 px-6 py-3 rounded-full font-bold hover:opacity-90 transition">
179
- Explore AI Solutions
180
  </button>
181
  </div>
182
  </div>
183
  </div>
184
  </section>
185
-
186
- <!-- Pricing Section -->
187
- <section id="pricing" class="relative z-10 py-20 bg-gray-800/50 backdrop-blur-sm">
188
- <div class="container mx-auto px-6">
189
- <div class="text-center mb-16">
190
- <h2 class="text-3xl md:text-4xl font-bold mb-4">
191
- Simple, <span class="gradient-text">Transparent</span> Pricing
 
 
192
  </h2>
193
- <p class="text-xl text-gray-300 max-w-2xl mx-auto">
194
- Choose the plan that fits your needs. No hidden fees, just results.
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
- <!-- Popular Plan -->
234
- <div class="bg-gray-800/70 p-8 rounded-xl border-2 border-purple-500 relative">
235
- <div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-purple-600 px-4 py-1 rounded-full text-sm font-bold">
236
- MOST POPULAR
237
- </div>
238
- <div class="mb-6">
239
- <h3 class="text-xl font-bold mb-2">AI Automation</h3>
240
- <p class="text-gray-400">Smart business solutions</p>
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-center">
257
- <i data-feather="check" class="text-green-400 mr-2"></i>
258
- <span class="text-gray-300">API integrations</span>
 
 
259
  </li>
260
- <li class="flex items-center">
261
- <i data-feather="check" class="text-green-400 mr-2"></i>
262
- <span class="text-gray-300">Monthly maintenance</span>
 
 
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
- <!-- Enterprise Plan -->
271
- <div class="bg-gray-800/70 p-8 rounded-xl border border-gray-700">
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 id="testimonials" class="relative z-10 py-20">
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
- What Our <span class="gradient-text">Clients</span> Say
320
  </h2>
321
  <p class="text-xl text-gray-300 max-w-2xl mx-auto">
322
- Don't take our word for it - hear from businesses we've transformed.
323
  </p>
324
  </div>
325
 
326
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
327
- <!-- Testimonial 1 -->
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 mb-6">
337
- "DigitalMoves automated 80% of our customer service operations. Their AI solution was a game-changer for our SaaS platform."
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
- <!-- Testimonial 2 -->
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 mb-6">
358
- "The custom CRM they built handles our complex sales process perfectly. Their team understood our needs immediately."
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
- <!-- CTA Section -->
394
- <section class="relative z-10 py-20">
395
  <div class="container mx-auto px-6 text-center">
396
- <div class="bg-gradient-to-br from-purple-900/50 to-blue-900/50 p-12 rounded-2xl backdrop-blur-sm border border-purple-500/20">
397
- <h2 class="text-3xl md:text-4xl font-bold mb-6">
398
- Ready to <span class="gradient-text">Automate</span> Your Business?
399
- </h2>
400
- <p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto">
401
- Let's discuss how we can transform your operations with AI and custom coding solutions.
402
- </p>
403
- <div class="flex flex-col md:flex-row justify-center gap-4">
404
- <button class="bg-white text-gray-900 px-8 py-3 rounded-full font-bold text-lg hover:bg-gray-100 transition">
405
- Book a Free Consultation
406
- </button>
407
- <button class="border border-white px-8 py-3 rounded-full font-bold text-lg hover:bg-white/10 transition">
408
- See Case Studies
409
- </button>
410
- </div>
411
- </div>
412
  </div>
413
  </section>
414
-
415
- <!-- Footer -->
416
- <footer class="relative z-10 bg-gray-900/80 backdrop-blur-sm border-t border-gray-800 py-12">
417
- <div class="container mx-auto px-6">
418
- <div class="grid grid-cols-1 md:grid-cols-4 gap-12">
419
- <div>
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
- <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
461
- <p class="text-gray-500 mb-4 md:mb-0">
462
- © 2023 DigitalMoves. All rights reserved.
463
- </p>
464
- <div class="flex space-x-6">
465
- <a href="#" class="text-gray-500 hover:text-purple-400 transition">Privacy Policy</a>
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>