Add telegram button in Contact information
Browse files- contact.html +10 -1
contact.html
CHANGED
|
@@ -105,7 +105,16 @@
|
|
| 105 |
<p class="text-white">24/7 Support</p>
|
| 106 |
</div>
|
| 107 |
</div>
|
| 108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
</div>
|
| 110 |
|
| 111 |
<!-- FAQ Section -->
|
|
|
|
| 105 |
<p class="text-white">24/7 Support</p>
|
| 106 |
</div>
|
| 107 |
</div>
|
| 108 |
+
<div class="flex items-center gap-4">
|
| 109 |
+
<div class="w-12 h-12 bg-cyan-500/20 rounded-lg flex items-center justify-center">
|
| 110 |
+
<i data-feather="send" class="w-6 h-6 text-cyan-400"></i>
|
| 111 |
+
</div>
|
| 112 |
+
<div>
|
| 113 |
+
<p class="text-gray-400">Telegram</p>
|
| 114 |
+
<p class="text-white">@AccessXSupport</p>
|
| 115 |
+
</div>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
</div>
|
| 119 |
|
| 120 |
<!-- FAQ Section -->
|