BrunoBen commited on
Commit
7986027
·
verified ·
1 Parent(s): 0ecf08a

Ahora haz que sea un slideshow de arriba abajo para que ocupe menos espacio - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +8 -2
index.html CHANGED
@@ -124,7 +124,9 @@
124
  <!-- Navigation -->
125
  <nav class="relative z-50 py-6 px-4 sm:px-10 lg:px-20 xl:px-32 flex justify-between items-center glass-card">
126
  <div class="flex items-center">
127
- <span class="text-2xl font-bold bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent">TRANSFERTOAI</span>
 
 
128
  </div>
129
  <div class="hidden md:flex space-x-10">
130
  <a href="#features" class="custom-underline hover:text-accent transition">Features</a>
@@ -192,7 +194,11 @@
192
  <!-- Slide 1 -->
193
  <div class="h-full flex flex-col justify-center">
194
  <div class="chat-message">
195
- <div class="text-accent text-sm mb-2">NeuraFlow AI</div>
 
 
 
 
196
  <div class="bg-dark rounded-lg p-3 text-sm mb-4">Hello. I can arrange a plumber. What's the issue?</div>
197
  </div>
198
  <div class="chat-message">
 
124
  <!-- Navigation -->
125
  <nav class="relative z-50 py-6 px-4 sm:px-10 lg:px-20 xl:px-32 flex justify-between items-center glass-card">
126
  <div class="flex items-center">
127
+ <a href="/" class="flex items-center" aria-label="TransferToAI home">
128
+ <img src="https://i.ibb.co/nsPHrKGL/logo-transfertoaai1.png" alt="TransferToAI" class="h-8 sm:h-9 md:h-10 w-auto object-contain shrink-0" />
129
+ </a>
130
  </div>
131
  <div class="hidden md:flex space-x-10">
132
  <a href="#features" class="custom-underline hover:text-accent transition">Features</a>
 
194
  <!-- Slide 1 -->
195
  <div class="h-full flex flex-col justify-center">
196
  <div class="chat-message">
197
+ <div class="text-accent text-sm mb-2 flex items-center gap-1 whitespace-nowrap">
198
+ NeuraFlow AI
199
+ <i class="fas fa-phone text-gray-500 text-[10px]" aria-hidden="true"></i>
200
+ <i class="fas fa-robot text-gray-400 text-xs" aria-hidden="true"></i>
201
+ </div>
202
  <div class="bg-dark rounded-lg p-3 text-sm mb-4">Hello. I can arrange a plumber. What's the issue?</div>
203
  </div>
204
  <div class="chat-message">