File size: 36,475 Bytes
1440a52
 
 
 
 
24c7e27
1440a52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5460b0e
1440a52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Rapid Computer Solution- Laptop Repair & IT Solutions</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .animate-fade-in {
            animation: fadeIn 1s ease-out forwards;
        }
        
        .delay-1 { animation-delay: 0.2s; }
        .delay-2 { animation-delay: 0.4s; }
        .delay-3 { animation-delay: 0.6s; }
        .delay-4 { animation-delay: 0.8s; }
        
        .gradient-bg {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .testimonial-card {
            transition: all 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: scale(1.03);
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Header/Navigation -->
    <header class="bg-white shadow-md sticky top-0 z-50">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center">
                <i class="fas fa-laptop-code text-blue-600 text-3xl mr-2"></i>
                <h1 class="text-2xl font-bold text-gray-800">Rapidcomputer <span class="text-blue-600">Solution</span></h1>
            </div>
            <nav class="hidden md:flex space-x-8">
                <a href="#home" class="text-gray-800 hover:text-blue-600 font-medium">Home</a>
                <a href="#services" class="text-gray-800 hover:text-blue-600 font-medium">Services</a>
                <a href="#about" class="text-gray-800 hover:text-blue-600 font-medium">About</a>
                <a href="#testimonials" class="text-gray-800 hover:text-blue-600 font-medium">Testimonials</a>
                <a href="#contact" class="text-gray-800 hover:text-blue-600 font-medium">Contact</a>
            </nav>
            <div class="md:hidden">
                <button id="menu-toggle" class="text-gray-800 focus:outline-none">
                    <i class="fas fa-bars text-2xl"></i>
                </button>
            </div>
        </div>
        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-white py-4 px-4 shadow-lg">
            <a href="#home" class="block py-2 text-gray-800 hover:text-blue-600">Home</a>
            <a href="#services" class="block py-2 text-gray-800 hover:text-blue-600">Services</a>
            <a href="#about" class="block py-2 text-gray-800 hover:text-blue-600">About</a>
            <a href="#testimonials" class="block py-2 text-gray-800 hover:text-blue-600">Testimonials</a>
            <a href="#contact" class="block py-2 text-gray-800 hover:text-blue-600">Contact</a>
        </div>
    </header>

    <!-- Hero Section -->
    <section id="home" class="gradient-bg text-white py-20">
        <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-10 md:mb-0 animate-fade-in">
                <h1 class="text-4xl md:text-5xl font-bold mb-6">Expert Laptop Repair & IT Solutions</h1>
                <p class="text-xl mb-8 opacity-90">Fast, reliable, and affordable solutions for all your laptop, software, and networking needs.</p>
                <div class="flex flex-col sm:flex-row gap-4">
                    <a href="#contact" class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Get a Free Quote</a>
                    <a href="#services" class="border-2 border-white text-white hover:bg-white hover:text-blue-600 font-bold py-3 px-6 rounded-lg text-center transition duration-300">Our Services</a>
                </div>
            </div>
            <div class="md:w-1/2 animate-fade-in delay-1">
                <img src="https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" 
                     alt="Laptop repair" class="rounded-lg shadow-2xl w-full">
            </div>
        </div>
    </section>

    <!-- Stats Section -->
    <section class="bg-gray-100 py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
                <div class="animate-fade-in delay-1">
                    <div class="text-4xl font-bold text-blue-600 mb-2">10,000+</div>
                    <p class="text-gray-600">Devices Repaired</p>
                </div>
                <div class="animate-fade-in delay-2">
                    <div class="text-4xl font-bold text-blue-600 mb-2">98%</div>
                    <p class="text-gray-600">Success Rate</p>
                </div>
                <div class="animate-fade-in delay-3">
                    <div class="text-4xl font-bold text-blue-600 mb-2">24/7</div>
                    <p class="text-gray-600">Support Available</p>
                </div>
                <div class="animate-fade-in delay-4">
                    <div class="text-4xl font-bold text-blue-600 mb-2">15+</div>
                    <p class="text-gray-600">Years Experience</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section id="services" class="py-20 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16 animate-fade-in">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Comprehensive Services</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">We provide complete IT solutions to keep your devices running smoothly and your business connected.</p>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Service Card 1 -->
                <div class="bg-white rounded-xl shadow-lg p-8 service-card transition duration-300 animate-fade-in delay-1">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-laptop-medical text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-800 mb-3">Laptop Repair</h3>
                    <p class="text-gray-600 mb-4">From screen replacements to motherboard repairs, our certified technicians can fix any laptop issue quickly and affordably.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Hardware diagnostics</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Screen replacement</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Keyboard repair</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Battery replacement</li>
                    </ul>
                </div>
                
                <!-- Service Card 2 -->
                <div class="bg-white rounded-xl shadow-lg p-8 service-card transition duration-300 animate-fade-in delay-2">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-code text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-800 mb-3">Software Solutions</h3>
                    <p class="text-gray-600 mb-4">We provide complete software services including installation, troubleshooting, and optimization for peak performance.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> OS installation</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Virus removal</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Data recovery</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Software optimization</li>
                    </ul>
                </div>
                
                <!-- Service Card 3 -->
                <div class="bg-white rounded-xl shadow-lg p-8 service-card transition duration-300 animate-fade-in delay-3">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-network-wired text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-800 mb-3">Networking Solutions</h3>
                    <p class="text-gray-600 mb-4">Professional network setup, troubleshooting, and security services for homes and businesses of all sizes.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> WiFi setup & optimization</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Network security</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Server configuration</li>
                        <li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Business networking</li>
                    </ul>
                </div>
            </div>
            
            <div class="mt-12 text-center animate-fade-in delay-4">
                <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300">
                    Get All Services
                </a>
            </div>
        </div>
    </section>

    <!-- About Section -->
    <section id="about" class="py-20 bg-gray-100">
        <div class="container mx-auto px-4">
            <div class="flex flex-col lg:flex-row items-center">
                <div class="lg:w-1/2 mb-10 lg:mb-0 animate-fade-in">
                    <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" 
                         alt="Our team" class="rounded-lg shadow-xl w-full">
                </div>
                <div class="lg:w-1/2 lg:pl-12 animate-fade-in delay-1">
                    <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6">About TechFix Pro</h2>
                    <p class="text-gray-600 mb-6 text-lg">Founded in 2008, TechFix Pro has grown from a small repair shop to a leading provider of comprehensive IT solutions. Our team of certified professionals is dedicated to delivering exceptional service with a personal touch.</p>
                    
                    <div class="space-y-4">
                        <div class="flex items-start">
                            <div class="bg-blue-100 p-3 rounded-full mr-4">
                                <i class="fas fa-medal text-blue-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-gray-800 mb-1">Certified Experts</h4>
                                <p class="text-gray-600">All our technicians are certified and receive ongoing training to stay current with the latest technologies.</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start">
                            <div class="bg-blue-100 p-3 rounded-full mr-4">
                                <i class="fas fa-clock text-blue-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-gray-800 mb-1">Fast Turnaround</h4>
                                <p class="text-gray-600">Most repairs completed within 24 hours. We understand you can't be without your device.</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start">
                            <div class="bg-blue-100 p-3 rounded-full mr-4">
                                <i class="fas fa-shield-alt text-blue-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-gray-800 mb-1">Warranty Protected</h4>
                                <p class="text-gray-600">All repairs come with a 90-day warranty for your peace of mind.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section id="testimonials" class="py-20 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16 animate-fade-in">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">What Our Customers Say</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">Don't just take our word for it - hear from our satisfied customers.</p>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-gray-50 rounded-xl p-8 testimonial-card animate-fade-in delay-1">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"My laptop screen was completely broken and I needed it fixed urgently for work. TechFix Pro had it repaired in just a few hours at a very reasonable price. Highly recommended!"</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah J." class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold text-gray-800">Sarah J.</h4>
                            <p class="text-gray-500">Small Business Owner</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="bg-gray-50 rounded-xl p-8 testimonial-card animate-fade-in delay-2">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"The network setup for our office was flawless. The technician was knowledgeable and took the time to explain everything. Our internet speed has improved dramatically."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T." class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold text-gray-800">Michael T.</h4>
                            <p class="text-gray-500">Office Manager</p>
                        </div>
                    </div>
                </div>
                
                <!-- Testimonial 3 -->
                <div class="bg-gray-50 rounded-xl p-8 testimonial-card animate-fade-in delay-3">
                    <div class="flex items-center mb-4">
                        <div class="text-yellow-400 mr-2">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                    </div>
                    <p class="text-gray-600 mb-6">"I thought I had lost all my family photos when my laptop crashed. TechFix Pro recovered everything and even upgraded my system to prevent future issues. Amazing service!"</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Lisa M." class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-bold text-gray-800">Lisa M.</h4>
                            <p class="text-gray-500">Photographer</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20 gradient-bg text-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16 animate-fade-in">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Get In Touch</h2>
                <p class="text-xl opacity-90 max-w-3xl mx-auto">Have a question or need service? Contact us today and we'll get back to you within 24 hours.</p>
            </div>
            
            <div class="flex flex-col lg:flex-row">
                <div class="lg:w-1/2 mb-10 lg:mb-0 animate-fade-in delay-1">
                    <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8 h-full">
                        <h3 class="text-2xl font-bold mb-6">Contact Information</h3>
                        
                        <div class="space-y-6">
                            <div class="flex items-start">
                                <div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
                                    <i class="fas fa-map-marker-alt"></i>
                                </div>
                                <div>
                                    <h4 class="font-bold mb-1">Our Location</h4>
                                    <p>123 Tech Street, Suite 456<br>San Francisco, CA 94107</p>
                                </div>
                            </div>
                            
                            <div class="flex items-start">
                                <div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
                                    <i class="fas fa-phone-alt"></i>
                                </div>
                                <div>
                                    <h4 class="font-bold mb-1">Call Us</h4>
                                    <p>+1 (555) 123-4567<br>Mon-Fri: 9am - 6pm</p>
                                </div>
                            </div>
                            
                            <div class="flex items-start">
                                <div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
                                    <i class="fas fa-envelope"></i>
                                </div>
                                <div>
                                    <h4 class="font-bold mb-1">Email Us</h4>
                                    <p>[email protected]<br>[email protected]</p>
                                </div>
                            </div>
                        </div>
                        
                        <div class="mt-8">
                            <h4 class="font-bold mb-4">Follow Us</h4>
                            <div class="flex space-x-4">
                                <a href="#" class="bg-white bg-opacity-20 hover:bg-opacity-30 p-3 rounded-full transition duration-300">
                                    <i class="fab fa-facebook-f"></i>
                                </a>
                                <a href="#" class="bg-white bg-opacity-20 hover:bg-opacity-30 p-3 rounded-full transition duration-300">
                                    <i class="fab fa-twitter"></i>
                                </a>
                                <a href="#" class="bg-white bg-opacity-20 hover:bg-opacity-30 p-3 rounded-full transition duration-300">
                                    <i class="fab fa-instagram"></i>
                                </a>
                                <a href="#" class="bg-white bg-opacity-20 hover:bg-opacity-30 p-3 rounded-full transition duration-300">
                                    <i class="fab fa-linkedin-in"></i>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                
                <div class="lg:w-1/2 animate-fade-in delay-2">
                    <div class="bg-white rounded-xl shadow-xl p-8 h-full">
                        <h3 class="text-2xl font-bold text-gray-800 mb-6">Send Us a Message</h3>
                        <form>
                            <div class="mb-6">
                                <label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
                                <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                            </div>
                            
                            <div class="mb-6">
                                <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
                                <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                            </div>
                            
                            <div class="mb-6">
                                <label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
                                <input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                            </div>
                            
                            <div class="mb-6">
                                <label for="service" class="block text-gray-700 font-medium mb-2">Service Needed</label>
                                <select id="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                                    <option value="">Select a service</option>
                                    <option value="laptop-repair">Laptop Repair</option>
                                    <option value="software">Software Solutions</option>
                                    <option value="networking">Networking</option>
                                    <option value="other">Other</option>
                                </select>
                            </div>
                            
                            <div class="mb-6">
                                <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
                                <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
                            </div>
                            
                            <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300">
                                Send Message
                            </button>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- FAQ Section -->
    <section class="py-20 bg-gray-100">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16 animate-fade-in">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Frequently Asked Questions</h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">Find answers to common questions about our services.</p>
            </div>
            
            <div class="max-w-3xl mx-auto space-y-4">
                <!-- FAQ Item 1 -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden animate-fade-in delay-1">
                    <button class="faq-toggle w-full flex justify-between items-center p-6 text-left focus:outline-none">
                        <h3 class="text-lg font-bold text-gray-800">How long does a typical laptop repair take?</h3>
                        <i class="fas fa-chevron-down text-blue-600 transition-transform duration-300"></i>
                    </button>
                    <div class="faq-content px-6 pb-6 hidden">
                        <p class="text-gray-600">Most common repairs like screen replacements, keyboard fixes, or software issues are completed within 24 hours. More complex motherboard-level repairs may take 2-3 days. We offer expedited services for urgent cases.</p>
                    </div>
                </div>
                
                <!-- FAQ Item 2 -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden animate-fade-in delay-2">
                    <button class="faq-toggle w-full flex justify-between items-center p-6 text-left focus:outline-none">
                        <h3 class="text-lg font-bold text-gray-800">Do you offer on-site services for businesses?</h3>
                        <i class="fas fa-chevron-down text-blue-600 transition-transform duration-300"></i>
                    </button>
                    <div class="faq-content px-6 pb-6 hidden">
                        <p class="text-gray-600">Yes, we provide on-site IT support for businesses within our service area. This includes network setup, troubleshooting, hardware repairs, and software installation. Contact us for business service plans and pricing.</p>
                    </div>
                </div>
                
                <!-- FAQ Item 3 -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden animate-fade-in delay-3">
                    <button class="faq-toggle w-full flex justify-between items-center p-6 text-left focus:outline-none">
                        <h3 class="text-lg font-bold text-gray-800">What brands of laptops do you repair?</h3>
                        <i class="fas fa-chevron-down text-blue-600 transition-transform duration-300"></i>
                    </button>
                    <div class="faq-content px-6 pb-6 hidden">
                        <p class="text-gray-600">We repair all major brands including Apple, Dell, HP, Lenovo, Asus, Acer, Microsoft Surface, and more. Our technicians are certified to work with various manufacturers and use genuine or high-quality compatible parts.</p>
                    </div>
                </div>
                
                <!-- FAQ Item 4 -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden animate-fade-in delay-4">
                    <button class="faq-toggle w-full flex justify-between items-center p-6 text-left focus:outline-none">
                        <h3 class="text-lg font-bold text-gray-800">Is there a warranty on your repairs?</h3>
                        <i class="fas fa-chevron-down text-blue-600 transition-transform duration-300"></i>
                    </button>
                    <div class="faq-content px-6 pb-6 hidden">
                        <p class="text-gray-600">All our repairs come with a 90-day warranty covering both parts and labor. If you experience any issues with the repair within this period, we'll fix it at no additional cost. Some parts may have longer manufacturer warranties.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Call to Action -->
    <section class="py-16 bg-blue-800 text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl md:text-4xl font-bold mb-6 animate-fade-in">Ready to Fix Your Tech Problems?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto animate-fade-in delay-1">Contact us today for fast, reliable service you can trust.</p>
            <div class="animate-fade-in delay-2">
                <a href="#contact" class="inline-block bg-white hover:bg-gray-100 text-blue-800 font-bold py-3 px-8 rounded-lg transition duration-300 mr-4 mb-4">
                    Get Started Now
                </a>
                <a href="tel:+15551234567" class="inline-block border-2 border-white hover:bg-white hover:text-blue-800 font-bold py-3 px-8 rounded-lg transition duration-300">
                    <i class="fas fa-phone-alt mr-2"></i> Call Now
                </a>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8">
                <div>
                    <div class="flex items-center mb-4">
                        <i class="fas fa-laptop-code text-blue-500 text-3xl mr-2"></i>
                        <h3 class="text-2xl font-bold">TechFix <span class="text-blue-500">Pro</span></h3>
                    </div>
                    <p class="text-gray-400">Your trusted partner for laptop repairs, software solutions, and networking services since 2008.</p>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Quick Links</h4>
                    <ul class="space-y-2">
                        <li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">Home</a></li>
                        <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Services</a></li>
                        <li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
                        <li><a href="#testimonials" class="text-gray-400 hover:text-white transition duration-300">Testimonials</a></li>
                        <li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Services</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Laptop Repair</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Data Recovery</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Virus Removal</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Network Setup</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Business IT Support</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Contact Info</h4>
                    <address class="not-italic text-gray-400">
                        <p class="mb-2">123 Tech Street, Suite 456</p>
                        <p class="mb-2">San Francisco, CA 94107</p>
                        <p class="mb-2"><a href="tel:+15551234567" class="hover:text-white transition duration-300">+1 (555) 123-4567</a></p>
                        <p class="mb-2"><a href="mailto:[email protected]" class="hover:text-white transition duration-300">[email protected]</a></p>
                    </address>
                </div>
            </div>
            
            <div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-400 mb-4 md:mb-0">© 2023 TechFix Pro. All rights reserved.</p>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-facebook-f"></i></a>
                    <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-twitter"></i></a>
                    <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-instagram"></i></a>
                    <a href="#" class="text-gray-400 hover:text-white transition duration-300"><i class="fab fa-linkedin-in"></i></a>
                </div>
            </div>
        </div>
    </footer>

    <!-- Back to Top Button -->
    <button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-600 hover:bg-blue-700 text-white p-3 rounded-full shadow-lg transition duration-300 opacity-0 invisible">
        <i class="fas fa-arrow-up"></i>
    </button>

    <script>
        // Mobile Menu Toggle
        document.getElementById('menu-toggle').addEventListener('click', function() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        });

        // FAQ Toggle
        document.querySelectorAll('.faq-toggle').forEach(button => {
            button.addEventListener('click', () => {
                const content = button.nextElementSibling;
                const icon = button.querySelector('i');
                
                content.classList.toggle('hidden');
                icon.classList.toggle('transform');
                icon.classList.toggle('rotate-180');
            });
        });

        // Back to Top Button
        const backToTopButton = document.getElementById('back-to-top');
        
        window.addEventListener('scroll', () => {
            if (window.pageYOffset > 300) {
                backToTopButton.classList.remove('opacity-0', 'invisible');
                backToTopButton.classList.add('opacity-100', 'visible');
            } else {
                backToTopButton.classList.remove('opacity-100', 'visible');
                backToTopButton.classList.add('opacity-0', 'invisible');
            }
        });
        
        backToTopButton.addEventListener('click', () => {
            window.scrollTo({
                top: 0,
                behavior: 'smooth'
            });
        });

        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function(e) {
                e.preventDefault();
                
                const targetId = this.getAttribute('href');
                if (targetId === '#') return;
                
                const targetElement = document.querySelector(targetId);
                if (targetElement) {
                    window.scrollTo({
                        top: targetElement.offsetTop - 80,
                        behavior: 'smooth'
                    });
                    
                    // Close mobile menu if open
                    const mobileMenu = document.getElementById('mobile-menu');
                    if (!mobileMenu.classList.contains('hidden')) {
                        mobileMenu.classList.add('hidden');
                    }
                }
            });
        });
    </script>
</html>