goodemagod commited on
Commit
456dafb
verified
1 Parent(s): 39e5a87

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -3
index.html CHANGED
@@ -51,9 +51,10 @@
51
  <!-- Header -->
52
  <header class="bg-white shadow-md sticky top-0 z-50">
53
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
 
54
  <div class="flex items-center">
55
- <i class="fas fa-paw text-3xl text-green-600 mr-2"></i>
56
- <h1 class="text-2xl font-bold text-gray-800">Bioalere Nutrici贸n Animal</h1>
57
  </div>
58
  <nav class="hidden md:flex space-x-8">
59
  <a href="#inicio" class="nav-link text-gray-700 hover:text-green-600 font-medium transition-slow">Inicio</a>
@@ -230,7 +231,8 @@
230
  <p class="text-gray-600 mb-4">Productos para el cuidado de la salud animal y prevenci贸n de enfermedades.</p>
231
  <ul class="text-gray-600 space-y-2 mb-4">
232
  <li class="flex items-center">
233
- <i class="fas fa-check text-green-500 mr-2"></i>
 
234
  <span>Vacunas</span>
235
  </li>
236
  <li class="flex items-center">
 
51
  <!-- Header -->
52
  <header class="bg-white shadow-md sticky top-0 z-50">
53
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
54
+ <!-- Logo container -->
55
  <div class="flex items-center">
56
+ <!-- Logo WEBP desde archivo local -->
57
+ <img src="logo.webp" alt="Biealere Nutrici贸n Animal" class="h-12 md:h-16">
58
  </div>
59
  <nav class="hidden md:flex space-x-8">
60
  <a href="#inicio" class="nav-link text-gray-700 hover:text-green-600 font-medium transition-slow">Inicio</a>
 
231
  <p class="text-gray-600 mb-4">Productos para el cuidado de la salud animal y prevenci贸n de enfermedades.</p>
232
  <ul class="text-gray-600 space-y-2 mb-4">
233
  <li class="flex items-center">
234
+ <i class
235
+ ="fas fa-check text-green-500 mr-2"></i>
236
  <span>Vacunas</span>
237
  </li>
238
  <li class="flex items-center">