Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -84,7 +84,7 @@
|
|
| 84 |
<h1 class="text-4xl md:text-6xl font-bold mb-6">Encuentra el renting que mejor se adapta a tus necesidades</h1>
|
| 85 |
<p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">En Ayvens, nos enorgullecemos de algo más que ofrecer vehículos. Somos tus socios en movilidad.</p>
|
| 86 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 87 |
-
<a href="#servicios" class="bg-
|
| 88 |
<a href="#contacto" class="bg-transparent hover:bg-white hover:text-blue-600 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">Contactar</a>
|
| 89 |
</div>
|
| 90 |
</div>
|
|
|
|
| 84 |
<h1 class="text-4xl md:text-6xl font-bold mb-6">Encuentra el renting que mejor se adapta a tus necesidades</h1>
|
| 85 |
<p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">En Ayvens, nos enorgullecemos de algo más que ofrecer vehículos. Somos tus socios en movilidad.</p>
|
| 86 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 87 |
+
<a href="#servicios" class="bg-[rgb(137,208,209)] hover:bg-[rgb(120,180,181)] text-white font-bold py-3 px-8 rounded-full transition duration-300">Nuestros servicios</a>
|
| 88 |
<a href="#contacto" class="bg-transparent hover:bg-white hover:text-blue-600 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300">Contactar</a>
|
| 89 |
</div>
|
| 90 |
</div>
|