Nasa1423 commited on
Commit
48d06a0
·
verified ·
1 Parent(s): a28979d

Возьми этот логотип за основу

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -129,7 +129,7 @@
129
  <nav class="container mx-auto px-6 py-4">
130
  <div class="flex items-center justify-between">
131
  <div class="flex items-center space-x-2">
132
- <i data-feather="mic" class="w-8 h-8 text-blue-500"></i>
133
  <span class="text-3xl font-bold header-gradient">VoiceFlow AI</span>
134
  </div>
135
  <div class="hidden md:flex items-center space-x-8">
@@ -593,10 +593,10 @@
593
  <div class="container mx-auto">
594
  <div class="flex flex-col md:flex-row items-center justify-between">
595
  <div class="flex items-center space-x-2 mb-4 md:mb-0">
596
- <i data-feather="mic" class="w-6 h-6 text-blue-500"></i>
597
  <span class="text-xl font-bold">VoiceFlow AI</span>
598
  </div>
599
- <div class="flex space-x-6">
600
  <a href="#" class="hover:text-blue-500 transition">Политика конфиденциальности</a>
601
  <a href="#" class="hover:text-blue-500 transition">Условия использования</a>
602
  <a href="#" class="hover:text-blue-500 transition">Лицензия</a>
 
129
  <nav class="container mx-auto px-6 py-4">
130
  <div class="flex items-center justify-between">
131
  <div class="flex items-center space-x-2">
132
+ <img src="https://huggingface.co/spaces/Nasa1423/voicefl/resolve/main/images/Screenshot 2025-10-04 223446.png" alt="VoiceFlow AI Logo" class="w-10 h-10 rounded-lg">
133
  <span class="text-3xl font-bold header-gradient">VoiceFlow AI</span>
134
  </div>
135
  <div class="hidden md:flex items-center space-x-8">
 
593
  <div class="container mx-auto">
594
  <div class="flex flex-col md:flex-row items-center justify-between">
595
  <div class="flex items-center space-x-2 mb-4 md:mb-0">
596
+ <img src="https://huggingface.co/spaces/Nasa1423/voicefl/resolve/main/images/Screenshot 2025-10-04 223446.png" alt="VoiceFlow AI Logo" class="w-8 h-8 rounded-lg">
597
  <span class="text-xl font-bold">VoiceFlow AI</span>
598
  </div>
599
+ <div class="flex space-x-6">
600
  <a href="#" class="hover:text-blue-500 transition">Политика конфиденциальности</a>
601
  <a href="#" class="hover:text-blue-500 transition">Условия использования</a>
602
  <a href="#" class="hover:text-blue-500 transition">Лицензия</a>