File size: 39,186 Bytes
067a92c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Safir Atlas WordPress Kurumsal Teması</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>
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        .hero-text {
            animation: fadeIn 1.5s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .team-card:hover img {
            transform: scale(1.05);
        }
        .chat-widget {
            transition: all 0.3s ease;
        }
        .chat-widget:hover {
            transform: scale(1.05);
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Top Bar -->
    <div class="bg-blue-900 text-white py-2 px-4">
        <div class="container mx-auto flex justify-between items-center">
            <div class="flex items-center space-x-4">
                <a href="tel:01234567890" class="flex items-center hover:text-blue-200">
                    <i class="fas fa-phone-alt mr-2"></i>
                    <span>0 123 456 78 90</span>
                </a>
                <a href="mailto:[email protected]" class="flex items-center hover:text-blue-200">
                    <i class="fas fa-envelope mr-2"></i>
                    <span>[email protected]</span>
                </a>
            </div>
            <div class="flex items-center space-x-4">
                <div class="flex space-x-2">
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-facebook-f"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-twitter"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-instagram"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-linkedin-in"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-youtube"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-pinterest-p"></i></a>
                    <a href="#" class="hover:text-blue-200"><i class="fab fa-whatsapp"></i></a>
                </div>
                <div class="flex items-center space-x-2">
                    <a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/tr.png" alt="TR" class="w-5"></a>
                    <a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/gb.png" alt="EN" class="w-5"></a>
                    <a href="#" class="hover:text-blue-200"><img src="https://flagcdn.com/w20/de.png" alt="DE" class="w-5"></a>
                </div>
            </div>
        </div>
    </div>

    <!-- Navigation -->
    <nav class="bg-white shadow-md">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <a href="#" class="flex items-center">
                <img src="https://via.placeholder.com/150x50?text=Safir+Atlas" alt="Safir Atlas Logo" class="h-10">
            </a>
            
            <div class="hidden md:flex space-x-8">
                <div class="dropdown relative">
                    <button class="hover:text-blue-600 font-medium flex items-center">
                        Anasayfa
                    </button>
                </div>
                <div class="dropdown relative">
                    <button class="hover:text-blue-600 font-medium flex items-center">
                        Kurumsal <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Hakkımızda</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Çözüm Ortakları</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Ekibimiz</a>
                        <div class="relative">
                            <a href="#" class="block px-4 py-2 hover:bg-blue-50 flex justify-between items-center">
                                Şubelerimiz <i class="fas fa-chevron-right text-xs"></i>
                            </a>
                            <div class="absolute left-full top-0 hidden bg-white shadow-lg rounded ml-1 py-2 w-48">
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">İstanbul Merkez</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Ankara Şube</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">İzmir Şube</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Kıbrıs Şube</a>
                            </div>
                        </div>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Sıkça Sorulan Sorular</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Foto Galeri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Online Katalog</a>
                    </div>
                </div>
                <div class="dropdown relative">
                    <button class="hover:text-blue-600 font-medium flex items-center">
                        Ürünler <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Yazılım</a>
                        <div class="relative">
                            <a href="#" class="block px-4 py-2 hover:bg-blue-50 flex justify-between items-center">
                                Bilgisayar Donanımı <i class="fas fa-chevron-right text-xs"></i>
                            </a>
                            <div class="absolute left-full top-0 hidden bg-white shadow-lg rounded ml-1 py-2 w-48">
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Yazıcı</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Monitör</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">SSD Disk</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Klavye & Mouse</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Bellek</a>
                                <a href="#" class="block px-4 py-2 hover:bg-blue-50">Projeksiyon</a>
                            </div>
                        </div>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Alarm Sistemleri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Ağ Çözümleri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">IP/HD Kamera</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Plaka Tanıma Sistemleri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Yangın İhbar Sistemleri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Turnike Sistemleri</a>
                    </div>
                </div>
                <a href="#" class="hover:text-blue-600 font-medium">Blog</a>
                <div class="dropdown relative">
                    <button class="hover:text-blue-600 font-medium flex items-center">
                        Tema <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Tema Özellikleri</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Yorum Sistemi</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Bakım Modu</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50">Yasal Uyarı</a>
                        <a href="#" class="block px-4 py-2 hover:bg-blue-50 text-blue-600 font-semibold">Satın Al</a>
                    </div>
                </div>
                <a href="#" class="hover:text-blue-600 font-medium">İletişim</a>
            </div>
            
            <button class="md:hidden text-gray-600">
                <i class="fas fa-bars text-2xl"></i>
            </button>
        </div>
    </nav>

    <!-- Hero Section -->
    <div class="relative bg-gradient-to-r from-blue-800 to-blue-600 text-white py-20">
        <div class="container mx-auto px-4">
            <div class="hero-text max-w-2xl">
                <h1 class="text-4xl md:text-5xl font-bold mb-4">SAFİR ATLAS WORDPRESS TEMASI</h1>
                <p class="text-xl mb-8">SEO uyumlu, modern ve profesyonel kurumsal WordPress teması</p>
                <div class="flex flex-wrap gap-4">
                    <a href="#" class="bg-white text-blue-800 hover:bg-blue-100 px-6 py-3 rounded font-semibold">Satın Al</a>
                    <a href="#" class="border border-white hover:bg-white hover:text-blue-800 px-6 py-3 rounded font-semibold">Demo İncele</a>
                </div>
            </div>
        </div>
    </div>

    <!-- Features Section -->
    <div class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Tema Özellikleri</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Safir Atlas WordPress teması ile kurumsal ihtiyaçlarınıza özel çözümler sunuyoruz</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-search"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">SEO Uyumlu</h3>
                    <p class="text-gray-600">Hatasız kodlama ve SEO optimizasyonu ile arama motorlarında üst sıralarda yer alın.</p>
                </div>
                
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-palette"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Sınırsız Renk</h3>
                    <p class="text-gray-600">Tek tıkla renk değiştirme özelliği ile istediğiniz renk kombinasyonunu oluşturun.</p>
                </div>
                
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-mobile-alt"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Tam Responsive</h3>
                    <p class="text-gray-600">Tüm cihazlarda mükemmel görüntülenen responsive tasarım ile mobil kullanıcıları kaçırmayın.</p>
                </div>
                
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-bolt"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Dahili Cache</h3>
                    <p class="text-gray-600">Entegre cache sistemi ile sitenizin hızını artırın ve kullanıcı deneyimini iyileştirin.</p>
                </div>
                
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-sliders-h"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Kolay Panel</h3>
                    <p class="text-gray-600">Kullanıcı dostu kontrol paneli ile sitenizi kolayca yönetin ve özelleştirin.</p>
                </div>
                
                <div class="bg-gray-50 p-6 rounded-lg hover:shadow-lg transition-all">
                    <div class="text-blue-600 text-4xl mb-4">
                        <i class="fas fa-globe"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Çoklu Dil</h3>
                    <p class="text-gray-600">Dil dosyası desteği ile sitenizi kolayca çok dilli hale getirin.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- About Section -->
    <div class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="flex flex-col lg:flex-row items-center">
                <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
                    <h2 class="text-3xl font-bold text-gray-800 mb-4">ATLAS BİLİŞİM TEKNOLOJİLERİ</h2>
                    <p class="text-gray-600 mb-6">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elit turpis, ullamcorper congue urna sit amet, laoreet auctor libero. Suspendisse sed tempor urna. Sed congue congue libero non dictum. Maecenas egestas lobortis eros ac ultricies. Aenean ante tortor, tincidunt eu risus vitae, dapibus laoreet lectus.</p>
                    <div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
                        <a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
                            <i class="fas fa-arrow-right mr-2"></i> Çözüm Ortakları
                        </a>
                        <a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
                            <i class="fas fa-arrow-right mr-2"></i> Online Katalog
                        </a>
                        <a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
                            <i class="fas fa-arrow-right mr-2"></i> Sıkça Sorulanlar
                        </a>
                        <a href="#" class="flex items-center text-blue-600 hover:text-blue-800">
                            <i class="fas fa-arrow-right mr-2"></i> Foto Galeri
                        </a>
                    </div>
                </div>
                <div class="lg:w-1/2">
                    <img src="https://via.placeholder.com/600x400?text=Atlas+Bilisim" alt="Atlas Bilişim" class="rounded-lg shadow-lg w-full">
                </div>
            </div>
        </div>
    </div>

    <!-- Products Section -->
    <div class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">ÜRÜN GRUPLARIMIZ</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Tüm bilişim teknolojileri ihtiyaçlarınıza çözümler sunuyoruz</p>
            </div>
            
            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
                <div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
                    <img src="https://via.placeholder.com/300x200?text=Yazılım" alt="Yazılım" class="w-full h-48 object-cover">
                    <div class="p-4">
                        <h3 class="text-lg font-semibold mb-2">Yazılım</h3>
                        <p class="text-gray-600 text-sm mb-3">6 Farklı Ürün</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
                    <img src="https://via.placeholder.com/300x200?text=Bilgisayar+Donanımı" alt="Bilgisayar Donanımı" class="w-full h-48 object-cover">
                    <div class="p-4">
                        <h3 class="text-lg font-semibold mb-2">Bilgisayar Donanımı</h3>
                        <p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
                    <img src="https://via.placeholder.com/300x200?text=Alarm+Sistemleri" alt="Alarm Sistemleri" class="w-full h-48 object-cover">
                    <div class="p-4">
                        <h3 class="text-lg font-semibold mb-2">Alarm Sistemleri</h3>
                        <p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="product-card bg-white border border-gray-200 rounded-lg overflow-hidden transition-all duration-300">
                    <img src="https://via.placeholder.com/300x200?text=Ağ+Çözümleri" alt="Ağ Çözümleri" class="w-full h-48 object-cover">
                    <div class="p-4">
                        <h3 class="text-lg font-semibold mb-2">Ağ Çözümleri</h3>
                        <p class="text-gray-600 text-sm mb-3">0 Farklı Ürün</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Ürünleri Gör <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-10">
                <a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded font-semibold">Tüm Ürünleri Görüntüle</a>
            </div>
        </div>
    </div>

    <!-- Team Section -->
    <div class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">EKİBİMİZ</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Bizimle harika işler çıkaran ekip arkadaşlarımız</p>
            </div>
            
            <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
                <div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <div class="overflow-hidden">
                        <img src="https://via.placeholder.com/300x300?text=Ahmet+Erdoğdu" alt="Ahmet Erdoğdu" class="w-full h-64 object-cover transition-transform duration-300">
                    </div>
                    <div class="p-4 text-center">
                        <h3 class="text-lg font-semibold">Ahmet Erdoğdu</h3>
                        <p class="text-gray-600 text-sm">Genel Müdür</p>
                    </div>
                </div>
                
                <div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <div class="overflow-hidden">
                        <img src="https://via.placeholder.com/300x300?text=Selma+Şenyurt" alt="Selma Şenyurt" class="w-full h-64 object-cover transition-transform duration-300">
                    </div>
                    <div class="p-4 text-center">
                        <h3 class="text-lg font-semibold">Selma Şenyurt</h3>
                        <p class="text-gray-600 text-sm">Satış Müdürü</p>
                    </div>
                </div>
                
                <div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <div class="overflow-hidden">
                        <img src="https://via.placeholder.com/300x300?text=Deniz+Mert" alt="Deniz Mert" class="w-full h-64 object-cover transition-transform duration-300">
                    </div>
                    <div class="p-4 text-center">
                        <h3 class="text-lg font-semibold">Deniz Mert</h3>
                        <p class="text-gray-600 text-sm">Pazarlama Müdürü</p>
                    </div>
                </div>
                
                <div class="team-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <div class="overflow-hidden">
                        <img src="https://via.placeholder.com/300x300?text=Mehmet+Serbay" alt="Mehmet Serbay" class="w-full h-64 object-cover transition-transform duration-300">
                    </div>
                    <div class="p-4 text-center">
                        <h3 class="text-lg font-semibold">Mehmet Serbay</h3>
                        <p class="text-gray-600 text-sm">Reklam</p>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-10">
                <a href="#" class="inline-block border border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-3 rounded font-semibold">Tüm Ekibi Görüntüle</a>
            </div>
        </div>
    </div>

    <!-- Partners Section -->
    <div class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">ÇÖZÜM ORTAKLARIMIZ</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">İşbirliği yaptığımız markaları burada görebilirsiniz</p>
            </div>
            
            <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-8">
                <div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
                    <img src="https://via.placeholder.com/150x80?text=Partner+1" alt="Partner 1" class="h-16 object-contain">
                </div>
                <div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
                    <img src="https://via.placeholder.com/150x80?text=Partner+2" alt="Partner 2" class="h-16 object-contain">
                </div>
                <div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
                    <img src="https://via.placeholder.com/150x80?text=Partner+3" alt="Partner 3" class="h-16 object-contain">
                </div>
                <div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
                    <img src="https://via.placeholder.com/150x80?text=Partner+4" alt="Partner 4" class="h-16 object-contain">
                </div>
                <div class="flex items-center justify-center p-4 border border-gray-200 rounded-lg hover:shadow-md transition-all">
                    <img src="https://via.placeholder.com/150x80?text=Partner+5" alt="Partner 5" class="h-16 object-contain">
                </div>
            </div>
        </div>
    </div>

    <!-- Blog Section -->
    <div class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">BİLİŞİM DÜNYASI</h2>
                <p class="text-gray-600 max-w-2xl mx-auto">Bilişim dünyasından son haberleri bu alanda bulabilirsiniz</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <img src="https://via.placeholder.com/600x400?text=Blog+1" alt="Blog 1" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-3">YouTube TV Uygulaması Android TV'ye Geldi</h3>
                        <p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <img src="https://via.placeholder.com/600x400?text=Blog+2" alt="Blog 2" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-3">Fiber Optik Kablolardan Daha Hızlı Bir İletişim Ağı Geliyor!</h3>
                        <p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-all">
                    <img src="https://via.placeholder.com/600x400?text=Blog+3" alt="Blog 3" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-3">Microsoft ve Alphabet İçin Yapay Zeka ve Bulut, Stratejik Odak!</h3>
                        <p class="text-gray-600 mb-4">You're making a mistake. You have no idea what's really going on. What is really going on? I can't tell you. Then why should I trust you? Why? You're you. That's all I need to know.</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Devamını Oku <i class="fas fa-arrow-right ml-1"></i></a>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-10">
                <a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded font-semibold">Tüm Haberleri Görüntüle</a>
            </div>
        </div>
    </div>

    <!-- Contact Section -->
    <div class="py-16 bg-blue-800 text-white">
        <div class="container mx-auto px-4">
            <div class="flex flex-col lg:flex-row">
                <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
                    <h2 class="text-3xl font-bold mb-6">BİZE ULAŞIN</h2>
                    <div class="mb-6">
                        <h3 class="text-xl font-semibold mb-2">Size bir telefon kadar yakınız</h3>
                        <a href="tel:01234567890" class="text-2xl hover:text-blue-200">0 123 456 78 90</a>
                    </div>
                    <div class="mb-6">
                        <h3 class="text-xl font-semibold mb-2">Bize mail üzerinden ulaşın</h3>
                        <a href="mailto:[email protected]" class="text-xl hover:text-blue-200">[email protected]</a>
                    </div>
                    <div class="mb-6">
                        <h3 class="text-xl font-semibold mb-2">Adres</h3>
                        <p>Cumhuriyet Mahallesi, Atakent Caddesi No:24 Üsküdar/İSTANBUL</p>
                    </div>
                    <div>
                        <h3 class="text-xl font-semibold mb-4">Sosyal Medyada Biz</h3>
                        <div class="flex space-x-4">
                            <a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
                                <i class="fab fa-facebook-f"></i>
                            </a>
                            <a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
                                <i class="fab fa-twitter"></i>
                            </a>
                            <a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
                                <i class="fab fa-instagram"></i>
                            </a>
                            <a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
                                <i class="fab fa-linkedin-in"></i>
                            </a>
                            <a href="#" class="w-10 h-10 rounded-full bg-blue-700 hover:bg-blue-600 flex items-center justify-center">
                                <i class="fab fa-youtube"></i>
                            </a>
                        </div>
                    </div>
                </div>
                <div class="lg:w-1/2">
                    <form class="bg-white rounded-lg shadow-lg p-6 text-gray-800">
                        <h3 class="text-2xl font-semibold mb-6">İletişim Formu</h3>
                        <div class="mb-4">
                            <label for="name" class="block text-gray-700 mb-2">Adınız Soyadınız</label>
                            <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
                        </div>
                        <div class="mb-4">
                            <label for="email" class="block text-gray-700 mb-2">E-posta Adresiniz</label>
                            <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
                        </div>
                        <div class="mb-4">
                            <label for="phone" class="block text-gray-700 mb-2">Telefon Numaranız</label>
                            <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
                        </div>
                        <div class="mb-4">
                            <label for="subject" class="block text-gray-700 mb-2">Konu</label>
                            <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500">
                        </div>
                        <div class="mb-6">
                            <label for="message" class="block text-gray-700 mb-2">Mesajınız</label>
                            <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded 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 py-3 px-6 rounded font-semibold">Gönder</button>
                    </form>
                </div>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
                <div>
                    <img src="https://via.placeholder.com/150x50?text=Safir+Atlas" alt="Safir Atlas Logo" class="h-10 mb-4">
                    <p class="text-gray-400 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor quam, tristique vel metus eget, tincidunt efficitur velit.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
                    </div>
                </div>
                
                <div>
                    <h3 class="text-lg font-semibold mb-4">Hızlı Linkler</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Anasayfa</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Hakkımızda</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Ürünler</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">İletişim</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-semibold mb-4">İletişim</h3>
                    <ul class="space-y-2 text-gray-400">
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-2"></i>
                            <span>Cumhuriyet Mahallesi, Atakent Caddesi No:24 Üsküdar/İSTANBUL</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-phone-alt mr-2"></i>
                            <span>0 123 456 78 90</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-envelope mr-2"></i>
                            <span>[email protected]</span>
                        </li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-semibold mb-4">Bülten Aboneliği</h3>
                    <p class="text-gray-400 mb-4">Yeniliklerden haberdar olmak için e-posta listemize kayıt olun.</p>
                    <form class="flex">
                        <input type="email" placeholder="E-posta adresiniz" class="px-4 py-2 rounded-l focus:outline-none text-gray-800 w-full">
                        <button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r">
                            <i class="fas fa-paper-plane"></i>
                        </button>
                    </form>
                </div>
            </div>
            
            <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
                <p>&copy; 2023 Safir Atlas WordPress Teması. Tüm hakları saklıdır.</p>
            </div>
        </div>
    </footer>

    <!-- Chat Widget -->
    <div class="fixed bottom-6 right-6 z-50">
        <div class="chat-widget bg-white rounded-full shadow-xl w-16 h-16 flex items-center justify-center cursor-pointer">
            <div class="relative">
                <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center text-white">
                    <i class="fab fa-whatsapp text-2xl"></i>
                </div>
                <div class="absolute -top-1 -right-1 w-5 h-5 bg-red-500 rounded-full flex items-center justify-center text-white text-xs font-bold animate-pulse">
                    1
                </div>
            </div>
        </div>
    </div>

    <script>
        // Mobile menu toggle functionality
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.querySelector('.md\\:hidden');
            const mobileMenu = document.querySelector('.md\\:flex');
            
            mobileMenuButton.addEventListener('click', function() {
                mobileMenu.classList.toggle('hidden');
                mobileMenu.classList.toggle('flex');
                mobileMenu.classList.toggle('flex-col');
                mobileMenu.classList.toggle('absolute');
                mobileMenu.classList.toggle('top-full');
                mobileMenu.classList.toggle('left-0');
                mobileMenu.classList.toggle('right-0');
                mobileMenu.classList.toggle('bg-white');
                mobileMenu.classList.toggle('shadow-lg');
                mobileMenu.classList.toggle('p-4');
                mobileMenu.classList.toggle('z-50');
            });
            
            // Dropdown menu functionality
            const dropdowns = document.querySelectorAll('.dropdown');
            dropdowns.forEach(dropdown => {
                const button = dropdown.querySelector('button');
                const menu = dropdown.querySelector('.dropdown-menu');
                
                button.addEventListener('click', () => {
                    menu.classList.toggle('hidden');
                });
                
                // Close when clicking outside
                document.addEventListener('click', (e) => {
                    if (!dropdown.contains(e.target)) {
                        menu.classList.add('hidden');
                    }
                });
            });
            
            // Nested dropdown functionality
            const nestedDropdowns = document.querySelectorAll('.relative > a');
            nestedDropdowns.forEach(dropdown => {
                dropdown.addEventListener('click', (e) => {
                    e.preventDefault();
                    const menu = dropdown.nextElementSibling;
                    menu.classList.toggle('hidden');
                });
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=mertmehmet/business" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>