File size: 27,641 Bytes
102af49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Digital Consulting Services | Expertise in Digital Products</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
    </style>
</head>
<body class="bg-gray-50">
    <!-- Navigation -->
    <nav class="bg-white shadow-lg">
        <div class="max-w-6xl mx-auto px-4">
            <div class="flex justify-between items-center py-4">
                <a href="index.html" class="flex items-center space-x-2">
                    <i data-feather="globe" class="text-indigo-600"></i>
                    <span class="text-xl font-bold text-gray-800">DigitalExpert</span>
                </a>
                <div class="hidden md:flex space-x-8">
                    <a href="index.html" class="text-gray-600 hover:text-indigo-600">Home</a>
                    <a href="services.html" class="text-indigo-600 font-medium">Services</a>
                </div>
                <button class="md:hidden focus:outline-none">
                    <i data-feather="menu"></i>
                </button>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="gradient-bg text-white py-20">
        <div class="max-w-6xl mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
                    <h1 class="text-4xl md:text-5xl font-bold mb-6">Digital Product Consulting Services</h1>
                    <p class="text-xl mb-8">20+ years of experience crafting exceptional digital experiences that drive growth and engagement.</p>
                    <a href="#contact" class="bg-white text-indigo-600 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition duration-300 inline-block">Get Started</a>
                </div>
                <div class="md:w-1/2" data-aos="fade-left">
                    <img src="http://static.photos/technology/640x360/42" alt="Digital Consulting" class="rounded-lg shadow-xl">
                </div>
            </div>
        </div>
    </section>

    <!-- Experience Section -->
    <section class="py-20 bg-white">
        <div class="max-w-6xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">My Professional Journey</h2>
                <div class="w-24 h-1 bg-indigo-600 mx-auto"></div>
            </div>
            <div class="grid md:grid-cols-3 gap-8">
                <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="monitor" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Product Management</h3>
                    <p class="text-gray-600">10+ years leading digital product development from concept to launch, specializing in consumer-facing applications.</p>
                </div>
                <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="100">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="trending-up" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Digital Marketing</h3>
                    <p class="text-gray-600">5 years experience in growth marketing, analytics, and demand generation strategies that deliver measurable results.</p>
                </div>
                <div class="bg-gray-50 p-8 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="200">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="code" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Web Development</h3>
                    <p class="text-gray-600">Full-stack expertise including WordPress development, UX/UI design, and technical implementation.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section class="py-20 bg-gray-50">
        <div class="max-w-6xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Areas of Expertise</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Comprehensive digital consulting services tailored to your business needs</p>
                <div class="w-24 h-1 bg-indigo-600 mx-auto"></div>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="box" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Product Strategy & Development</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Product roadmaps & prioritization</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>MVP development</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Go-to-market strategies</span>
                        </li>
                    </ul>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="100">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="layers" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Web & Mobile Development</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>WordPress development</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>UX/UI design</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Mobile app strategy</span>
                        </li>
                    </ul>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="200">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="bar-chart-2" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Digital Marketing</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>SEO & content strategy</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Conversion optimization</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>HubSpot & email marketing</span>
                        </li>
                    </ul>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="zap" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Process Automation</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>AI-powered automations</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Workflow optimization</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Digital transformation</span>
                        </li>
                    </ul>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="100">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="dollar-sign" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Business Growth</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Startup consulting</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Fundraising strategy</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Business development</span>
                        </li>
                    </ul>
                </div>
                <div class="bg-white p-6 rounded-lg shadow-sm service-card transition duration-300" data-aos="zoom-in" data-aos-delay="200">
                    <div class="text-indigo-600 mb-4">
                        <i data-feather="users" class="w-8 h-8"></i>
                    </div>
                    <h3 class="text-lg font-semibold mb-2">Training & Mentorship</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>AI education</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Team training</span>
                        </li>
                        <li class="flex items-start">
                            <i data-feather="check" class="w-4 h-4 text-green-500 mr-2 mt-0.5"></i>
                            <span>Leadership coaching</span>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- Pricing Section -->
    <section class="py-20 bg-white">
        <div class="max-w-6xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Pricing & Engagement Models</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Flexible options to meet your project requirements and budget</p>
                <div class="w-24 h-1 bg-indigo-600 mx-auto"></div>
            </div>
            <div class="grid md:grid-cols-3 gap-8">
                <div class="border border-gray-200 rounded-lg p-8" data-aos="fade-up">
                    <div class="text-center mb-6">
                        <h3 class="text-xl font-semibold mb-2">Hourly Consulting</h3>
                        <div class="text-4xl font-bold text-indigo-600 mb-2">$100<span class="text-lg font-normal">/hour</span></div>
                        <p class="text-gray-600">For one-off consultations or ongoing advisory</p>
                    </div>
                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Flexible scheduling</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Pay-as-you-go</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Minimum 1 hour increments</span>
                        </li>
                    </ul>
                    <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a>
                </div>
                <div class="border-2 border-indigo-600 rounded-lg p-8 shadow-lg relative" data-aos="fade-up" data-aos-delay="100">
                    <div class="absolute top-0 right-0 bg-indigo-600 text-white px-4 py-1 rounded-bl-lg rounded-tr-lg text-sm font-medium">Most Popular</div>
                    <div class="text-center mb-6">
                        <h3 class="text-xl font-semibold mb-2">Project-Based</h3>
                        <div class="text-4xl font-bold text-indigo-600 mb-2">Custom</div>
                        <p class="text-gray-600">Fixed-price engagements for defined projects</p>
                    </div>
                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Clear deliverables</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Fixed timeline</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>No surprise costs</span>
                        </li>
                    </ul>
                    <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a>
                </div>
                <div class="border border-gray-200 rounded-lg p-8" data-aos="fade-up" data-aos-delay="200">
                    <div class="text-center mb-6">
                        <h3 class="text-xl font-semibold mb-2">Retainer</h3>
                        <div class="text-4xl font-bold text-indigo-600 mb-2">Discounts</div>
                        <p class="text-gray-600">For ongoing, long-term collaboration</p>
                    </div>
                    <ul class="space-y-3 mb-8">
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>20+ hours/week</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>8+ week commitments</span>
                        </li>
                        <li class="flex items-center">
                            <i data-feather="check" class="w-5 h-5 text-green-500 mr-2"></i>
                            <span>Priority support</span>
                        </li>
                    </ul>
                    <a href="#contact" class="w-full block text-center bg-indigo-600 text-white py-3 rounded-lg hover:bg-indigo-700 transition duration-300">Get Started</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-20 bg-gray-50">
        <div class="max-w-6xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Client Testimonials</h2>
                <div class="w-24 h-1 bg-indigo-600 mx-auto"></div>
            </div>
            <div class="grid md:grid-cols-2 gap-8">
                <div class="bg-white p-8 rounded-lg shadow-sm" data-aos="fade-right">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
                            <img src="http://static.photos/people/200x200/1" alt="Client" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-semibold">Sarah Johnson</h4>
                            <p class="text-gray-600 text-sm">CEO, TechStart Inc.</p>
                        </div>
                    </div>
                    <p class="text-gray-700 mb-4">"The product strategy framework we developed together completely transformed our approach to feature development and prioritization. Our conversion rates improved by 45% within three months of implementation."</p>
                    <div class="flex text-yellow-400">
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                    </div>
                </div>
                <div class="bg-white p-8 rounded-lg shadow-sm" data-aos="fade-left">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
                            <img src="http://static.photos/people/200x200/2" alt="Client" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-semibold">Michael Chen</h4>
                            <p class="text-gray-600 text-sm">Director of Marketing</p>
                        </div>
                    </div>
                    <p class="text-gray-700 mb-4">"Our website redesign not only looks fantastic but has significantly improved our lead generation. The SEO optimizations alone increased our organic traffic by 78% in the first quarter."</p>
                    <div class="flex text-yellow-400">
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                        <i data-feather="star" class="w-5 h-5 fill-current"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20 bg-indigo-600 text-white">
        <div class="max-w-6xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold mb-4">Ready to Transform Your Digital Presence?</h2>
                <p class="text-indigo-100 max-w-2xl mx-auto">Let's discuss how I can help you achieve your business goals through strategic digital solutions.</p>
                <div class="w-24 h-1 bg-white mx-auto"></div>
            </div>
            <div class="max-w-2xl mx-auto bg-white rounded-lg shadow-xl overflow-hidden">
                <div class="md:flex">
                    <div class="md:w-1/2 bg-indigo-700 p-8">
                        <h3 class="text-xl font-semibold mb-4">Contact Information</h3>
                        <div class="space-y-4">
                            <div class="flex items-start">
                                <i data-feather="mail" class="w-5 h-5 mr-3 mt-0.5"></i>
                                <span>contact@digitalexpert.com</span>
                            </div>
                            <div class="flex items-start">
                                <i data-feather="phone" class="w-5 h-5 mr-3 mt-0.5"></i>
                                <span>(555) 123-4567</span>
                            </div>
                            <div class="flex items-start">
                                <i data-feather="clock" class="w-5 h-5 mr-3 mt-0.5"></i>
                                <span>Mon-Fri: 9am-5pm EST</span>
                            </div>
                        </div>
                    </div>
                    <div class="md:w-1/2 p-8">
                        <form class="space-y-4">
                            <div>
                                <label for="name" class="block text-gray-700 text-sm font-medium mb-1">Name</label>
                                <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500">
                            </div>
                            <div>
                                <label for="email" class="block text-gray-700 text-sm font-medium mb-1">Email</label>
                                <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500">
                            </div>
                            <div>
                                <label for="service" class="block text-gray-700 text-sm font-medium mb-1">Service Interest</label>
                                <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500">
                                    <option>Select a service</option>
                                    <option>Product Strategy</option>
                                    <option>Web Development</option>
                                    <option>Digital Marketing</option>
                                    <option>Process Automation</option>
                                    <option>Business Growth</option>
                                    <option>Training & Mentorship</option>
                                </select>
                            </div>
                            <div>
                                <label for="message" class="block text-gray-700 text-sm font-medium mb-1">Message</label>
                                <textarea id="message" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
                            </div>
                            <button type="submit" class="w-full bg-indigo-600 text-white py-3 rounded-md hover:bg-indigo-700 transition duration-300">Send Message</button>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="max-w-6xl mx-auto px-4">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-bold mb-4">DigitalExpert</h3>
                    <p class="text-gray-400">Helping businesses thrive in the digital landscape through strategic consulting and implementation.</p>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Services</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Product Management</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Web Development</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Digital Marketing</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Business Strategy</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Quick Links</h4>
                    <ul class="space-y-2">
                        <li><a href="index.html" class="text-gray-400 hover:text-white transition">Home</a></li>
                        <li><a href="services.html" class="text-gray-400 hover:text-white transition">Services</a></li>
                        <li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Connect</h4>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a>
                    </div>
                </div>
            </div>
            <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
                <p>&copy; 2023 DigitalExpert. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <script>
        AOS.init({
            duration: 800,
            easing: 'ease-in-out'
        });
    </script>
    <script>feather.replace();</script>
</body>
</html>